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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addIdentityLinkToCaseInstance
(String caseInstanceId, IdentityLink identityLink) protected void
addIdentityLinkToParentCase
(String planItemId, IdentityLink identityLink) protected void
addIdentityLinkToParentProcess
(String parentId, IdentityLink identityLink) protected void
addIdentityLinkToProcessInstance
(String processInstanceId, IdentityLink identityLink) protected CaseInstance
getCaseInstanceById
(String caseId) protected CaseInstance
protected ProcessInstance
protected ProcessInstance
getProcessInstanceById
(String processInstanceId) void
handleIdentityLinkAddition
(IdentityLink identityLink) void
handleIdentityLinkDeletion
(IdentityLink identityLink)
-
Field Details
-
identityLinkType
-
-
Constructor Details
-
AddParticipantUserToParentEventHandler
-
-
Method Details
-
handleIdentityLinkAddition
- Specified by:
handleIdentityLinkAddition
in interfaceIdentityLinkEventHandler
-
handleIdentityLinkDeletion
- Specified by:
handleIdentityLinkDeletion
in interfaceIdentityLinkEventHandler
-
addIdentityLinkToParentProcess
-
addIdentityLinkToParentCase
-
addIdentityLinkToProcessInstance
protected void addIdentityLinkToProcessInstance(String processInstanceId, IdentityLink identityLink) -
addIdentityLinkToCaseInstance
-
getProcessInstanceById
-
getProcessInstanceByExecutionId
-
getCaseInstanceById
-
getCaseInstanceByPlanItemInstanceId
-