| 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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseLocalizationManager.localize(CaseInstance caseInstance,
String locale,
boolean withLocalizationFallback) |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
StartCaseInstanceAsyncCmd.execute(CommandContext commandContext) |
CaseInstance |
ReactivateHistoricCaseInstanceCmd.execute(CommandContext commandContext) |
CaseInstance |
StartCaseInstanceCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnClassDelegate.stateChanged(CaseInstance caseInstance,
String oldState,
String newState) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseInstance |
FlowableCaseStartedEventImpl.caseInstance |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
FlowableCaseStartedEventImpl.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
static FlowableCaseStartedEvent |
FlowableCmmnEventBuilder.createCaseStartedEvent(CaseInstance caseInstance) |
| Constructor and Description |
|---|
FlowableCaseStartedEventImpl(CaseInstance caseInstance) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CaseInstanceLifeCycleListenerUtil.callLifecycleListeners(CommandContext commandContext,
CaseInstance caseInstance,
String oldState,
String newState) |
protected static void |
CaseInstanceLifeCycleListenerUtil.executeLifecycleListener(CaseInstance caseInstance,
String oldState,
String newState,
CaseInstanceLifecycleListener lifecycleListener) |
void |
ExpressionCaseLifecycleListener.stateChanged(CaseInstance caseInstance,
String oldState,
String newState) |
void |
DelegateExpressionCaseLifecycleListener.stateChanged(CaseInstance caseInstance,
String oldState,
String newState) |
| Modifier and Type | Method and Description |
|---|---|
protected ChangePlanItemStateBuilderImpl |
CaseInstanceMigrationManagerImpl.prepareChangeStateBuilder(CaseInstance caseInstance,
CaseDefinition caseDefinitionToMigrateTo,
CaseInstanceMigrationDocument document) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseInstanceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInstanceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstance> |
CaseInstanceEntityManagerImpl.findByCriteria(CaseInstanceQuery query) |
List<CaseInstance> |
CaseInstanceEntityManager.findByCriteria(CaseInstanceQuery query) |
List<CaseInstance> |
CaseInstanceEntityManagerImpl.findWithVariablesByCriteria(CaseInstanceQuery query) |
List<CaseInstance> |
CaseInstanceEntityManager.findWithVariablesByCriteria(CaseInstanceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
HistoricCaseInstanceEntity |
HistoricCaseInstanceEntityManagerImpl.create(CaseInstance caseInstance) |
HistoricCaseInstanceEntity |
HistoricCaseInstanceEntityManager.create(CaseInstance caseInstance) |
| Constructor and Description |
|---|
HistoricCaseInstanceEntityImpl(CaseInstance caseInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstance> |
CaseInstanceDataManager.findByCriteria(CaseInstanceQueryImpl query) |
List<CaseInstance> |
CaseInstanceDataManager.findWithVariablesByCriteria(CaseInstanceQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
HistoricCaseInstanceEntity |
HistoricCaseInstanceDataManager.create(CaseInstance caseInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstance> |
MybatisCaseInstanceDataManagerImpl.findByCriteria(CaseInstanceQueryImpl query) |
List<CaseInstance> |
MybatisCaseInstanceDataManagerImpl.findWithVariablesByCriteria(CaseInstanceQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
HistoricCaseInstanceEntity |
MybatisHistoricCaseInstanceDataManagerImpl.create(CaseInstance caseInstance) |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
CaseReactivationBuilderImpl.reactivate() |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
CaseInstanceBuilderImpl.start() |
CaseInstance |
CaseInstanceBuilderImpl.startAsync() |
CaseInstance |
CmmnRuntimeServiceImpl.startCaseInstance(CaseInstanceBuilder caseInstanceBuilder) |
CaseInstance |
CmmnRuntimeServiceImpl.startCaseInstanceAsync(CaseInstanceBuilder caseInstanceBuilder) |
CaseInstance |
CaseInstanceBuilderImpl.startWithForm() |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstance> |
CaseInstanceQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static IdentityLinkEntity |
IdentityLinkUtil.createCaseInstanceIdentityLink(CaseInstance caseInstance,
String userId,
String groupId,
String type,
CmmnEngineConfiguration cmmnEngineConfiguration) |
static void |
IdentityLinkUtil.deleteCaseInstanceIdentityLinks(CaseInstance caseInstance,
String userId,
String groupId,
String type,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CaseInstance |
AbstractFlowableCmmnTestCase.deployAndStartOneHumanTaskCaseModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableCmmnTestCase.assertCaseInstanceEnded(CaseInstance caseInstance) |
protected void |
AbstractFlowableCmmnTestCase.assertCaseInstanceEnded(CaseInstance caseInstance,
int nrOfExpectedMilestones) |
protected void |
AbstractFlowableCmmnTestCase.assertCaseInstanceNotEnded(CaseInstance caseInstance) |
protected void |
AbstractFlowableCmmnTestCase.assertPlanItemInstanceState(CaseInstance caseInstance,
String name,
String... states) |
protected void |
AbstractFlowableCmmnTestCase.assertSamePlanItemState(CaseInstance c1) |
protected String |
AbstractFlowableCmmnTestCase.createCaseInstanceEndedErrorMessage(CaseInstance caseInstance,
long count) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnRestApiInterceptor.accessCaseInstanceInfoById(CaseInstance caseInstance) |
void |
CmmnRestApiInterceptor.accessStageOverview(CaseInstance caseInstance) |
CaseInstanceResponse |
CmmnRestResponseFactory.createCaseInstanceResponse(CaseInstance caseInstance) |
CaseInstanceResponse |
CmmnRestResponseFactory.createCaseInstanceResponse(CaseInstance caseInstance,
boolean returnVariables,
Map<String,Object> runtimeVariableMap) |
CaseInstanceResponse |
CmmnRestResponseFactory.createCaseInstanceResponse(CaseInstance caseInstance,
RestUrlBuilder urlBuilder) |
void |
CmmnRestApiInterceptor.deleteCaseInstance(CaseInstance caseInstance) |
void |
CmmnRestApiInterceptor.doCaseInstanceAction(CaseInstance caseInstance,
RestActionRequest actionRequest) |
void |
CmmnRestApiInterceptor.terminateCaseInstance(CaseInstance caseInstance) |
void |
CmmnRestApiInterceptor.updateCaseInstance(CaseInstance caseInstance,
CaseInstanceUpdateRequest updateRequest) |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstanceResponse> |
CmmnRestResponseFactory.createCaseInstanceResponseList(List<CaseInstance> caseInstances) |
| Modifier and Type | Method and Description |
|---|---|
protected CaseInstance |
BaseVariableResource.getCaseInstanceFromRequest(String caseInstanceId) |
protected CaseInstance |
BaseCaseInstanceResource.getCaseInstanceFromRequest(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RestVariable> |
BaseVariableResource.addVariables(CaseInstance caseInstance,
int variableType) |
protected Object |
BaseVariableResource.createVariable(CaseInstance caseInstance,
int variableType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
BaseVariableResource.deleteAllVariables(CaseInstance caseInstance,
javax.servlet.http.HttpServletResponse response) |
protected byte[] |
BaseVariableResource.getVariableDataByteArray(CaseInstance caseInstance,
String variableName,
javax.servlet.http.HttpServletResponse response) |
RestVariable |
BaseVariableResource.getVariableFromRequest(CaseInstance caseInstance,
String variableName,
boolean includeBinary) |
protected List<RestVariable> |
BaseVariableResource.processCaseVariables(CaseInstance caseInstance,
int variableType) |
protected RestVariable |
BaseVariableResource.setBinaryVariable(org.springframework.web.multipart.MultipartHttpServletRequest request,
CaseInstance caseInstance,
int responseVariableType,
boolean isNew) |
protected RestVariable |
BaseVariableResource.setSimpleVariable(RestVariable restVariable,
CaseInstance caseInstance,
boolean isNew) |
protected void |
BaseVariableResource.setVariable(CaseInstance caseInstance,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
| Constructor and Description |
|---|
CaseInstanceRepresentation(CaseInstance caseInstance,
boolean graphicalNotation,
User startedBy) |
CaseInstanceRepresentation(CaseInstance caseInstance,
CaseDefinition caseDefinition,
boolean graphicalNotation,
User startedBy) |
Copyright © 2023 Flowable. All rights reserved.