public class GdgTypeGroupFinder extends Object
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 and Description |
|---|
GdgTypeGroupFinder() |
| Modifier and Type | Method and Description |
|---|---|
GdgTypeGroupFinder |
assignDirectAssignment(Boolean directAssignment)
only find attributes where direct assignment is true (possible values: null (default), true, false)
|
GdgTypeGroupFinder |
assignGroup(Group group)
assign group from which to retrieve object types attributes
|
GdgTypeGroupFinder |
assignGroupId(String groupId)
assign group id from which to retrieve object types attributes
|
GdgTypeGroupFinder |
assignGroupName(String groupName)
assign group name from which to retrieve object types attributes
|
GdgTypeGroupFinder |
assignRunAsRoot(boolean runAsRoot)
set this to true to run as a root session
|
GdgTypeGroupFinder |
assignType(String type)
type e.g.
|
GrouperObjectTypesAttributeValue |
findGdgTypeGroupAssignment()
find bean containing object types attributes on a group
|
Set<GrouperObjectTypesAttributeValue> |
findGdgTypeGroupAssignments()
find bean containing object types attributes on a group
|
public GdgTypeGroupFinder assignGroup(Group group)
stem - public GdgTypeGroupFinder assignGroupId(String groupId)
stem - public GdgTypeGroupFinder assignGroupName(String groupName)
stem - public GdgTypeGroupFinder assignType(String type)
type - public GdgTypeGroupFinder assignRunAsRoot(boolean runAsRoot)
runAsRoot - public GdgTypeGroupFinder assignDirectAssignment(Boolean directAssignment)
directAssignment - public GrouperObjectTypesAttributeValue findGdgTypeGroupAssignment()
public Set<GrouperObjectTypesAttributeValue> findGdgTypeGroupAssignments()
Copyright © 2016 Internet2. All rights reserved.