public class FlowableCmmnEventBuilder extends Object
| Constructor and Description |
|---|
FlowableCmmnEventBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static FlowableCaseEndedEvent |
createCaseEndedEvent(CaseInstance caseInstance,
String endingState) |
static FlowableCaseStartedEvent |
createCaseStartedEvent(CaseInstance caseInstance) |
static FlowableCaseStageEndedEvent |
createStageEndedEvent(CaseInstance caseInstance,
PlanItemInstance stageInstance,
String endingState) |
static FlowableCaseStageStartedEvent |
createStageStartedEvent(CaseInstance caseInstance,
PlanItemInstance stageInstance) |
static FlowableEntityEvent |
createTaskAssignedEvent(org.flowable.task.api.Task task) |
static FlowableEntityEvent |
createTaskCompletedEvent(org.flowable.task.api.Task task) |
static FlowableEntityEvent |
createTaskCreatedEvent(org.flowable.task.api.Task task) |
public static FlowableCaseStartedEvent createCaseStartedEvent(CaseInstance caseInstance)
public static FlowableCaseEndedEvent createCaseEndedEvent(CaseInstance caseInstance, String endingState)
public static FlowableCaseStageStartedEvent createStageStartedEvent(CaseInstance caseInstance, PlanItemInstance stageInstance)
public static FlowableCaseStageEndedEvent createStageEndedEvent(CaseInstance caseInstance, PlanItemInstance stageInstance, String endingState)
public static FlowableEntityEvent createTaskCreatedEvent(org.flowable.task.api.Task task)
public static FlowableEntityEvent createTaskAssignedEvent(org.flowable.task.api.Task task)
public static FlowableEntityEvent createTaskCompletedEvent(org.flowable.task.api.Task task)
Copyright © 2022 Flowable. All rights reserved.