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
ConstructorsConstructorDescriptionLensContextPlaceholder(@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, 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, hasLowerOrderContext, hasProjectionChange, hasStarted, incrementProjectionWave, inspectProjectorFinish, inspectProjectorStart, isDiscoveryChannel, isDoReconciliationForAllProjections, isExecutionAudited, isExecutionPhaseOnly, isExperimentalCodeEnabled, isForcedFocusDelete, isFresh, isInInitial, isInPrimary, isPreview, isRequestAudited, isRequestAuthorized, markMatchingProjectionsBroken, normalize, primaryFocusItemDeltaExists, recompute, recomputeFocus, refreshAuxiliaryObjectClassDefinitions, rememberResource, removeIgnoredContexts, replaceProjectionContexts, reportProgress, resetProjectionWave, rot, setAccountSynchronizationSettings, setChannel, setChannel, setDoReconciliationForAllProjections, setEvaluatedAssignmentTriple, setExplicitFocusTemplateOid, setFocusContext, setFresh, setGlobalSecurityPolicy, setInspector, setItemProcessingIdentifier, setLazyAuditRequest, setOptions, setPolicyRuleEnforcerPreviewOutput, setPreview, setProgressListeners, setSequenceCounter, setStartedIfNotYet, setState, setStats, setSystemConfiguration, setTriggeringResourceOid, toBean, toBean, updateSystemConfigurationMethods inherited from class java.lang.Object
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.ModelContext
dumpAssignmentPolicyRules, dumpObjectPolicyRules, isSimulation
-
Constructor Details
-
LensContextPlaceholder
public LensContextPlaceholder(@NotNull @NotNull PrismObject<F> focus, TaskExecutionMode taskExecutionMode)
-
-
Method Details
-
toString
- Overrides:
toStringin classLensContext<F extends ObjectType>
-
dump
- Overrides:
dumpin classLensContext<F extends ObjectType>
-
debugDump
- Overrides:
debugDumpin classLensContext<F extends ObjectType>
-