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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FixedTargetSpecification
 
- 
- 
Method Details- 
getTargetObject- Specified by:
- getTargetObjectin class- TargetObjectSpecification<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.
 
- 
isSameAsSourcepublic boolean isSameAsSource()- Specified by:
- isSameAsSourcein class- TargetObjectSpecification<T extends AssignmentHolderType>
- Returns:
- Is the target the same object as source, i.e. should mappings be chained?
 
 
-