Class GdgTypeGroupFinder
java.lang.Object
edu.internet2.middleware.grouper.app.grouperTypes.GdgTypeGroupFinder
Use this class to find objects type attributes on groups
Sample call
GrouperObjectTypesAttributeValue attributeValue = new GdgTypeGroupFinder().assignGroup(group).assignType("ref").findGdgTypeGroupAssignment();
Sample call to find multiple object types attributes on a group
SetattributeValues = new GdgTypeGroupFinder().assignGroup(group).findGdgTypeGroupAssignments();
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignDirectAssignment
(Boolean directAssignment) only find attributes where direct assignment is true (possible values: null (default), true, false)assignGroup
(Group group) assign group from which to retrieve object types attributesassignGroupId
(String groupId) assign group id from which to retrieve object types attributesassignGroupName
(String groupName) assign group name from which to retrieve object types attributesassignRunAsRoot
(boolean runAsRoot) set this to true to run as a root sessionassignType
(String type) type e.g.find bean containing object types attributes on a groupfind bean containing object types attributes on a group
-
Constructor Details
-
GdgTypeGroupFinder
public GdgTypeGroupFinder()
-
-
Method Details
-
assignGroup
assign group from which to retrieve object types attributes- Parameters:
stem
-- Returns:
-
assignGroupId
assign group id from which to retrieve object types attributes- Parameters:
stem
-- Returns:
-
assignGroupName
assign group name from which to retrieve object types attributes- Parameters:
stem
-- Returns:
-
assignType
type e.g. ref, basis, app- Parameters:
type
-- Returns:
-
assignRunAsRoot
set this to true to run as a root session- Parameters:
runAsRoot
-- Returns:
-
assignDirectAssignment
only find attributes where direct assignment is true (possible values: null (default), true, false)- Parameters:
directAssignment
-- Returns:
-
findGdgTypeGroupAssignment
find bean containing object types attributes on a group- Returns:
-
findGdgTypeGroupAssignments
find bean containing object types attributes on a group- Returns:
-