Uses of Interface
io.automatiko.engine.api.workflow.cases.CaseInstance
-
Packages that use CaseInstance Package Description io.automatiko.engine.api.workflow.cases -
-
Uses of CaseInstance in io.automatiko.engine.api.workflow.cases
Methods in io.automatiko.engine.api.workflow.cases that return types with arguments of type CaseInstance Modifier and Type Method Description Optional<CaseInstance<T>>CaseInstances. findById(String i)Optional<CaseInstance<T>>CaseInstances. findById(String i, ProcessInstanceReadMode mode)Collection<CaseInstance<T>>CaseInstances. values(int page, int size)Collection<CaseInstance<T>>CaseInstances. values(ProcessInstanceReadMode mode, int page, int size)
-