Uses of Class
edu.internet2.middleware.grouper.app.graph.RelationGraph
Packages that use RelationGraph
-
Uses of RelationGraph in edu.internet2.middleware.grouper.app.graph
Methods in edu.internet2.middleware.grouper.app.graph that return RelationGraphModifier and TypeMethodDescriptionRelationGraph.assignChildLevels
(long theChildLevels) sets the maximum number of child levels to include in the graphRelationGraph.assignIncludeGroupsInMemberCounts
(boolean includeGroupsInMemberCounts) flags whether to include groups in the count of group membersRelationGraph.assignMaxSiblings
(long theMaxSiblings) The maximum number of objects of the same type to add as parents/children, or a value zero or less to include all objects.RelationGraph.assignParentLevels
(long theParentLevels) sets the maximum number of parent levels to include in the graphRelationGraph.assignShowAllMemberCounts
(boolean theShowAllMemberCounts) flags whether to count memberships (direct and indirect) for groupsRelationGraph.assignShowDirectMemberCounts
(boolean theShowDirectMemberCounts) flags whether to count direct memberships for groupsRelationGraph.assignShowLoaderJobs
(boolean theShowLoaderJobs) flags whether to show the loader jobs that populate groupsRelationGraph.assignShowObjectTypes
(boolean theShowObjectTypes) flags whether to show the object type strings (e.g.RelationGraph.assignShowProvisionTargets
(boolean theShowProvisionTargets) flags whether to show provisioner targets.RelationGraph.assignShowStems
(boolean theShowStems) flags whether to show stemsRelationGraph.assignSkipFolderNamePatterns
(Set<String> theSkipFolderNamePatterns) Assigns patterns for stem names to be filtered out.RelationGraph.assignSkipGroupNamePatterns
(Set<String> theSkipGroupNamePatterns) Assigns patterns for group names to be filtered out.RelationGraph.assignStartObject
(GrouperObject theStartObject) sets theGrouperObject
object to serve as the starting point of the graphRelationGraph.assignStartObject
(Subject theStartSubject) sets the start object from a subject, by converting to aGrouperObjectSubjectWrapper
RelationGraph.assignSubjectForIsMemberCheck
(Subject theSubject) If we're checking whether a subject is a member of each group