Interface IdentityLinkInterceptor


  • public interface IdentityLinkInterceptor
    • Method Detail

      • handleCompleteTask

        void handleCompleteTask​(org.flowable.task.service.impl.persistence.entity.TaskEntity task)
      • handleAddIdentityLinkToTask

        void handleAddIdentityLinkToTask​(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity,
                                         org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity identityLinkEntity)
      • handleAddAssigneeIdentityLinkToTask

        void handleAddAssigneeIdentityLinkToTask​(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity,
                                                 String assignee)
      • handleAddOwnerIdentityLinkToTask

        void handleAddOwnerIdentityLinkToTask​(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity,
                                              String owner)
      • handleCreateProcessInstance

        void handleCreateProcessInstance​(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstanceExecution)
      • handleCreateSubProcessInstance

        void handleCreateSubProcessInstance​(org.flowable.engine.impl.persistence.entity.ExecutionEntity subProcessInstanceExecution,
                                            org.flowable.engine.impl.persistence.entity.ExecutionEntity superExecution)