public class GdgTypeStemFinder extends Object
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 and Description |
|---|
GdgTypeStemFinder() |
| Modifier and Type | Method and Description |
|---|---|
GdgTypeStemFinder |
assignDirectAssignment(Boolean directAssignment)
only find attributes where direct assignment is true (possible values: null (default), true, false)
|
GdgTypeStemFinder |
assignRunAsRoot(boolean runAsRoot)
set this to true to run as a root session
|
GdgTypeStemFinder |
assignStem(Stem stem)
assign stem from which to retrieve object types attributes
|
GdgTypeStemFinder |
assignStemId(String stemId)
assign stem id from which to retrieve object types attributes
|
GdgTypeStemFinder |
assignStemName(String stemName)
assign stem name from which to retrieve object types attributes
|
GdgTypeStemFinder |
assignType(String type)
type e.g.
|
GrouperObjectTypesAttributeValue |
findGdgTypeStemAssignment()
find bean containing object types attributes on a stem
|
Set<GrouperObjectTypesAttributeValue> |
findGdgTypeStemAssignments() |
public GdgTypeStemFinder assignStem(Stem stem)
stem - public GdgTypeStemFinder assignStemId(String stemId)
stem - public GdgTypeStemFinder assignStemName(String stemName)
stem - public GdgTypeStemFinder assignType(String type)
type - public GdgTypeStemFinder assignRunAsRoot(boolean runAsRoot)
runAsRoot - public GdgTypeStemFinder assignDirectAssignment(Boolean directAssignment)
directAssignment - public GrouperObjectTypesAttributeValue findGdgTypeStemAssignment()
public Set<GrouperObjectTypesAttributeValue> findGdgTypeStemAssignments()
Copyright © 2016 Internet2. All rights reserved.