| Modifier and Type | Method and Description |
|---|---|
STransitionDefinition |
SFlowNodeDefinition.getDefaultTransition() |
STransitionDefinition |
SFlowElementContainerDefinition.getTransition(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<STransitionDefinition> |
SFlowNodeDefinition.getIncomingTransitions()
Gets the incoming transitions of the activity.
|
List<STransitionDefinition> |
SFlowNodeDefinition.getOutgoingTransitions()
Gets the outgoing transitions of the activity.
|
Set<STransitionDefinition> |
SFlowElementContainerDefinition.getTransitions() |
| Modifier and Type | Class and Description |
|---|---|
class |
STransitionDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
STransitionDefinition |
SFlowNodeDefinitionImpl.getDefaultTransition() |
STransitionDefinition |
SFlowElementContainerDefinitionImpl.getTransition(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<STransitionDefinition> |
SFlowNodeDefinitionImpl.getIncomingTransitions() |
List<STransitionDefinition> |
SFlowNodeDefinitionImpl.getOutgoingTransitions() |
Set<STransitionDefinition> |
SFlowElementContainerDefinitionImpl.getTransitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SFlowNodeDefinitionImpl.addIncomingTransition(STransitionDefinition sTransition) |
void |
SFlowNodeDefinitionImpl.addOutgoingTransition(STransitionDefinition sTransition) |
void |
SFlowElementContainerDefinitionImpl.addTransition(STransitionDefinition transition) |
| Modifier and Type | Method and Description |
|---|---|
protected List<STransitionDefinition> |
GatewayInstanceServiceImpl.getTransitionDefinitions(org.bonitasoft.engine.core.process.instance.model.SGatewayInstance gatewayInstance,
SProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected STransitionDefinition |
TransitionEvaluator.getDefaultTransition(SProcessDefinition sDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected List<STransitionDefinition> |
TransitionEvaluator.evaluateOutgoingTransitions(FlowNodeTransitionsWrapper transitions,
SProcessDefinition sDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance) |
| Modifier and Type | Method and Description |
|---|---|
STransitionDefinition |
FlowNodeTransitionsWrapper.getDefaultTransition() |
| Modifier and Type | Method and Description |
|---|---|
List<STransitionDefinition> |
FlowNodeTransitionsWrapper.getNonDefaultOutgoingTransitionDefinitions() |
List<STransitionDefinition> |
FlowNodeTransitionsWrapper.getValidOutgoingTransitionDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeTransitionsWrapper.setDefaultTransition(STransitionDefinition defaultTransition) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeTransitionsWrapper.setAllOutgoingTransitionDefinitions(List<STransitionDefinition> allOutgoingTransitionDefinitions) |
void |
FlowNodeTransitionsWrapper.setValidOutgoingTransitionDefinitions(List<STransitionDefinition> validOutgoingTransitionDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
List<STransitionDefinition> |
ParallelGatewayTransitionEvaluator.evaluateTransitions(FlowNodeTransitionsWrapper transitions) |
List<STransitionDefinition> |
InclusiveExclusiveTransitionEvaluator.evaluateTransitions(SProcessDefinition sDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance,
FlowNodeTransitionsWrapper transitions,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext sExpressionContext) |
List<STransitionDefinition> |
ImplicitGatewayTransitionEvaluator.evaluateTransitions(SProcessDefinition sDefinition,
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance,
FlowNodeTransitionsWrapper transitions,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext sExpressionContext) |
List<STransitionDefinition> |
EvaluatedTransitions.getTrueTransitions() |
List<STransitionDefinition> |
EvaluatedTransitions.getUnconditionalTransitions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
TransitionConditionEvaluator.evaluateCondition(STransitionDefinition sTransitionDefinition,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency) |
Copyright © 2016 Bonitasoft S.A.. All rights reserved.