Class LensContextPlaceholder<F extends ObjectType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.LensContext<F>
com.evolveum.midpoint.model.impl.lens.LensContextPlaceholder<F>
- All Implemented Interfaces:
ModelContext<F>
,DebugDumpable
,Serializable
,Cloneable
This class does nothing. It just takes place when no real Lens Context is available.
- Author:
- semancik
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.impl.lens.LensContext
LensContext.AuthorizationState, LensContext.ExportType, LensContext.GetOrCreateProjectionContextResult
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorDescriptionLensContextPlaceholder
(@NotNull PrismObject<F> focus, TaskExecutionMode taskExecutionMode) -
Method Summary
Methods inherited from class com.evolveum.midpoint.model.impl.lens.LensContext
addConflictingProjectionContext, addHookPreviewResults, addProjectionContext, areAccessesMetadataEnabled, checkAbortRequested, checkConsistence, checkConsistenceIfNeeded, cleanup, clearConflictingProjectionContexts, clone, computeMaxWaves, createDetachedProjectionContext, createFocusContext, createProjectionContext, createProvisioningOperationContext, debugDump, deleteNonTransientComputationResults, dumpAssignmentPolicyRules, dumpObjectPolicyRules, findFirstNotCompletedProjectionContext, findFirstProjectionContext, findLowerOrderContext, findProjectionContext, findProjectionContextByKeyExact, findProjectionContextByOid, findProjectionContextByOidAndKey, findProjectionContexts, findProjectionContextsByOid, fromLensContextBean, getAccountSynchronizationSettings, getAllChanges, getAllEvaluatedAssignments, getAuthorizationState, getChannel, getConflictingProjectionContexts, getEvaluatedAssignmentsStream, getEvaluatedAssignmentTriple, getExecutedDeltas, getExecutionWave, getExplicitFocusTemplateOid, getFocusClass, getFocusConstraintsCheckingStrategy, getFocusContext, getFocusContextRequired, getFocusOdoAbsolute, getFocusTemplate, getGlobalSecurityPolicy, getHistoricResourceObjects, getHookPreviewResults, getHookPreviewResultsMap, getInspector, getInternalsConfiguration, getItemProcessingIdentifier, getMappingInspector, getModelBeans, getNonNegativeEvaluatedAssignments, getOperationApprovedBy, getOperationApproverComments, getOperationQualifier, getOptions, getOrCreateFocusContext, getOrCreateFocusContext, getOrCreateProjectionContext, getOrCreateProjectionContext, getPartialProcessingOptions, getPolicyRuleEnforcerPreviewOutput, getPrimaryChanges, getPrivilegedExpressionProfile, getProjectionConstraintsCheckingStrategy, getProjectionContexts, getProjectionContextsIterator, getProjectionWave, getProvisioningService, getRequestBusinessContext, getRequestIdentifier, getResource, getRottenExecutedDeltas, getSequenceCounter, getSequences, getShadowMetadataRecordingStrategy, getState, getStats, getSystemConfiguration, getSystemConfigurationBean, getTaskExecutionMode, getTaskTreeOid, getTreeDeltas, getTriggeringResourceOid, getUnauditedExecutedDeltas, hasAnyPrimaryChange, hasExplosiveProjection, hasFocusContext, hasFocusOfType, hasProjectionChange, hasStarted, incrementProjectionWave, inspectProjectorFinish, inspectProjectorStart, isDiscoveryChannel, isDoReconciliationForAllProjections, isExecutionAudited, isExecutionPhaseOnly, isExperimentalCodeEnabled, isForcedFocusDelete, isFresh, isInInitial, isInPrimary, isLegacyPreview, isRequestAudited, isRequestAuthorized, markMatchingProjectionsBroken, normalize, primaryFocusItemDeltaExists, refreshAuxiliaryObjectClassDefinitions, rememberResource, removeIgnoredContexts, reportProgress, resetProjectionWave, rot, setAccountSynchronizationSettings, setChannel, setChannel, setDoReconciliationForAllProjections, setEvaluatedAssignmentTriple, setExplicitFocusTemplateOid, setFocusContext, setFresh, setGlobalSecurityPolicy, setInspector, setItemProcessingIdentifier, setLazyAuditRequest, setOptions, setPolicyRuleEnforcerPreviewOutput, setProgressListeners, setSequenceCounter, setStartedIfNotYet, setState, setStats, setSystemConfiguration, setTriggeringResourceOid, toBean, toBean, updateSystemConfiguration
Methods inherited from class java.lang.Object
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.ModelContext
dumpAssignmentPolicyRules, dumpObjectPolicyRules, isSimulation
-
Constructor Details
-
LensContextPlaceholder
public LensContextPlaceholder(@NotNull @NotNull PrismObject<F> focus, TaskExecutionMode taskExecutionMode)
-
-
Method Details
-
toString
- Overrides:
toString
in classLensContext<F extends ObjectType>
-
dump
- Overrides:
dump
in classLensContext<F extends ObjectType>
-
debugDump
- Overrides:
debugDump
in classLensContext<F extends ObjectType>
-