Class ResourceObjectTypeDelineation
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectSetDelineation
com.evolveum.midpoint.schema.processor.ResourceObjectTypeDelineation
- All Implemented Interfaces:
DebugDumpable,Serializable
Delineates the boundary of a resource object type (i.e. objects that belong to that type).
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescription@NotNull BaseContextClassificationUseType@Nullable ExpressionTypeof(@NotNull ResourceObjectTypeDelineationType bean, @NotNull QName objectClassName, @NotNull List<QName> auxiliaryObjectClassNames, @NotNull ResourceObjectDefinition objectDefinition) of(@Nullable ResourceObjectReferenceType baseContext, @Nullable SearchHierarchyScopeType searchHierarchyScope, @NotNull QName objectClassName, @NotNull List<QName> auxiliaryObjectClassNames) toString()Methods inherited from class com.evolveum.midpoint.schema.processor.ResourceObjectSetDelineation
debugDump, getBaseContext, getFilterClauses, getObjectClassName, getSearchHierarchyScopeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
of
-
of
public static ResourceObjectTypeDelineation of(@NotNull @NotNull ResourceObjectTypeDelineationType bean, @NotNull @NotNull QName objectClassName, @NotNull @NotNull List<QName> auxiliaryObjectClassNames, @NotNull @NotNull ResourceObjectDefinition objectDefinition) throws ConfigurationException - Throws:
ConfigurationException
-
of
public static ResourceObjectTypeDelineation of(@Nullable @Nullable ResourceObjectReferenceType baseContext, @Nullable @Nullable SearchHierarchyScopeType searchHierarchyScope, @NotNull @NotNull QName objectClassName, @NotNull @NotNull List<QName> auxiliaryObjectClassNames) -
getClassificationCondition
-
getBaseContextClassificationUse
-
toString
- Overrides:
toStringin classResourceObjectSetDelineation
-