| Modifier and Type | Method and Description |
|---|---|
protected org.bonitasoft.engine.core.process.instance.model.builder.event.SEndEventInstanceBuilder |
BPMInstancesCreator.createEndEventInstance(long processDefinitionId,
long rootContainerId,
long parentContainerId,
SFlowNodeDefinition sFlowNodeDefinition,
long rootProcessInstanceId,
long parentProcessInstanceId) |
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance |
BPMInstancesCreator.createFlowNodeInstance(long processDefinitionId,
long rootContainerId,
long parentContainerId,
org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType parentContainerType,
SFlowNodeDefinition sFlowNodeDefinition,
long rootProcessInstanceId,
long parentProcessInstanceId,
boolean createInnerActivity,
int loopCounter,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long relatedActivityInstanceId) |
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance |
BPMInstancesCreator.toFlowNodeInstance(long processDefinitionId,
long rootContainerId,
long parentContainerId,
org.bonitasoft.engine.core.process.instance.model.SFlowElementsContainerType parentContainerType,
SFlowNodeDefinition sFlowNodeDefinition,
long rootProcessInstanceId,
long parentProcessInstanceId,
boolean createInnerActivity,
int loopCounter,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory,
long relatedActivityInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance> |
BPMInstancesCreator.createFlowNodeInstances(Long processDefinitionId,
long rootContainerId,
long parentContainerId,
List<SFlowNodeDefinition> flowNodeDefinitions,
long rootProcessInstanceId,
long parentProcessInstanceId,
org.bonitasoft.engine.core.process.instance.model.SStateCategory stateCategory) |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeDefinition |
ProcessDefinitionServiceImpl.getNextFlowNode(SProcessDefinition definition,
String source) |
SFlowNodeDefinition |
ProcessDefinitionService.getNextFlowNode(SProcessDefinition definition,
String source)
Get target flow node for the given source flow node in the specific process
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SActivityDefinition |
interface |
SAutomaticTaskDefinition |
interface |
SCallActivityDefinition |
interface |
SGatewayDefinition |
interface |
SHumanTaskDefinition |
interface |
SManualTaskDefinition |
interface |
SReceiveTaskDefinition |
interface |
SSendTaskDefinition |
interface |
SSubProcessDefinition |
interface |
STaskDefinition |
interface |
SUserTaskDefinition |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeDefinition |
SFlowElementContainerDefinition.getFlowNode(long id) |
SFlowNodeDefinition |
SFlowElementContainerDefinition.getFlowNode(String targetFlowNode) |
| Modifier and Type | Method and Description |
|---|---|
Set<SFlowNodeDefinition> |
SFlowElementContainerDefinition.getFlowNodes() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SBoundaryEventDefinition |
interface |
SCatchEventDefinition |
interface |
SEndEventDefinition |
interface |
SEventDefinition |
interface |
SImplicitThrowEventDefinition |
interface |
SIntermediateCatchEventDefinition |
interface |
SIntermediateThrowEventDefinition |
interface |
SStartEventDefinition |
interface |
SThrowEventDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SBoundaryEventDefinitionImpl |
class |
SCatchEventDefinitionImpl |
class |
SEndEventDefinitionImpl |
class |
SEventDefinitionImpl |
class |
SIntermediateCatchEventDefinitionImpl |
class |
SIntermediateThrowEventDefinitionImpl |
class |
SStartEventDefinitionImpl |
class |
SThrowEventDefinitionImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SActivityDefinitionImpl |
class |
SAutomaticTaskDefinitionImpl |
class |
SCallActivityDefinitionImpl |
class |
SFlowNodeDefinitionImpl |
class |
SGatewayDefinitionImpl |
class |
SHumanTaskDefinitionImpl |
class |
SManualTaskDefinitionImpl |
class |
SReceiveTaskDefinitionImpl |
class |
SSendTaskDefinitionImpl |
class |
SSubProcessDefinitionImpl |
class |
SUserTaskDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
SFlowNodeDefinition |
SFlowElementContainerDefinitionImpl.getFlowNode(long id) |
SFlowNodeDefinition |
SFlowElementContainerDefinitionImpl.getFlowNode(String targetFlowNode) |
| Modifier and Type | Method and Description |
|---|---|
Set<SFlowNodeDefinition> |
SFlowElementContainerDefinitionImpl.getFlowNodes() |
| Modifier and Type | Method and Description |
|---|---|
List<SFlowNodeDefinition> |
FlowNodeSelector.getFilteredElements() |
Filter<SFlowNodeDefinition> |
FlowNodeSelector.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StartFlowNodeFilter.mustSelect(SFlowNodeDefinition flowNode) |
boolean |
FlowNodeNameFilter.mustSelect(SFlowNodeDefinition element) |
boolean |
FlowNodeIdFilter.mustSelect(SFlowNodeDefinition flowNode) |
| Constructor and Description |
|---|
FlowNodeSelector(SProcessDefinition definition,
Filter<SFlowNodeDefinition> filter) |
FlowNodeSelector(SProcessDefinition definition,
Filter<SFlowNodeDefinition> filter,
long subProcessDefinitionId) |
Copyright © 2015 Bonitasoft S.A.. All rights reserved.