Uses of Class
org.flowable.cmmn.engine.impl.cmd.AbstractCaseInstanceIdentityLinkCmd
-
Packages that use AbstractCaseInstanceIdentityLinkCmd Package Description org.flowable.cmmn.engine.impl.cmd -
-
Uses of AbstractCaseInstanceIdentityLinkCmd in org.flowable.cmmn.engine.impl.cmd
Subclasses of AbstractCaseInstanceIdentityLinkCmd in org.flowable.cmmn.engine.impl.cmd Modifier and Type Class Description classRemoveCaseInstanceAssigneeCmdCommand to remove the current assignee from a case instance.classRemoveCaseInstanceOwnerCmdCommand to remove the current owner from a case instance.classSetCaseInstanceAssigneeCmdCommand to set a new assignee on a case instance.classSetCaseInstanceOwnerCmdCommand to set a new owner on a case instance and return the previous one, if any.
-