Package com.evolveum.midpoint.model.api
Interface MetadataItemProcessingSpec
- All Superinterfaces:
DebugDumpable
Provides information about processing of given metadata item (e.g. provenance)
related to various data items (e.g. givenName, familyName, etc).
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFullProcessing
(ItemPath dataItem) default boolean
isFullProcessing
(ItemPath dataItem, ItemDefinition<?> definition) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
isFullProcessing
- Returns:
- true if the given dataItem (e.g. fullName) supports full processing of the relevant metadata (e.g. provenance).
- Throws:
SchemaException
-
isFullProcessing
default boolean isFullProcessing(ItemPath dataItem, ItemDefinition<?> definition) throws SchemaException - Returns:
- true if the given dataItem (e.g. fullName) supports full processing of the relevant metadata (e.g. provenance).
- Throws:
SchemaException
-