Uses of Interface
io.automatiko.engine.api.workflow.workitem.LifeCyclePhase
-
Packages that use LifeCyclePhase Package Description io.automatiko.engine.api.workflow.workitem -
-
Uses of LifeCyclePhase in io.automatiko.engine.api.workflow.workitem
Methods in io.automatiko.engine.api.workflow.workitem that return LifeCyclePhase Modifier and Type Method Description LifeCyclePhaseLifeCycle. phaseById(String phaseId)Returns phase by its id if exists.Methods in io.automatiko.engine.api.workflow.workitem that return types with arguments of type LifeCyclePhase Modifier and Type Method Description Collection<LifeCyclePhase>LifeCycle. phases()Returns all phases associated with this life cycleMethods in io.automatiko.engine.api.workflow.workitem with parameters of type LifeCyclePhase Modifier and Type Method Description booleanLifeCyclePhase. canTransition(LifeCyclePhase phase)Returns if given life cycle phase can be transitioned to this phase
-