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
public class ChangesByState<F extends FocusType> extends Object implements 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
Constructors Constructor Description ChangesByState(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
@NotNull ObjectTreeDeltas<F>
getApplied()
@NotNull ObjectTreeDeltas<F>
getBeingApplied()
@NotNull ObjectTreeDeltas<F>
getCanceled()
@NotNull ObjectTreeDeltas<F>
getRejected()
@NotNull ObjectTreeDeltas<F>
getWaitingToBeApplied()
@NotNull ObjectTreeDeltas<F>
getWaitingToBeApproved()
-
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 Detail
-
ChangesByState
public ChangesByState(PrismContext prismContext)
-
-
Method Detail
-
getApplied
@NotNull public @NotNull ObjectTreeDeltas<F> getApplied()
-
getBeingApplied
@NotNull public @NotNull ObjectTreeDeltas<F> getBeingApplied()
-
getWaitingToBeApplied
@NotNull public @NotNull ObjectTreeDeltas<F> getWaitingToBeApplied()
-
getWaitingToBeApproved
@NotNull public @NotNull ObjectTreeDeltas<F> getWaitingToBeApproved()
-
getRejected
@NotNull public @NotNull ObjectTreeDeltas<F> getRejected()
-
getCanceled
@NotNull public @NotNull ObjectTreeDeltas<F> getCanceled()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-