| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SFlowNodeDefinition.getType() |
static SFlowNodeType |
SFlowNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFlowNodeType[] |
SFlowNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SStartEventDefinitionImpl.getType() |
SFlowNodeType |
SIntermediateThrowEventDefinitionImpl.getType() |
SFlowNodeType |
SIntermediateCatchEventDefinitionImpl.getType() |
SFlowNodeType |
SEndEventDefinitionImpl.getType() |
SFlowNodeType |
SBoundaryEventDefinitionImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SUserTaskDefinitionImpl.getType() |
SFlowNodeType |
SSubProcessDefinitionImpl.getType() |
SFlowNodeType |
SSendTaskDefinitionImpl.getType() |
SFlowNodeType |
SReceiveTaskDefinitionImpl.getType() |
SFlowNodeType |
SManualTaskDefinitionImpl.getType() |
SFlowNodeType |
SGatewayDefinitionImpl.getType() |
SFlowNodeType |
SCallActivityDefinitionImpl.getType() |
SFlowNodeType |
SAutomaticTaskDefinitionImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SAStartEventInstanceImpl.getType() |
SFlowNodeType |
SAIntermediateThrowEventInstanceImpl.getType() |
SFlowNodeType |
SAIntermediateCatchEventInstanceImpl.getType() |
SFlowNodeType |
SAEndEventInstanceImpl.getType() |
SFlowNodeType |
SABoundaryEventInstanceImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SAUserTaskInstanceImpl.getType() |
SFlowNodeType |
SASubProcessActivityInstanceImpl.getType() |
SFlowNodeType |
SASendTaskInstanceImpl.getType() |
SFlowNodeType |
SAReceiveTaskInstanceImpl.getType() |
SFlowNodeType |
SAMultiInstanceActivityInstanceImpl.getType() |
SFlowNodeType |
SAManualTaskInstanceImpl.getType() |
SFlowNodeType |
SALoopActivityInstanceImpl.getType() |
SFlowNodeType |
SAGatewayInstanceImpl.getType() |
SFlowNodeType |
SACallActivityInstanceImpl.getType() |
SFlowNodeType |
SAAutomaticTaskInstanceImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SFlowNodeInstanceBuilderImpl.getFlowNodeType() |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.model.builder.SProcessInstanceBuilder |
SProcessInstanceBuilderImpl.setCallerId(long callerId,
SFlowNodeType callerType) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SStartEventInstanceImpl.getType() |
SFlowNodeType |
SIntermediateThrowEventInstanceImpl.getType() |
SFlowNodeType |
SIntermediateCatchEventInstanceImpl.getType() |
SFlowNodeType |
SEndEventInstanceImpl.getType() |
SFlowNodeType |
SBoundaryEventInstanceImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeType |
SProcessInstanceImpl.getCallerType() |
SFlowNodeType |
SUserTaskInstanceImpl.getType() |
SFlowNodeType |
SSubProcessActivityInstanceImpl.getType() |
SFlowNodeType |
SSendTaskInstanceImpl.getType() |
SFlowNodeType |
SReceiveTaskInstanceImpl.getType() |
SFlowNodeType |
SMultiInstanceActivityInstanceImpl.getType() |
SFlowNodeType |
SManualTaskInstanceImpl.getType() |
SFlowNodeType |
SLoopActivityInstanceImpl.getType() |
SFlowNodeType |
SGatewayInstanceImpl.getType() |
SFlowNodeType |
SCallActivityInstanceImpl.getType() |
SFlowNodeType |
SAutomaticTaskInstanceImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SProcessInstanceImpl.setCallerType(SFlowNodeType callerType) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<SFlowNodeType,Map<Integer,org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState>> |
FlowNodeStateManagerImpl.abortTransitions |
protected Map<SFlowNodeType,Map<Integer,org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState>> |
FlowNodeStateManagerImpl.cancelTransitions |
protected Map<SFlowNodeType,Map<Integer,org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState>> |
FlowNodeStateManagerImpl.normalTransitions |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState |
FlowNodeStateManagerImpl.getFirstState(SFlowNodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState |
FlowNodeStateManager.getFirstState(SFlowNodeType nodeType) |
Copyright © 2015 Bonitasoft S.A.. All rights reserved.