Uses of Class
org.flowable.engine.impl.cmd.AbstractProcessInstanceIdentityLinkCmd
-
Packages that use AbstractProcessInstanceIdentityLinkCmd Package Description org.flowable.engine.impl.cmd -
-
Uses of AbstractProcessInstanceIdentityLinkCmd in org.flowable.engine.impl.cmd
Subclasses of AbstractProcessInstanceIdentityLinkCmd in org.flowable.engine.impl.cmd Modifier and Type Class Description classRemoveProcessInstanceAssigneeCmdCommand to remove the current assignee from a process instance.classRemoveProcessInstanceOwnerCmdCommand to remove the current owner from a process instance.classSetProcessInstanceAssigneeCmdCommand to set a new assignee on a process instance and return the previous one, if any.classSetProcessInstanceOwnerCmdCommand to set a new owner on a process instance and return the previous one, if any.
-