Modifier and Type | Class and Description |
---|---|
class |
TaskFlowNodeImpl
TaskFlowNode implementation. |
Modifier and Type | Method and Description |
---|---|
TaskFlow |
TaskNodeImpl.getTaskEscalation(String taskEscalationName) |
TaskFlow |
TaskNodeImpl.getTaskFlow(String taskFlowName) |
Modifier and Type | Method and Description |
---|---|
void |
SectionNodeImpl.link(TaskFlow taskFlow,
SectionOutput sectionOutput,
FlowInstigationStrategyEnum instigationStrategy) |
void |
SectionNodeImpl.link(TaskFlow taskFlow,
SectionTask task,
FlowInstigationStrategyEnum instigationStrategy) |
void |
SectionNodeImpl.link(TaskFlow taskFlow,
SubSectionInput subSectionInput,
FlowInstigationStrategyEnum instigationStrategy) |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskFlowNode
TaskFlow node. |
Modifier and Type | Method and Description |
---|---|
TaskFlow |
SectionTask.getTaskEscalation(String escalationType)
Obtains the
TaskFlow for the TaskEscalationType . |
TaskFlow |
SectionTask.getTaskFlow(String taskFlowName)
Obtains the
TaskFlow for the TaskFlowType . |
Modifier and Type | Method and Description |
---|---|
void |
SectionDesigner.link(TaskFlow taskFlow,
SectionOutput sectionOutput,
FlowInstigationStrategyEnum instigationStrategy)
Links the
TaskFlow to be undertaken by the SectionOutput . |
void |
SectionDesigner.link(TaskFlow taskFlow,
SectionTask task,
FlowInstigationStrategyEnum instigationStrategy)
Links the
TaskFlow to be undertaken by the SectionTask . |
void |
SectionDesigner.link(TaskFlow taskFlow,
SubSectionInput subSectionInput,
FlowInstigationStrategyEnum instigationStrategy)
Links the
TaskFlow to be undertaken by the
SubSectionInput . |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassSectionSource.linkTaskFlow(TaskFlow taskFlow,
TaskType<?,?,?> taskType,
Class<?> flowInterfaceType,
Method flowMethod,
Class<?> flowArgumentType)
Links the
TaskFlow . |
Modifier and Type | Method and Description |
---|---|
void |
TransformSectionDesigner.link(TaskFlow taskFlow,
SectionOutput sectionOutput,
FlowInstigationStrategyEnum instigationStrategy) |
void |
TransformSectionDesigner.link(TaskFlow taskFlow,
SectionTask task,
FlowInstigationStrategyEnum instigationStrategy) |
void |
TransformSectionDesigner.link(TaskFlow taskFlow,
SubSectionInput subSectionInput,
FlowInstigationStrategyEnum instigationStrategy) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpTemplateSectionSource.linkTaskFlow(TaskFlow taskFlow,
TaskType<?,?,?> taskType,
Class<?> flowInterfaceType,
Method flowMethod,
Class<?> flowArgumentType) |
Copyright © 2005–2016. All rights reserved.