Class EvaluatedAssignedResourceObjectConstructionImpl<AH extends AssignmentHolderType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.construction.EvaluatedResourceObjectConstructionImpl<AH,AssignedResourceObjectConstruction<AH>>
com.evolveum.midpoint.model.impl.lens.construction.EvaluatedAssignedResourceObjectConstructionImpl<AH>
- All Implemented Interfaces:
EvaluatedResourceObjectConstruction,EvaluatedAbstractConstruction<AH>,DebugDumpable,Serializable
public class EvaluatedAssignedResourceObjectConstructionImpl<AH extends AssignmentHolderType>
extends EvaluatedResourceObjectConstructionImpl<AH,AssignedResourceObjectConstruction<AH>>
Evaluated resource object construction that is assigned to the focus.
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.lens.construction.EvaluatedResourceObjectConstructionImpl
constructionFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptionprotected voidSets up the projection context.Methods inherited from class com.evolveum.midpoint.model.impl.lens.construction.EvaluatedResourceObjectConstructionImpl
debugDump, evaluate, getAssignmentPath, getAssociationTripleProducers, getAttributeTripleProducer, getAttributeTripleProducers, getConstruction, getIntent, getKind, getProjectionContext, getResource, getTag, getTargetKey, isDirectlyAssigned, isWeak, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.model.api.context.EvaluatedResourceObjectConstruction
getTypeIdentification
-
Method Details
-
initializeProjectionContext
protected void initializeProjectionContext()Description copied from class:EvaluatedResourceObjectConstructionImplSets up the projection context. The implementation differs for assigned and plain constructions. It is sometimes possible that the projection context does not exist yet.- Specified by:
initializeProjectionContextin classEvaluatedResourceObjectConstructionImpl<AH extends AssignmentHolderType,AssignedResourceObjectConstruction<AH extends AssignmentHolderType>>
-