Interface ModelContext<F extends ObjectType>
- All Superinterfaces:
- DebugDumpable,- Serializable
- Author:
- semancik
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptiondefault StringdumpAssignmentPolicyRules(int indent) dumpAssignmentPolicyRules(int indent, boolean alsoMessages) default StringdumpObjectPolicyRules(int indent) dumpObjectPolicyRules(int indent, boolean alsoMessages) findProjectionContextByKeyExact(@NotNull ProjectionContextKey key) @NotNull Collection<? extends ModelProjectionContext>findProjectionContexts(@NotNull ProjectionContextFilter filter) int@NotNull Collection<? extends EvaluatedAssignment>@NotNull Stream<? extends EvaluatedAssignment>DeltaSetTriple<? extends EvaluatedAssignment>@NotNull ModelElementContext<F><T> @NotNull List<T>getHookPreviewResults(@NotNull Class<T> clazz) Map<String,Collection<? extends Containerable>> @NotNull Collection<? extends EvaluatedAssignment>@NotNull PartialProcessingOptionsType@Nullable PolicyRuleEnforcerPreviewOutputType@NotNull Collection<? extends ModelProjectionContext>getSequenceCounter(String sequenceOid) getState()@NotNull TaskExecutionModegetTaskTreeOid(com.evolveum.midpoint.task.api.Task task, OperationResult result) @NotNull ObjectTreeDeltas<F>booleandefault booleanTODO reconcile withisPreview()voidreportProgress(ProgressInformation progress) voidsetSequenceCounter(String sequenceOid, long counter) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
getRequestIdentifierString getRequestIdentifier()
- 
getStateModelState getState()
- 
getFocusContextModelElementContext<F> getFocusContext()
- 
getFocusContextRequired
- 
getProjectionContexts
- 
findProjectionContextByKeyExact
- 
findProjectionContexts@NotNull @NotNull Collection<? extends ModelProjectionContext> findProjectionContexts(@NotNull @NotNull ProjectionContextFilter filter) 
- 
getOptionsModelExecuteOptions getOptions()
- 
getPartialProcessingOptions
- 
getFocusClass
- 
reportProgress
- 
getEvaluatedAssignmentTripleDeltaSetTriple<? extends EvaluatedAssignment> getEvaluatedAssignmentTriple()
- 
getEvaluatedAssignmentsStream
- 
getNonNegativeEvaluatedAssignments
- 
getAllEvaluatedAssignments
- 
getFocusTemplateObjectTemplateType getFocusTemplate()
- 
getSystemConfigurationPrismObject<SystemConfigurationType> getSystemConfiguration()
- 
getChannelString getChannel()
- 
getAllChanges- Throws:
- SchemaException
 
- 
dumpAssignmentPolicyRules
- 
dumpAssignmentPolicyRules
- 
dumpObjectPolicyRules
- 
dumpObjectPolicyRules
- 
getHookPreviewResultsMapMap<String,Collection<? extends Containerable>> getHookPreviewResultsMap()
- 
getHookPreviewResults
- 
getPolicyRuleEnforcerPreviewOutput
- 
isPreviewboolean isPreview()
- 
isSimulationdefault boolean isSimulation()TODO reconcile withisPreview()
- 
getTreeDeltas
- 
getHistoricResourceObjectsCollection<ProjectionContextKey> getHistoricResourceObjects()
- 
getSequenceCounter
- 
setSequenceCounter
- 
getTaskTreeOid
- 
getPrivilegedExpressionProfileExpressionProfile getPrivilegedExpressionProfile()
- 
getTaskExecutionMode
 
-