Uses of Interface
io.automatiko.engine.api.runtime.process.WorkItemHandler
-
Packages that use WorkItemHandler Package Description io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow -
-
Uses of WorkItemHandler in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process with parameters of type WorkItemHandler Modifier and Type Method Description voidWorkItemManager. registerWorkItemHandler(String workItemName, WorkItemHandler handler)Register the given handler for all work items of the given type of work -
Uses of WorkItemHandler in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return WorkItemHandler Modifier and Type Method Description WorkItemHandlerWorkItemHandlerConfig. forName(String name)
-