Uses of Interface
io.automatiko.engine.api.Model
-
Packages that use Model Package Description io.automatiko.engine.api.workflow io.automatiko.engine.api.workflow.cases -
-
Uses of Model in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return types with arguments of type Model Modifier and Type Method Description ProcessInstance<? extends Model>Process. createInstance(Model m)ProcessInstance<? extends Model>Process. createInstance(String businessKey, Model m)Process<? extends Model>Processes. processById(String processId)Collection<ProcessInstance<? extends Model>>ProcessInstance. subprocesses()Returns collection of currently active subprocess instances where this process instance is the parent;Methods in io.automatiko.engine.api.workflow with parameters of type Model Modifier and Type Method Description ProcessInstance<? extends Model>Process. createInstance(Model m)ProcessInstance<? extends Model>Process. createInstance(String businessKey, Model m) -
Uses of Model in io.automatiko.engine.api.workflow.cases
Methods in io.automatiko.engine.api.workflow.cases that return types with arguments of type Model Modifier and Type Method Description CaseDefinition<? extends Model>CaseDefinitions. caseDefinitionById(String id)
-