Class GdgTypeStemFinder
java.lang.Object
edu.internet2.middleware.grouper.app.grouperTypes.GdgTypeStemFinder
Use this class to find objects type attributes on stems
Sample call
GrouperObjectTypesAttributeValue attributeValue = new GdgTypeStemFinder().assignStem(stem).assignType("ref").findGdgTypeStemAssignment();
Sample call to find multiple object types attributes on a stem
SetattributeValues = new GdgTypeStemFinder().assignStem(stem).findGdgTypeStemAssignments();
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignDirectAssignment
(Boolean directAssignment) only find attributes where direct assignment is true (possible values: null (default), true, false)assignRunAsRoot
(boolean runAsRoot) set this to true to run as a root sessionassignStem
(Stem stem) assign stem from which to retrieve object types attributesassignStemId
(String stemId) assign stem id from which to retrieve object types attributesassignStemName
(String stemName) assign stem name from which to retrieve object types attributesassignType
(String type) type e.g.find bean containing object types attributes on a stem
-
Constructor Details
-
GdgTypeStemFinder
public GdgTypeStemFinder()
-
-
Method Details
-
assignStem
assign stem from which to retrieve object types attributes- Parameters:
stem
-- Returns:
-
assignStemId
assign stem id from which to retrieve object types attributes- Parameters:
stem
-- Returns:
-
assignStemName
assign stem 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:
-
findGdgTypeStemAssignment
find bean containing object types attributes on a stem- Returns:
-
findGdgTypeStemAssignments
-