| Modifier and Type | Method and Description |
|---|---|
AbstractFlow |
AbstractProcessServicePrototypeFlowMethodElement.getFlow() |
AbstractFlow |
ProcessServicePrototypeIsFlowAllowedMethodElement.getFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProcessServicePrototypeFlowMethodElement.setFlow(AbstractFlow flow) |
void |
ProcessServicePrototypeIsFlowAllowedMethodElement.setFlow(AbstractFlow flow) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AbstractFlow> |
ProcessManager.getAllowedFlows(AbstractProcessInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessManager.executeFlow(AbstractProcessInstance instance,
AbstractFlow flow) |
void |
ProcessManager.executeFlow(BigDecimal instanceId,
AbstractFlow flow) |
boolean |
ProcessManager.isFlowAllowed(AbstractProcessInstance instance,
AbstractFlow flow) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractProcessService.isFlowAllowed(AbstractProcessInstance instance,
AbstractFlow flow) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFlow |
AbstractFlowPrototype.withCondition(AbstractFlowCondition value) |
AbstractFlow |
AbstractFlowPrototype.withName(String value) |
AbstractFlow |
AbstractFlowPrototype.withTargetNode(AbstractProcessNode value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFlow |
AbstractFlowCondition.getFlow() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSequenceFlow |
class |
AbstractSequenceFlowPrototype |
class |
SequenceFlow |
class |
SequenceFlowPrototype |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractFlow> |
AbstractProcessNodePrototype.createOutgoingFlow(Class<T> nodeClass) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFlow |
AbstractProcessNodePrototype.createOutgoingFlow() |
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessNode |
AbstractProcessNodePrototype.withOutgoingFlow(AbstractFlow value) |
| Modifier and Type | Method and Description |
|---|---|
AbstractFlow |
ProcessFlowButton.getFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessFlowButton.setFlow(AbstractFlow flow) |
Copyright © 2018. All rights reserved.