Uses of Interface
io.automatiko.engine.api.workflow.workitem.Policy
-
Packages that use Policy Package Description io.automatiko.engine.api.auth io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow io.automatiko.engine.api.workflow.cases io.automatiko.engine.api.workflow.workitem -
-
Uses of Policy in io.automatiko.engine.api.auth
Classes in io.automatiko.engine.api.auth that implement Policy Modifier and Type Class Description classSecurityPolicySecurity 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 Policy Modifier and Type Method Description voidWorkItemManager. 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.voidWorkItemManager. completeWorkItem(String id, Map<String,Object> results, Policy<?>... policies)Notifies the work item manager that the work item with the given id has been completed.default booleanWorkItem. enforce(Policy<?>... policies)Enforces 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 Policy Modifier and Type Method Description voidProcessInstance. abortWorkItem(String id, Policy<?>... policies)Aborts work item belonging to this process instancevoidProcessInstance. completeWorkItem(String id, Map<String,Object> variables, Policy<?>... policies)Completes work item belonging to this process instance with given variablesWorkItemProcessInstance. workItem(String workItemId, Policy<?>... policies)Returns work item identified by given id if foundList<WorkItem>ProcessInstance. workItems(Policy<?>... policies)Returns 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 Modifier and Type Method Description List<String>CaseInstance. milestones(Policy<?>... policies)List<String>CaseInstance. stages(Policy<?>... policies) -
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 Modifier and Type Method Description List<Policy<?>>Transition. policies()Optional list of policies to be enforced during transition
-