Uses of Interface
io.automatiko.engine.api.Model
Packages that use Model
-
Uses of Model in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return types with arguments of type ModelModifier and TypeMethodDescriptionProcessInstance<? extends Model>Process.createInstance(Model m) ProcessInstance<? extends Model>Process.createInstance(String businessKey, Model m) Processes.processById(String processId) Collection<ProcessInstance<? extends Model>>ProcessInstance.subprocesses()Returns collection of currently active subprocess instances where this process instance is the parent;Collection<ProcessInstance<? extends Model>>ProcessInstance.subprocesses(ProcessInstanceReadMode mode) 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 ModelModifier and TypeMethodDescriptionProcessInstance<? 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 ModelModifier and TypeMethodDescriptionCaseDefinition<? extends Model>CaseDefinitions.caseDefinitionById(String id)