Package com.evolveum.midpoint.model.api
Interface MetadataItemProcessingSpec
-
- All Superinterfaces:
DebugDumpable
- All Known Implementing Classes:
MetadataItemProcessingSpecImpl
@Experimental public interface MetadataItemProcessingSpec extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFullProcessing(ItemPath dataItem)
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
isFullProcessing
boolean isFullProcessing(ItemPath dataItem) throws SchemaException
- Returns:
- true if the given dataItem (e.g. fullName) supports full processing of the relevant metadata (e.g. provenance).
- Throws:
SchemaException
-
-