Class GrouperUiBrowserGroupCreate

java.lang.Object
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowserGroupCreate

public class GrouperUiBrowserGroupCreate extends GrouperUiBrowser
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 Details

    • GrouperUiBrowserGroupCreate

      public GrouperUiBrowserGroupCreate(GrouperPage grouperPage)
  • Method Details

    • getStemName

      public String getStemName()
      Folder name
    • assignStemName

      public GrouperUiBrowserGroupCreate assignStemName(String stemName)
      Folder name
    • assignStemUuid

      public GrouperUiBrowserGroupCreate assignStemUuid(String stemUuid)
      Folder Uuid
    • assignStem

      public GrouperUiBrowserGroupCreate assignStem(Stem stem)
      Folder object
    • getGroupDisplayExtension

      public String getGroupDisplayExtension()
      Name in UI, Name is the label that identifies this group, and might change.
    • assignGroupDisplayExtension

      public GrouperUiBrowserGroupCreate assignGroupDisplayExtension(String groupDisplayExtension)
      Name in UI, Name is the label that identifies this group, and might change.
    • getGroupExtension

      public String getGroupExtension()
      Id in UI, Id is the unique identifier for this group.
    • assignGroupExtension

      public GrouperUiBrowserGroupCreate assignGroupExtension(String groupExtension)
      Id in UI, Id is the unique identifier for this group.
    • getDescription

      public String getDescription()
      Description contains notes about the group, which could include: what the group represents, why it was created, etc.
    • assignDescription

      public GrouperUiBrowserGroupCreate assignDescription(String description)
      Description contains notes about the group, which could include: what the group represents, why it was created, etc.
    • browse

      public GrouperUiBrowserGroupCreate browse()
      Method used to programmatically create a new group