| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstance |
BPMInstancesCreator.createFlowNodeInstance(long processDefinitionId,
long rootContainerId,
long parentContainerId,
SFlowElementsContainerType parentContainerType,
SFlowNodeDefinition sFlowNodeDefinition,
long rootProcessInstanceId,
long parentProcessInstanceId,
boolean createInnerActivity,
int loopCounter,
SStateCategory stateCategory,
long relatedActivityInstanceId) |
List<SFlowNodeInstance> |
BPMInstancesCreator.createFlowNodeInstances(Long processDefinitionId,
long rootContainerId,
long parentContainerId,
List<SFlowNodeDefinition> flowNodeDefinitions,
long rootProcessInstanceId,
long parentProcessInstanceId,
SStateCategory stateCategory) |
SFlowNodeInstance |
BPMInstancesCreator.toFlowNodeInstance(long processDefinitionId,
long rootContainerId,
long parentContainerId,
SFlowElementsContainerType parentContainerType,
SFlowNodeDefinition sFlowNodeDefinition,
long rootProcessInstanceId,
long parentProcessInstanceId,
boolean createInnerActivity,
int loopCounter,
SStateCategory stateCategory,
long relatedActivityInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstanceService.setStateCategory(SFlowElementInstance flowElementInstance,
SStateCategory stateCategory) |
void |
ProcessInstanceService.setStateCategory(SProcessInstance processInstance,
SStateCategory stateCatetory)
Set process state category for the given process instance
|
| Modifier and Type | Method and Description |
|---|---|
SStateCategory |
State.getStateCategory()
Get the state's category
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstancesServiceImpl.setStateCategory(SFlowElementInstance flowElementInstance,
SStateCategory stateCategory) |
void |
ProcessInstanceServiceImpl.setStateCategory(SProcessInstance processInstance,
SStateCategory stateCatetory) |
| Modifier and Type | Method and Description |
|---|---|
SStateCategory |
SProcessInstance.getStateCategory() |
SStateCategory |
SFlowElementInstance.getStateCategory() |
static SStateCategory |
SStateCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SStateCategory[] |
SStateCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstanceBuilder |
SFlowNodeInstanceBuilder.setStateCategory(SStateCategory stateCategory) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstanceBuilder |
SFlowNodeInstanceBuilderImpl.setStateCategory(SStateCategory stateCategory) |
| Modifier and Type | Method and Description |
|---|---|
SStateCategory |
SProcessInstanceImpl.getStateCategory() |
SStateCategory |
SFlowElementInstanceImpl.getStateCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SProcessInstanceImpl.setStateCategory(SStateCategory processStateCategory) |
void |
SFlowElementInstanceImpl.setStateCategory(SStateCategory stateCategory) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateBehaviors.interruptAttachedBoundaryEvent(SProcessDefinition processDefinition,
SActivityInstance activityInstance,
SStateCategory categoryState) |
void |
ProcessInstanceInterruptor.interruptChildrenOnly(long processInstanceId,
SStateCategory stateCategory,
long interruptorChildId) |
void |
ProcessInstanceInterruptor.interruptProcessInstance(long processInstanceId,
SStateCategory stateCategory) |
void |
ProcessInstanceInterruptor.interruptProcessInstance(long processInstanceId,
SStateCategory stateCategory,
long exceptionChildId) |
void |
StateBehaviors.interruptSubActivities(long parentActivityInstanceId,
SStateCategory stateCategory) |
| Modifier and Type | Method and Description |
|---|---|
abstract SStateCategory |
EndingActivityWithBoundaryStateImpl.getBoundaryCategoryState() |
SStateCategory |
CompletingActivityWithBoundaryStateImpl.getBoundaryCategoryState() |
SStateCategory |
CancellingActivityWithBoundaryStateImpl.getBoundaryCategoryState() |
SStateCategory |
AbortingActivityWithBoundaryStateImpl.getBoundaryCategoryState() |
SStateCategory |
WaitingFlowNodeStateImpl.getStateCategory() |
SStateCategory |
SkippedFlowNodeStateImpl.getStateCategory() |
SStateCategory |
ReadyActivityStateImpl.getStateCategory() |
SStateCategory |
InterruptedFlowNodeState.getStateCategory() |
SStateCategory |
InitializingMultiInstanceActivityStateImpl.getStateCategory() |
SStateCategory |
InitializingLoopActivityStateImpl.getStateCategory() |
SStateCategory |
InitializingBoundaryEventStateImpl.getStateCategory() |
SStateCategory |
InitializingAndExecutingFlowNodeStateImpl.getStateCategory() |
SStateCategory |
InitializingActivityWithBoundaryEventsStateImpl.getStateCategory() |
SStateCategory |
InitializingActivityStateImpl.getStateCategory() |
SStateCategory |
FailedActivityStateImpl.getStateCategory() |
SStateCategory |
ExecutingThrowEventStateImpl.getStateCategory() |
SStateCategory |
ExecutingMultiInstanceActivityStateImpl.getStateCategory() |
SStateCategory |
ExecutingLoopActivityStateImpl.getStateCategory() |
SStateCategory |
ExecutingFlowNodeStateImpl.getStateCategory() |
SStateCategory |
ExecutingCallActivityStateImpl.getStateCategory() |
SStateCategory |
ExecutingBoundaryEventStateImpl.getStateCategory() |
SStateCategory |
ExecutingAutomaticActivityStateImpl.getStateCategory() |
SStateCategory |
CompletingSubTaskStateImpl.getStateCategory() |
SStateCategory |
CompletingActivityWithBoundaryStateImpl.getStateCategory() |
SStateCategory |
CompletingActivityStateImpl.getStateCategory() |
SStateCategory |
CompletedActivityStateImpl.getStateCategory() |
SStateCategory |
CancellingFlowNodeStateImpl.getStateCategory() |
SStateCategory |
CancellingFlowNodeContainerChildrenStateImpl.getStateCategory() |
SStateCategory |
CancellingCallActivityStateImpl.getStateCategory() |
SStateCategory |
CancellingBoundaryAndIntermediateCatchEventStateImpl.getStateCategory() |
SStateCategory |
CancellingActivityWithBoundaryStateImpl.getStateCategory() |
SStateCategory |
CancelledFlowNodeStateImpl.getStateCategory() |
SStateCategory |
AbortingFlowNodeStateImpl.getStateCategory() |
SStateCategory |
AbortingFlowNodeContainerStateImpl.getStateCategory() |
SStateCategory |
AbortingCallActivityStateImpl.getStateCategory() |
SStateCategory |
AbortingBoundaryAndIntermediateCatchEventStateImpl.getStateCategory() |
SStateCategory |
AbortingActivityWithBoundaryStateImpl.getStateCategory() |
SStateCategory |
AbortedFlowNodeStateImpl.getStateCategory() |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.