Interface StageOpeningResult
- All Superinterfaces:
DebugDumpable
Tells the
CaseEngine how it should open a stage.-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptiondefault StringdebugDump(int indent) @Nullable StageClosingResult@NotNull Collection<CaseWorkItemType>Work items that should be added to the case.@NotNull Collection<WorkItemTimedActionsType>TODOMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getAutoClosingInformation
-
getNewWorkItems
Work items that should be added to the case. -
getTimedActionsCollection
TODO -
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-