Interface Transition<T>
-
- Type Parameters:
T- type of data the transition is carrying
public interface Transition<T>Defines work item life cycle phase transition. Including data and policies to be enforced during transition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdata()Optional data to be associated with the transition.Stringphase()Returns target phase where work item should be transitionedList<Policy<?>>policies()Optional list of policies to be enforced during transition
-