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
public class LensContextPlaceholder<F extends ObjectType> extends LensContext<F>
This class does nothing. It just takes place when no real Lens Context is available.- Author:
- semancik
- See Also:
ModelExpressionThreadLocalHolder
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.model.impl.lens.LensContext
LensContext.ExportType
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LensContextPlaceholder(@NotNull PrismObject<F> focus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent, boolean showTriples)
String
dump(boolean showTriples)
String
toString()
-
Methods inherited from class com.evolveum.midpoint.model.impl.lens.LensContext
addConflictingProjectionContext, addHookPreviewResults, addProjectionContext, checkAbortRequested, checkConsistence, checkConsistenceIfNeeded, checkEncrypted, cleanup, clearConflictingProjectionContexts, clone, computeMaxWaves, copyValues, createDetachedProjectionContext, createFocusContext, createFocusContext, createProjectionContext, createProjectionContext, debugDump, deleteNonTransientComputationResults, dumpAssignmentPolicyRules, dumpFocusPolicyRules, findOrCreateProjectionContext, findProjectionContext, findProjectionContext, findProjectionContextByOid, fromLensContextBean, getAccountSynchronizationSettings, getAllChanges, getAllEvaluatedAssignments, getCachedOwner, getChannel, getConflictingProjectionContexts, getConflictResolutionAttemptNumber, getEvaluatedAssignmentsStream, getEvaluatedAssignmentTriple, getExecutedDeltas, getExecutionWave, getFocusClass, getFocusConstraintsCheckingStrategy, getFocusContext, getFocusContextRequired, getFocusOdoAbsolute, getFocusTemplate, getGlobalSecurityPolicy, getHistoricResourceObjects, getHookPreviewResults, getHookPreviewResultsMap, getInspector, getInternalsConfiguration, getItemProcessingIdentifier, getMaxWave, getNonNegativeEvaluatedAssignments, getOperationApprovedBy, getOperationApproverComments, getOperationQualifier, getOptions, getOrCreateFocusContext, getOrCreateFocusContext, getOwnerOid, getPartialProcessingOptions, getPolicyRuleEnforcerPreviewOutput, getPrimaryChanges, getPrivilegedExpressionProfile, getProgressListeners, getProjectionConstraintsCheckingStrategy, getProjectionContexts, getProjectionContextsIterator, getProjectionWave, getProvisioningService, getRequestBusinessContext, getRequestIdentifier, getRequestMetadata, getResource, getResource, getRottenExecutedDeltas, getSequenceCounter, getSequences, getState, getStats, getSystemConfiguration, getSystemConfigurationBean, getTaskTreeOid, getTreeDeltas, getTriggeredRulesCount, getTriggeringResourceOid, getUnauditedExecutedDeltas, hasAnyPrimaryChange, hasExplosiveProjection, hasFocusContext, hasFocusOfType, hasProjectionChange, hasStarted, incrementExecutionWave, incrementProjectionWave, inspectProjectorFinish, inspectProjectorStart, isAbortRequested, isDoReconciliationForAllProjections, isExecutionAudited, isExecutionPhaseOnly, isExperimentalCodeEnabled, isFocusTemplateExternallySet, isForcedFocusDelete, isFresh, isInPrimary, isLazyAuditRequest, isPreview, isReconcileFocus, isRequestAudited, isRequestAuthorized, markExecutedDeltasAudited, normalize, primaryFocusItemDeltaExists, recompute, recomputeFocus, recomputeProjections, refreshAuxiliaryObjectClassDefinitions, rememberResource, rememberResources, removeIgnoredContexts, reportProgress, resetProjectionWave, rot, setAccountSynchronizationSettings, setCachedOwner, setChannel, setChannel, setConflictResolutionAttemptNumber, setDoReconciliationForAllProjections, setEvaluatedAssignmentTriple, setExecutionAudited, setExecutionPhaseOnly, setExecutionWave, setFocusContext, setFocusTemplate, setFocusTemplateExternallySet, setFresh, setGlobalSecurityPolicy, setInspector, setItemProcessingIdentifier, setLazyAuditRequest, setOptions, setOwnerOid, setPolicyRuleEnforcerPreviewOutput, setPreview, setProgressListeners, setRequestAudited, setRequestAuthorized, setRequestIdentifier, setRequestMetadata, setSequenceCounter, setStartedIfNotYet, setState, setStats, setSystemConfiguration, setTriggeringResourceOid, toLensContextType, toLensContextType, 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, dumpFocusPolicyRules
-
-
-
-
Constructor Detail
-
LensContextPlaceholder
public LensContextPlaceholder(@NotNull @NotNull PrismObject<F> focus)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classLensContext<F extends ObjectType>
-
dump
public String dump(boolean showTriples)
- Overrides:
dump
in classLensContext<F extends ObjectType>
-
debugDump
public String debugDump(int indent, boolean showTriples)
- Overrides:
debugDump
in classLensContext<F extends ObjectType>
-
-