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