Class AddParticipantUserToParentEventHandler
java.lang.Object
com.flowable.platform.common.eventhandler.AddParticipantUserToParentEventHandler
- All Implemented Interfaces:
IdentityLinkEventHandler
public class AddParticipantUserToParentEventHandler
extends Object
implements IdentityLinkEventHandler
Adds user as a participant to the parent
CaseInstance/ProcessInstance-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddIdentityLinkToCaseInstance(String caseInstanceId, IdentityLink identityLink) protected voidaddIdentityLinkToParentCase(String planItemId, IdentityLink identityLink) protected voidaddIdentityLinkToParentProcess(String parentId, IdentityLink identityLink) protected voidaddIdentityLinkToProcessInstance(String processInstanceId, IdentityLink identityLink) protected CaseInstancegetCaseInstanceById(String caseId) protected CaseInstanceprotected ProcessInstanceprotected ProcessInstancegetProcessInstanceById(String processInstanceId) voidhandleIdentityLinkAddition(IdentityLink identityLink) voidhandleIdentityLinkDeletion(IdentityLink identityLink)
-
Field Details
-
identityLinkType
-
-
Constructor Details
-
AddParticipantUserToParentEventHandler
-
-
Method Details
-
handleIdentityLinkAddition
- Specified by:
handleIdentityLinkAdditionin interfaceIdentityLinkEventHandler
-
handleIdentityLinkDeletion
- Specified by:
handleIdentityLinkDeletionin interfaceIdentityLinkEventHandler
-
addIdentityLinkToParentProcess
-
addIdentityLinkToParentCase
-
addIdentityLinkToProcessInstance
protected void addIdentityLinkToProcessInstance(String processInstanceId, IdentityLink identityLink) -
addIdentityLinkToCaseInstance
-
getProcessInstanceById
-
getProcessInstanceByExecutionId
-
getCaseInstanceById
-
getCaseInstanceByPlanItemInstanceId
-