| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.process |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated
by process APIs.
|
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| 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.
|
Set<TransitionDefinition> |
FlowElementContainerDefinition.getTransitions() |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeDefinitionImpl.addIncomingTransition(int index,
TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.addIncomingTransition(TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.addOutgoingTransition(int index,
TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.addOutgoingTransition(TransitionDefinition transition) |
void |
FlowElementContainerDefinitionImpl.addTransition(TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.removeIncomingTransition(TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.removeOutgoingTransition(TransitionDefinition transition) |
void |
FlowNodeDefinitionImpl.setDefaultTransition(TransitionDefinition defaultTransition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelFinderVisitor.find(TransitionDefinition transition,
long modelId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionFinder.find(TransitionDefinition transition,
long expressionDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.