Interface PrismValueDeltaSetTripleProducer<V extends PrismValue,D extends ItemDefinition<?>>
- All Superinterfaces:
DebugDumpable
,HumanReadableDescribable
- All Known Implementing Classes:
AbstractMappingImpl
,MappingImpl
,MetadataMappingImpl
public interface PrismValueDeltaSetTripleProducer<V extends PrismValue,D extends ItemDefinition<?>>
extends HumanReadableDescribable, DebugDumpable
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Identifier of this producer; e.g.Null output triple means "the mapping is not applicable", e.g.@NotNull MappingStrengthType
Returns the definition for the target item.boolean
boolean
boolean
default boolean
isNormal()
boolean
boolean
Returns true if the mapping has no source.default boolean
isStrong()
default boolean
isWeak()
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.util.HumanReadableDescribable
toHumanReadableDescription
-
Method Details
-
getTargetItemName
QName getTargetItemName() -
getOutputTriple
PrismValueDeltaSetTriple<V> getOutputTriple()Null output triple means "the mapping is not applicable", e.g. due to the condition being false. Empty output triple means "the mapping is applicable but there are no values". -
getStrength
-
clone
PrismValueDeltaSetTripleProducer<V,D> clone() -
isExclusive
boolean isExclusive() -
isAuthoritative
boolean isAuthoritative() -
isSourceless
boolean isSourceless()Returns true if the mapping has no source. That means it has to be evaluated for any delta. This really applies only to normal-strength mappings. -
getIdentifier
String getIdentifier()Identifier of this producer; e.g. mapping name. -
isStrong
default boolean isStrong() -
isNormal
default boolean isNormal() -
isWeak
default boolean isWeak() -
isPushChanges
boolean isPushChanges() -
isEnabled
boolean isEnabled() -
getTargetItemDefinition
Returns the definition for the target item. It is usually present, but there may be border cases where it is not. Please research them if needed.
-