Class GrouperUiBrowserGroupCreate
java.lang.Object
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowserGroupCreate
This class is used to programmatically create a group. It uses the 'Create new group' button on the homescreen in the upper left.
This will end on the group main screen.
Create a group
GrouperUiBrowserGroupCreate grouperUiBrowserGroupCreate = new GrouperUiBrowserGroupCreate(page).assignStemName("test").assignGroupDisplayExtension("test24"). assignGroupExtension("test24id").assignDescription("Test group").browse();
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignDescription
(String description) Description contains notes about the group, which could include: what the group represents, why it was created, etc.assignGroupDisplayExtension
(String groupDisplayExtension) Name in UI, Name is the label that identifies this group, and might change.assignGroupExtension
(String groupExtension) Id in UI, Id is the unique identifier for this group.assignStem
(Stem stem) Folder objectassignStemName
(String stemName) Folder nameassignStemUuid
(String stemUuid) Folder Uuidbrowse()
Method used to programmatically create a new groupDescription contains notes about the group, which could include: what the group represents, why it was created, etc.Name in UI, Name is the label that identifies this group, and might change.Id in UI, Id is the unique identifier for this group.Folder nameMethods inherited from class edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
getGrouperPage
-
Constructor Details
-
GrouperUiBrowserGroupCreate
-
-
Method Details
-
getStemName
Folder name -
assignStemName
Folder name -
assignStemUuid
Folder Uuid -
assignStem
Folder object -
getGroupDisplayExtension
Name in UI, Name is the label that identifies this group, and might change. -
assignGroupDisplayExtension
Name in UI, Name is the label that identifies this group, and might change. -
getGroupExtension
Id in UI, Id is the unique identifier for this group. -
assignGroupExtension
Id in UI, Id is the unique identifier for this group. -
getDescription
Description contains notes about the group, which could include: what the group represents, why it was created, etc. -
assignDescription
Description contains notes about the group, which could include: what the group represents, why it was created, etc. -
browse
Method used to programmatically create a new group
-