Class EvaluatedPlainResourceObjectConstructionImpl<AH extends AssignmentHolderType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.construction.EvaluatedResourceObjectConstructionImpl<AH,PlainResourceObjectConstruction<AH>>
com.evolveum.midpoint.model.impl.lens.construction.EvaluatedPlainResourceObjectConstructionImpl<AH>
- All Implemented Interfaces:
EvaluatedResourceObjectConstruction
,EvaluatedAbstractConstruction<AH>
,DebugDumpable
,Serializable
public class EvaluatedPlainResourceObjectConstructionImpl<AH extends AssignmentHolderType>
extends EvaluatedResourceObjectConstructionImpl<AH,PlainResourceObjectConstruction<AH>>
Evaluated resource object construction that is defined in the schemaHandling part of resource definition.
- Author:
- Radovan Semancik
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.lens.construction.EvaluatedResourceObjectConstructionImpl
construction
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull LensProjectionContext
protected void
Sets 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, getResource, getTag, getTargetKey, isDirectlyAssigned, isWeak, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.model.api.context.EvaluatedResourceObjectConstruction
getTypeIdentification
-
Method Details
-
getProjectionContext
- Overrides:
getProjectionContext
in classEvaluatedResourceObjectConstructionImpl<AH extends AssignmentHolderType,
PlainResourceObjectConstruction<AH extends AssignmentHolderType>>
-
initializeProjectionContext
protected void initializeProjectionContext()Description copied from class:EvaluatedResourceObjectConstructionImpl
Sets 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:
initializeProjectionContext
in classEvaluatedResourceObjectConstructionImpl<AH extends AssignmentHolderType,
PlainResourceObjectConstruction<AH extends AssignmentHolderType>>
-