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
Constructors Constructor Description FixedTargetSpecification(PrismObject<T> targetObject, boolean sameAsSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismObject<T>
getTargetObject()
boolean
isSameAsSource()
-
-
-
Constructor Detail
-
FixedTargetSpecification
public FixedTargetSpecification(PrismObject<T> targetObject, boolean sameAsSource)
-
-
Method Detail
-
getTargetObject
public PrismObject<T> 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?
-
-