| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.bar.xml | |
| org.bonitasoft.engine.bpm.flownode | |
| org.bonitasoft.engine.bpm.flownode.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<TransitionDefinition> |
FlowNodeDefinitionBinding.incomingTransitions |
protected List<TransitionDefinition> |
FlowNodeDefinitionBinding.outgoingTransitions |
| Modifier and Type | Method and Description |
|---|---|
TransitionDefinition |
FlowNodeDefinition.getDefaultTransition() |
| Modifier and Type | Method and Description |
|---|---|
List<TransitionDefinition> |
FlowNodeDefinition.getIncomingTransitions()
Gets the incoming transitions of the activity.
|
List<TransitionDefinition> |
FlowNodeDefinition.getOutgoingTransitions()
Gets the outgoing transitions of the activity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransitionDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
TransitionDefinition |
FlowNodeDefinitionImpl.getDefaultTransition() |
| Modifier and Type | Method and Description |
|---|---|
List<TransitionDefinition> |
FlowNodeDefinitionImpl.getIncomingTransitions() |
List<TransitionDefinition> |
FlowNodeDefinitionImpl.getOutgoingTransitions() |
Set<TransitionDefinition> |
FlowElementContainerDefinitionImpl.getTransitions() |
Set<TransitionDefinition> |
FlowElementContainerDefinition.getTransitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeDefinitionImpl.addIncomingTransition(TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.addOutgoingTransition(TransitionDefinition transition) |
void |
FlowElementContainerDefinitionImpl.addTransition(TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.setDefaultTransition(TransitionDefinition defaultTransition) |
Copyright © 2013 BonitaSoft. All Rights Reserved.