Uses of Interface
io.automatiko.engine.api.workflow.ProcessInstances
-
Packages that use ProcessInstances Package Description io.automatiko.engine.api.uow io.automatiko.engine.api.workflow io.automatiko.engine.api.workflow.cases -
-
Uses of ProcessInstances in io.automatiko.engine.api.uow
Methods in io.automatiko.engine.api.uow that return ProcessInstances Modifier and Type Method Description default ProcessInstances<?>UnitOfWork. managedProcessInstances(Process<?> process, ProcessInstances<?> instances)Allows to manage given implementation of process instances to provide up to date information for executed instances within unit of workMethods in io.automatiko.engine.api.uow with parameters of type ProcessInstances Modifier and Type Method Description default ProcessInstances<?>UnitOfWork. managedProcessInstances(Process<?> process, ProcessInstances<?> instances)Allows to manage given implementation of process instances to provide up to date information for executed instances within unit of work -
Uses of ProcessInstances in io.automatiko.engine.api.workflow
Subinterfaces of ProcessInstances in io.automatiko.engine.api.workflow Modifier and Type Interface Description interfaceMutableProcessInstances<T>Methods in io.automatiko.engine.api.workflow that return ProcessInstances Modifier and Type Method Description ProcessInstances<T>Process. instances() -
Uses of ProcessInstances in io.automatiko.engine.api.workflow.cases
Subinterfaces of ProcessInstances in io.automatiko.engine.api.workflow.cases Modifier and Type Interface Description interfaceCaseInstances<T>
-