Class GrouperUiBrowserMembershipFinder
java.lang.Object
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
edu.internet2.middleware.grouper.app.browser.GrouperUiBrowserMembershipFinder
Class used to programmatically find a membership. It navigates to the group, then pages through the entity list until finding the
checkbox with the custom attribute matching the subjects combo id. Then it sets the membershipFound boolean to true and breaks
out of the paging loop.
Find a membership by subject object
GrouperUiBrowserMembershipAdd grouperUiBrowserMembershipAdd = new GrouperUiBrowserMembershipAdd(page). assignGroupToAddToName("test:test").assignSubjectIdentifier("test.subject.1").browse();
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignGroupToLookIn
(Group group) Pass in a group objectassignGroupToLookInId
(String groupToLookInId) Uuid of the groupassignGroupToLookInName
(String groupToLookInName) Id Path in UIassignSubject
(Subject subject1) assignSubjectId
(String subjectId) assignSubjectIdAndSourceId
(String subjectId, String sourceId) assignSubjectIdentifier
(String subjectIdentifier) assignSubjectIdentifierAndSourceId
(String subjectIdentifier, String sourceId) browse()
Methods inherited from class edu.internet2.middleware.grouper.app.browser.GrouperUiBrowser
getGrouperPage
-
Constructor Details
-
GrouperUiBrowserMembershipFinder
-
-
Method Details
-
assignSubject
-
assignSubjectId
-
assignSubjectIdentifier
-
assignSubjectIdAndSourceId
public GrouperUiBrowserMembershipFinder assignSubjectIdAndSourceId(String subjectId, String sourceId) -
assignSubjectIdentifierAndSourceId
public GrouperUiBrowserMembershipFinder assignSubjectIdentifierAndSourceId(String subjectIdentifier, String sourceId) -
assignGroupToLookInName
Id Path in UI- Parameters:
groupToLookInName
-- Returns:
- this object
-
assignGroupToLookInId
Uuid of the group- Parameters:
groupToLookInName
-- Returns:
- this object
-
assignGroupToLookIn
Pass in a group object- Parameters:
groupToLookInName
-- Returns:
- this object
-
browse
-