| Package | Description |
|---|---|
| org.flowable.cmmn.api.event | |
| org.flowable.cmmn.api.listener | |
| org.flowable.cmmn.api.migration | |
| org.flowable.cmmn.api.reactivation | |
| org.flowable.cmmn.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
FlowableCaseStartedEvent.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseInstanceLifecycleListener.stateChanged(CaseInstance caseInstance,
String oldState,
String newState)
Will be called when the state of a
CaseInstance changes and the
CaseInstanceLifecycleListener.getSourceState() and CaseInstanceLifecycleListener.getTargetState() match. |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseInstanceMigrationCallback.caseInstanceMigrated(CaseInstance caseInstance,
CaseDefinition caseDefToMigrateTo,
CaseInstanceMigrationDocument document) |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
CaseReactivationBuilder.reactivate()
After having entered all necessary information for the reactivation, this method actually triggers the reactivation and returns the reactivated case
instance from the runtime.
|
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
CaseInstanceBuilder.start() |
CaseInstance |
CaseInstanceBuilder.startAsync() |
CaseInstance |
CaseInstanceBuilder.startWithForm() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CaseInstanceState.isInTerminalState(CaseInstance caseInstance) |
Copyright © 2021 Flowable. All rights reserved.