Class MetadataItemProcessingSpecImpl
- java.lang.Object
-
- com.evolveum.midpoint.model.common.mapping.metadata.MetadataItemProcessingSpecImpl
-
- All Implemented Interfaces:
MetadataItemProcessingSpec
,DebugDumpable
public class MetadataItemProcessingSpecImpl extends Object implements MetadataItemProcessingSpec
Specification of processing of individual metadata items. This is somewhat orthogonal toItemValueMetadataProcessingSpec
: it describes support for given metadata item (e.g. provenance) for individual data items (givenName, familyName, fullName, etc).
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description MetadataItemProcessingSpecImpl(@NotNull ItemPath metadataItemPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
boolean
isFullProcessing(ItemPath dataItemPath)
void
populateFromObjectTemplate(ObjectReferenceType templateRef, ObjectResolver objectResolver, String contextDesc, Task task, OperationResult result)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
MetadataItemProcessingSpecImpl
public MetadataItemProcessingSpecImpl(@NotNull @NotNull ItemPath metadataItemPath)
-
-
Method Detail
-
isFullProcessing
public boolean isFullProcessing(ItemPath dataItemPath) throws SchemaException
- Specified by:
isFullProcessing
in interfaceMetadataItemProcessingSpec
- Returns:
- true if the given dataItem (e.g. fullName) supports full processing of the relevant metadata (e.g. provenance).
- Throws:
SchemaException
-
populateFromObjectTemplate
public void populateFromObjectTemplate(ObjectReferenceType templateRef, ObjectResolver objectResolver, String contextDesc, Task task, OperationResult result) throws CommunicationException, ObjectNotFoundException, SchemaException, SecurityViolationException, ConfigurationException, ExpressionEvaluationException
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-