Class BpmnUtil
java.lang.Object
com.flowable.platform.common.el.bpmn.util.BpmnUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCandidateGroup
(String processId, String groupId) static void
addCandidateGroups
(String processId, Object groupIds) static void
addCandidateUser
(String processId, String userId) static void
addCandidateUsers
(String processId, Object userIds) static void
addParticipantUser
(String processId, String userId) static void
addParticipantUsers
(String processId, Object userIds) static String
getAssignee
(String processId) static String
protected static RuntimeService
objectToStringIterable
(Object iterableOrString) static void
removeAssignee
(String processId, String userId) static void
removeCandidateGroup
(String processId, String groupId) static void
removeCandidateGroups
(String processId, Object groupIds) static void
removeCandidateUser
(String processId, String userId) static void
removeCandidateUsers
(String processId, Object userIds) static void
removeOwner
(String processId, String userId) static void
removeParticipantUser
(String processId, String userId) static void
removeParticipantUsers
(String processId, Object userIds) static void
setAssignee
(String processId, String userId) static void
-
Constructor Details
-
BpmnUtil
public BpmnUtil()
-
-
Method Details
-
getRuntimeService
-
setOwner
-
getOwner
-
setAssignee
-
getAssignee
-
removeOwner
-
removeAssignee
-
addCandidateUser
-
addCandidateGroup
-
addParticipantUser
-
addCandidateUsers
-
addCandidateGroups
-
addParticipantUsers
-
removeCandidateUser
-
removeCandidateGroup
-
removeParticipantUser
-
removeCandidateUsers
-
removeCandidateGroups
-
removeParticipantUsers
-
objectToStringIterable
-