Package com.evolveum.midpoint.wf.api
Class ChangesByState<F extends FocusType>
java.lang.Object
com.evolveum.midpoint.wf.api.ChangesByState<F>
- All Implemented Interfaces:
DebugDumpable
Classification of deltas (in approval case) according to their state.
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) @NotNull ObjectTreeDeltas<F>
@NotNull ObjectTreeDeltas<F>
@NotNull ObjectTreeDeltas<F>
@NotNull ObjectTreeDeltas<F>
@NotNull ObjectTreeDeltas<F>
@NotNull ObjectTreeDeltas<F>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
ChangesByState
public ChangesByState()
-
-
Method Details
-
getApplied
-
getBeingApplied
-
getWaitingToBeApplied
-
getWaitingToBeApproved
-
getRejected
-
getCanceled
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-