Class FixedTargetSpecification<T extends AssignmentHolderType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.TargetObjectSpecification<T>
com.evolveum.midpoint.model.impl.lens.projector.mappings.FixedTargetSpecification<T>
public class FixedTargetSpecification<T extends AssignmentHolderType>
extends TargetObjectSpecification<T>
Target object is a given (fixed) prism object: either the same as focus ODO (but with no updates!),
or a different one.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FixedTargetSpecification
-
-
Method Details
-
getTargetObject
- Specified by:
getTargetObject
in classTargetObjectSpecification<T extends AssignmentHolderType>
- Returns:
- The target object that is to be provided to the mapping evaluator. It is needed e.g. to find current values of mapping target item.
-
isSameAsSource
public boolean isSameAsSource()- Specified by:
isSameAsSource
in classTargetObjectSpecification<T extends AssignmentHolderType>
- Returns:
- Is the target the same object as source, i.e. should mappings be chained?
-