Uses of Class
com.evolveum.midpoint.schema.processor.SearchHierarchyScope
-
Packages that use SearchHierarchyScope Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.schema.processor -
-
Uses of SearchHierarchyScope in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery that return SearchHierarchyScope Modifier and Type Method Description SearchHierarchyScope
CompositeRefinedObjectClassDefinitionImpl. getSearchHierarchyScope()
SearchHierarchyScope
LayerRefinedObjectClassDefinitionImpl. getSearchHierarchyScope()
SearchHierarchyScope
RefinedObjectClassDefinition. getSearchHierarchyScope()
SearchHierarchyScope
RefinedObjectClassDefinitionImpl. getSearchHierarchyScope()
Methods in com.evolveum.midpoint.common.refinery with parameters of type SearchHierarchyScope Modifier and Type Method Description void
RefinedObjectClassDefinitionImpl. setSearchHierarchyScope(SearchHierarchyScope searchHierarchyScope)
-
Uses of SearchHierarchyScope in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return SearchHierarchyScope Modifier and Type Method Description SearchHierarchyScope
SearchHierarchyConstraints. getScope()
static SearchHierarchyScope
SearchHierarchyScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchHierarchyScope[]
SearchHierarchyScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.schema.processor with parameters of type SearchHierarchyScope Constructor Description SearchHierarchyConstraints(ResourceObjectIdentification baseContext, SearchHierarchyScope scope)
-