| Modifier and Type | Class and Description |
|---|---|
class |
SearchFlowNodeInstances<T extends SFlowNodeInstance> |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstance |
GetFlowNodeInstance.getResult() |
| 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) |
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 |
|---|---|
List<SFlowNodeInstance> |
BPMInstancesCreator.createFlowNodeInstances(Long processDefinitionId,
long rootContainerId,
long parentContainerId,
List<SFlowNodeDefinition> flowNodeDefinitions,
long rootProcessInstanceId,
long parentProcessInstanceId,
SStateCategory stateCategory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BPMInstancesCreator.createDataInstances(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
SExpressionContext sExpressionContext) |
protected void |
BPMInstancesCreator.createDataInstancesForMultiInstance(SActivityDefinition activityDefinition,
SFlowNodeInstance flowNodeInstance,
SExpressionContext expressionContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SFlowNodeInstance> |
FlowNodeInstanceService.searchFlowNodeInstances(Class<T> entityClass,
QueryOptions searchOptions) |
<T extends SFlowNodeInstance> |
FlowNodeInstanceService.searchFlowNodeInstancesSupervisedBy(Long supervisorId,
Class<T> entityClass,
QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstance |
FlowNodeInstanceService.getFlowNodeInstance(long flowNodeInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SFlowNodeInstance> |
FlowNodeInstanceService.getFlowNodeInstances(long parentContainerId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeInstanceService.deleteFlowNodeInstance(SFlowNodeInstance sFlowNodeInstance) |
void |
ProcessInstanceService.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
void |
FlowNodeInstanceService.setExecutedBy(SFlowNodeInstance sFlowNodeInstance,
long userId)
Set execute by for the specific flow node instance
|
void |
FlowNodeInstanceService.setExecutedBySubstitute(SFlowNodeInstance sFlowNodeInstance,
long executerSubstituteId)
Set execute by delegate for the specific flow node instance
|
void |
FlowNodeInstanceService.setExecuting(SFlowNodeInstance flowNodeInstance) |
void |
FlowNodeInstanceService.setExpectedEndDate(SFlowNodeInstance flowNodeInstance,
Long dueDate) |
void |
ActivityInstanceService.setLoopCardinality(SFlowNodeInstance flowNodeInstance,
int intLoopCardinality)
Set LoopCardinality for the specific loopActvity
|
void |
FlowNodeInstanceService.setState(SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
void |
FlowNodeInstanceService.setTaskPriority(SFlowNodeInstance flowNodeInstance,
STaskPriority priority) |
void |
FlowNodeInstanceService.updateDisplayDescription(SFlowNodeInstance flowNodeInstance,
String displayDescription) |
void |
FlowNodeInstanceService.updateDisplayName(SFlowNodeInstance flowNodeInstance,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
long |
FlowNodeInstanceService.getNumberOfFlowNodeInstances(Class<? extends SFlowNodeInstance> entityClass,
QueryOptions countOptions) |
long |
FlowNodeInstanceService.getNumberOfFlowNodeInstancesSupervisedBy(Long supervisorId,
Class<? extends SFlowNodeInstance> entityClass,
QueryOptions countOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInstanceService.deleteWaitingEvents(SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
String |
FlowNodeState.getSystemComment(SFlowNodeInstance flowNodeInstance)
Add a system comment "User XYZ has XYZ(state change) task XYZ(task name)"
|
boolean |
FlowNodeState.mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
Return true if flowNodeInstance instance of SHumanTaskInstance
|
boolean |
FlowNodeState.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInstanceServiceImpl.deleteWaitingEvents(SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SFlowNodeInstance> |
FlowNodeInstancesServiceImpl.searchFlowNodeInstances(Class<T> entityClass,
QueryOptions searchOptions) |
<T extends SFlowNodeInstance> |
FlowNodeInstancesServiceImpl.searchFlowNodeInstancesSupervisedBy(Long supervisorId,
Class<T> entityClass,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstance |
FlowNodeInstancesServiceImpl.getFlowNodeInstance(long flowNodeInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SFlowNodeInstance> |
FlowNodeInstancesServiceImpl.getFlowNodeInstances(long parentProcessInstanceId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessInstanceServiceImpl.deleteConnectorInstancesIfNecessary(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
void |
FlowNodeInstancesServiceImpl.deleteFlowNodeInstance(SFlowNodeInstance sFlowNodeInstance) |
void |
ProcessInstanceServiceImpl.deleteFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
SProcessDefinition processDefinition) |
void |
FlowNodeInstancesServiceImpl.setExecutedBy(SFlowNodeInstance flowNodeInstance,
long userId) |
void |
FlowNodeInstancesServiceImpl.setExecutedBySubstitute(SFlowNodeInstance flowNodeInstance,
long executerSubstituteId) |
void |
FlowNodeInstancesServiceImpl.setExecuting(SFlowNodeInstance flowNodeInstance) |
void |
FlowNodeInstancesServiceImpl.setExpectedEndDate(SFlowNodeInstance flowNodeInstance,
Long dueDate) |
void |
ActivityInstanceServiceImpl.setLoopCardinality(SFlowNodeInstance flowNodeInstance,
int intLoopCardinality) |
void |
FlowNodeInstancesServiceImpl.setState(SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
void |
FlowNodeInstancesServiceImpl.setTaskPriority(SFlowNodeInstance flowNodeInstance,
STaskPriority priority) |
void |
FlowNodeInstancesServiceImpl.updateDisplayDescription(SFlowNodeInstance flowNodeInstance,
String displayDescription) |
void |
FlowNodeInstancesServiceImpl.updateDisplayName(SFlowNodeInstance flowNodeInstance,
String displayName) |
protected void |
FlowNodeInstancesServiceImpl.updateFlowNode(SFlowNodeInstance flowNodeInstance,
String eventName,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
long |
FlowNodeInstancesServiceImpl.getNumberOfFlowNodeInstances(Class<? extends SFlowNodeInstance> entityClass,
QueryOptions countOptions) |
long |
FlowNodeInstancesServiceImpl.getNumberOfFlowNodeInstancesSupervisedBy(Long supervisorId,
Class<? extends SFlowNodeInstance> entityClass,
QueryOptions queryOptions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SActivityInstance |
interface |
SAutomaticTaskInstance |
interface |
SCallActivityInstance |
interface |
SGatewayInstance |
interface |
SHumanTaskInstance |
interface |
SLoopActivityInstance |
interface |
SManualTaskInstance |
interface |
SMultiInstanceActivityInstance |
interface |
SReceiveTaskInstance |
interface |
SSendTaskInstance |
interface |
SSubProcessActivityInstance |
interface |
STaskInstance |
interface |
SUserTaskInstance |
| Constructor and Description |
|---|
SAFlowNodeInstanceImpl(SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeInstance |
SFlowNodeInstanceBuilder.done() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SBoundaryEventInstance |
interface |
SCatchEventInstance |
interface |
SEndEventInstance |
interface |
SEventInstance |
interface |
SIntermediateCatchEventInstance |
interface |
SIntermediateThrowEventInstance |
interface |
SStartEventInstance |
interface |
SThrowEventInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
SBoundaryEventInstanceImpl |
class |
SCatchEventInstanceImpl |
class |
SEndEventInstanceImpl |
class |
SEventInstanceImpl |
class |
SIntermediateCatchEventInstanceImpl |
class |
SIntermediateThrowEventInstanceImpl |
class |
SStartEventInstanceImpl |
class |
SThrowEventInstanceImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SActivityInstanceImpl |
class |
SAutomaticTaskInstanceImpl |
class |
SCallActivityInstanceImpl |
class |
SFlowNodeInstanceImpl |
class |
SGatewayInstanceImpl |
class |
SHumanTaskInstanceImpl |
class |
SLoopActivityInstanceImpl |
class |
SManualTaskInstanceImpl |
class |
SMultiInstanceActivityInstanceImpl
FIXME: implement archive version of this class !
|
class |
SReceiveTaskInstanceImpl |
class |
SSendTaskInstanceImpl |
class |
SSubProcessActivityInstanceImpl |
class |
SUserTaskInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SFlowNodeInstance> |
SelectDescriptorBuilder.getFlowNodesFromProcessInstance(long parentProcessInstanceId,
int fromIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<SFlowNodeInstance> |
StateBehaviors.createInnerInstances(long processDefinitionId,
SActivityDefinition activity,
SMultiInstanceActivityInstance flowNodeInstance,
int numberOfInstanceToCreate) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateBehaviors.addAssignmentSystemComment(SFlowNodeInstance flowNodeInstance,
long userId) |
void |
StateBehaviors.addAssignmentSystemCommentIfTaskWasAutoAssign(SFlowNodeInstance flowNodeInstance) |
void |
FlowNodeExecutorImpl.archiveFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
boolean deleteAfterArchive,
long processDefinitionId) |
void |
FlowNodeExecutor.archiveFlowNodeInstance(SFlowNodeInstance flowNodeInstance,
boolean deleteAfterArchive,
long processDefinitionId)
Archive the flow node instance given as parameter.
|
void |
ProcessExecutorImpl.childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance sFlowNodeInstanceChild) |
void |
FlowNodeExecutorImpl.childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance sFlowNodeInstanceChild) |
void |
ContainerExecutor.childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance flowNodeInstance)
Method called to notify this container executor that a child reached the given state
|
void |
StateBehaviors.createData(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected List<STransitionDefinition> |
TransitionEvaluator.evaluateOutgoingTransitions(FlowNodeTransitionsWrapper transitions,
SProcessDefinition sDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
FlowElementExecutor.executeActivity(SProcessDefinition sDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.executeChildrenActivities(SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.executeConnector(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
List<SConnectorDefinition> connectorsOnEnter,
SConnectorInstance connectorInstance) |
StateCode |
FlowNodeExecutorImpl.executeState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
StateCode |
FlowNodeExecutor.executeState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
FlowNodeState state) |
List<SConnectorDefinition> |
StateBehaviors.getConnectorDefinitions(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
ConnectorEvent connectorEvent) |
protected STransitionDefinition |
TransitionEvaluator.getDefaultTransition(SProcessDefinition sDefinition,
SFlowNodeInstance flowNodeInstance) |
SConnectorInstance |
StateBehaviors.getNextConnectorInstance(List<SConnectorDefinition> connectorDefinitions,
SFlowNodeInstance flowNodeInstance,
ConnectorEvent connectorEvent) |
FlowNodeState |
FlowNodeStateManagerImpl.getNextNormalState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
int currentStateId) |
int |
StateBehaviors.getNumberOfInstancesToCreateFromInputRef(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
SMultiInstanceLoopCharacteristics miLoop,
int numberOfInstanceMax) |
DataInstanceContainer |
StateBehaviors.getParentContainerType(SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.handleCallActivity(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.handleCatchEvents(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.handleThrowEvent(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected SProcessInstance |
StateBehaviors.instantiateProcess(SProcessDefinition callerProcessDefinition,
SCallActivityDefinition callActivityDefinition,
SFlowNodeInstance callActivityInstance,
long targetProcessDefinitionId) |
void |
WaitingEventsInterrupter.interruptWaitingEvents(SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.mapActors(SFlowNodeInstance flowNodeInstance,
SFlowElementContainerDefinition processContainer) |
void |
StateBehaviors.mapDataOutputOfMultiInstance(SFlowNodeInstance flowNodeInstance,
SMultiInstanceLoopCharacteristics miLoop) |
void |
StateBehaviors.mapDataOutputOfMultiInstance(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
ContainerRegistry.nodeReachedState(long processDefinitionId,
SFlowNodeInstance flowNodeInstance,
long parentId,
String parentType) |
void |
StateBehaviors.updateDisplayDescriptionAfterCompletion(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.updateDisplayNameAndDescription(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.updateExpectedDuration(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
void |
StateBehaviors.updateOutputData(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
SMultiInstanceLoopCharacteristics miLoop,
int numberOfInstanceMax) |
| Constructor and Description |
|---|
ExceptionalStateTransitionsManager(Map<Integer,FlowNodeState> stateTransitions,
SFlowNodeInstance flowNodeInstance) |
NormalStateTransitionsManager(Map<Integer,FlowNodeState> stateTransitions,
SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessArchiver.archiveFlowNodeInstance(SFlowNodeInstance intTxflowNodeInstance,
boolean deleteAfterArchive,
long processDefinitionId,
ProcessInstanceService processInstanceService,
ProcessDefinitionService processDefinitionService,
ArchiveService archiveService,
DataInstanceService dataInstanceService,
ActivityInstanceService activityInstanceService,
ConnectorInstanceService connectorInstanceService,
ContractDataService contractDataService) |
| Modifier and Type | Method and Description |
|---|---|
protected DataInstanceContainer |
EventHandlerStrategy.getParentContainerType(SFlowNodeInstance flowNodeInstance) |
protected SWaitingErrorEvent |
ErrorEventHandlerStrategy.getWaitingErrorEventFromBoundary(SThrowEventInstance eventInstance,
String errorCode,
SFlowNodeInstance flowNodeInstance) |
protected SWaitingErrorEvent |
ErrorEventHandlerStrategy.getWaitingErrorEventFromBoundary(String errorCode,
SFlowNodeInstance flowNodeInstance,
List<SBoundaryEventDefinition> boundaryEventDefinitions) |
boolean |
TimerEventHandlerStrategy.handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
SFlowNodeInstance sFlowNodeInstance) |
boolean |
TerminateEventHandlerStrategy.handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
SFlowNodeInstance sFlowNodeInstance) |
boolean |
SignalEventHandlerStrategy.handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
SFlowNodeInstance sFlowNodeInstance) |
boolean |
MessageEventHandlerStrategy.handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
SFlowNodeInstance sFlowNodeInstance) |
abstract boolean |
EventHandlerStrategy.handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
SFlowNodeInstance sFlowNodeInstance) |
boolean |
ErrorEventHandlerStrategy.handlePostThrowEvent(SProcessDefinition processDefinition,
SEndEventDefinition sEventDefinition,
SThrowEventInstance sThrowEventInstance,
SEventTriggerDefinition sEventTriggerDefinition,
SFlowNodeInstance sFlowNodeInstance) |
boolean |
EventsHandler.handlePostThrowEvent(SProcessDefinition sProcessDefinition,
SEndEventDefinition sEndEventDefinition,
SThrowEventInstance sThrowEventInstance,
SFlowNodeInstance sFlowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
OnEnterOrOnFinishConnectorState.afterConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingBoundaryEventStateImpl.afterConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingActivityWithBoundaryEventsStateImpl.afterConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingActivityStateImpl.afterConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingFlowNodeStateImpl.afterConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
CompletingActivityStateImpl.afterConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ReadyActivityStateImpl.afterOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected abstract void |
OnEnterAndFinishConnectorState.afterOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingAndExecutingFlowNodeStateImpl.afterOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingThrowEventStateImpl.afterOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingAutomaticActivityStateImpl.afterOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected abstract void |
OnEnterOrOnFinishConnectorState.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingBoundaryEventStateImpl.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingActivityWithBoundaryEventsStateImpl.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingActivityStateImpl.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingFlowNodeStateImpl.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
CompletingCallActivityStateImpl.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
CompletingActivityStateImpl.beforeConnectors(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ReadyActivityStateImpl.beforeOnEnter(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected abstract void |
OnEnterAndFinishConnectorState.beforeOnEnter(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingAndExecutingFlowNodeStateImpl.beforeOnEnter(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingThrowEventStateImpl.beforeOnEnter(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingAutomaticActivityStateImpl.beforeOnEnter(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
WaitingFlowNodeStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
SkippedFlowNodeStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
OnEnterOrOnFinishConnectorState.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
OnEnterAndFinishConnectorState.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
InterruptedFlowNodeState.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
InitializingMultiInstanceActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
InitializingLoopActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
FailedActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
ExecutingMultiInstanceActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
ExecutingLoopActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
ExecutingCallActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
ExecutingBoundaryEventStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
EndingIntermediateCatchEventExceptionStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
EndingFlowNodeContainerExceptionStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
EndingCallActivityExceptionStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
EndingActivityWithBoundaryStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
CompletingSubTaskStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
StateCode |
CompletedActivityStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance activityInstance) |
StateCode |
CancellingReceiveTaskStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
CancellingFlowNodeStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
CancelledFlowNodeStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
AbortingReceiveTaskStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
AbortingFlowNodeStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
StateCode |
AbortedFlowNodeStateImpl.execute(SProcessDefinition processDefinition,
SFlowNodeInstance instance) |
FlowNodeState |
FlowNodeStateManager.getNextNormalState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
int currentStateId) |
String |
WaitingFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
SkippedFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ReadyActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InterruptedFlowNodeState.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InitializingMultiInstanceActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InitializingLoopActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InitializingBoundaryEventStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InitializingAndExecutingFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InitializingActivityWithBoundaryEventsStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
InitializingActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
FailedActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingThrowEventStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingMultiInstanceActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingLoopActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingCallActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingBoundaryEventStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
ExecutingAutomaticActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CompletingSubTaskStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CompletingActivityWithBoundaryStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CompletingActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CompletedActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CancellingFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CancellingFlowNodeContainerChildrenStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CancellingCallActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CancellingBoundaryAndIntermediateCatchEventStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CancellingActivityWithBoundaryStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
CancelledFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
AbortingFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
AbortingFlowNodeContainerStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
AbortingCallActivityStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
AbortingBoundaryAndIntermediateCatchEventStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
AbortingActivityWithBoundaryStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
String |
AbortedFlowNodeStateImpl.getSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
WaitingFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
SkippedFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
ReadyActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InterruptedFlowNodeState.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InitializingMultiInstanceActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InitializingLoopActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InitializingBoundaryEventStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InitializingAndExecutingFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InitializingActivityWithBoundaryEventsStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
InitializingActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
FailedActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingThrowEventStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingMultiInstanceActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingLoopActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingCallActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingBoundaryEventStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
ExecutingAutomaticActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
EndingIntermediateCatchEventExceptionStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
EndingFlowNodeContainerExceptionStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
EndingCallActivityExceptionStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
EndingActivityWithBoundaryStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
CompletingSubTaskStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
CompletingActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
CompletedActivityStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
CancellingFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
CancelledFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
AbortingFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
AbortedFlowNodeStateImpl.hit(SProcessDefinition processDefinition,
SFlowNodeInstance parentInstance,
SFlowNodeInstance childInstance) |
boolean |
WaitingFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
SkippedFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ReadyActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InterruptedFlowNodeState.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingMultiInstanceActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingLoopActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingBoundaryEventStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingAndExecutingFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingActivityWithBoundaryEventsStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
FailedActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingThrowEventStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingMultiInstanceActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingLoopActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingCallActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingBoundaryEventStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingAutomaticActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CompletingSubTaskStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CompletingActivityWithBoundaryStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CompletingActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CompletedActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingFlowNodeContainerChildrenStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingCallActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingBoundaryAndIntermediateCatchEventStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingActivityWithBoundaryStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
CancelledFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
AbortingFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
AbortingFlowNodeContainerStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
AbortingCallActivityStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
AbortingBoundaryAndIntermediateCatchEventStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
AbortingActivityWithBoundaryStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
boolean |
AbortedFlowNodeStateImpl.mustAddSystemComment(SFlowNodeInstance flowNodeInstance) |
protected void |
ReadyActivityStateImpl.onEnterToOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected abstract void |
OnEnterAndFinishConnectorState.onEnterToOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
InitializingAndExecutingFlowNodeStateImpl.onEnterToOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingThrowEventStateImpl.onEnterToOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
protected void |
ExecutingAutomaticActivityStateImpl.onEnterToOnFinish(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
WaitingFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
SkippedFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ReadyActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InterruptedFlowNodeState.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingMultiInstanceActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingLoopActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingBoundaryEventStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingAndExecutingFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingActivityWithBoundaryEventsStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
InitializingActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
FailedActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingThrowEventStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingMultiInstanceActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingLoopActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingCallActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingBoundaryEventStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
ExecutingAutomaticActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
EndingIntermediateCatchEventExceptionStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
EndingFlowNodeContainerExceptionStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
EndingCallActivityExceptionStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
EndingActivityWithBoundaryStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
CompletingSubTaskStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
CompletingActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
CompletedActivityStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingReceiveTaskStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
CancellingFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
CancelledFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
AbortingFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
boolean |
AbortedFlowNodeStateImpl.shouldExecuteState(SProcessDefinition processDefinition,
SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<STransitionDefinition> |
InclusiveExclusiveTransitionEvaluator.evaluateTransitions(SProcessDefinition sDefinition,
SFlowNodeInstance flowNodeInstance,
FlowNodeTransitionsWrapper transitions,
SExpressionContext sExpressionContext) |
List<STransitionDefinition> |
ImplicitGatewayTransitionEvaluator.evaluateTransitions(SProcessDefinition sDefinition,
SFlowNodeInstance flowNodeInstance,
FlowNodeTransitionsWrapper transitions,
SExpressionContext sExpressionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ExecuteFlowNodes.shouldExecuteFlownode(SFlowNodeInstance sFlowNodeInstance)
Determines if the found flownode should be relaunched at restart or not.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecuteActionsAndTerminateTask.addSystemCommentOnProcessInstanceWhenExecutingTaskFor(SFlowNodeInstance flowNodeInstance,
long executerUserId,
long executerSubstituteUserId) |
protected void |
ExecuteActionsAndTerminateTask.executeActivity(SFlowNodeInstance flowNodeInstance,
long executerUserId) |
| Modifier and Type | Method and Description |
|---|---|
static String |
LogMessageBuilder.buildExecuteTaskContextMessage(SFlowNodeInstance flowNodeInstance,
String username,
long executerUserId,
long executerSubstituteId,
Map<String,Serializable> inputs) |
static String |
LogMessageBuilder.buildFlowNodeContextMessage(SFlowNodeInstance flowNodeInstance)
Build the log message using the flow node's context (display name, id, parent activity id, parent process instance id, root process instance id, and
process definition id)
|
| Modifier and Type | Method and Description |
|---|---|
List<SFlowNodeInstance> |
SearchFlowNodeInstances.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeInstance> |
SearchFlowNodeInstances.convertToClientObjects(List<SFlowNodeInstance> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SFlowNodeInstance> |
SearchFlowNodeInstanceSupervisedBy.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeInstance> |
SearchFlowNodeInstanceSupervisedBy.convertToClientObjects(List<SFlowNodeInstance> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static FlowNodeInstance |
ModelConvertor.toFlowNodeInstance(SFlowNodeInstance sFlowNode,
FlowNodeStateManager flowNodeStateManager) |
| Modifier and Type | Method and Description |
|---|---|
static List<FlowNodeInstance> |
ModelConvertor.toFlowNodeInstances(List<SFlowNodeInstance> sFlowNodes,
FlowNodeStateManager flowNodeStateManager) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Serializable> |
EventUtil.getEventForFlowNode(SFlowNodeInstance flowNodeInstance) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.