Uses of Interface
io.automatiko.engine.api.workflow.workitem.Policy
Packages that use Policy
Package
Description
The process runtime classes.
-
Uses of Policy in io.automatiko.engine.api.auth
Classes in io.automatiko.engine.api.auth that implement PolicyModifier and TypeClassDescriptionclassSecurity policy that deliversIdentityProviderto allow to security related policy enforcement. -
Uses of Policy in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process with parameters of type PolicyModifier and TypeMethodDescriptionvoidWorkItemManager.abortWorkItem(String id, Policy<?>... policies) Notifies the work item manager that the work item with the given id could not be executed and should be aborted.voidNotifies the work item manager that the work item with the given id has been completed.default booleanEnforces given policies on this work item. -
Uses of Policy in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow with parameters of type PolicyModifier and TypeMethodDescriptionvoidProcessInstance.abortWorkItem(String id, Policy<?>... policies) Aborts work item belonging to this process instancevoidCompletes work item belonging to this process instance with given variablesReturns work item identified by given id if foundReturns list of currently active work items. -
Uses of Policy in io.automatiko.engine.api.workflow.cases
Methods in io.automatiko.engine.api.workflow.cases with parameters of type Policy -
Uses of Policy in io.automatiko.engine.api.workflow.workitem
Methods in io.automatiko.engine.api.workflow.workitem that return types with arguments of type Policy