Modifier and Type | Class and Description |
---|---|
class |
TaskNodeImpl
TaskNode implementation. |
Modifier and Type | Method and Description |
---|---|
SectionTask |
WorkNodeImpl.addSectionTask(String taskName,
String taskTypeName) |
Modifier and Type | Method and Description |
---|---|
void |
SectionNodeImpl.link(ManagedObjectFlow managedObjectFlow,
SectionTask task) |
void |
SectionNodeImpl.link(SectionInput sectionInput,
SectionTask task) |
void |
SectionNodeImpl.link(SectionTask task,
SectionOutput sectionOutput) |
void |
SectionNodeImpl.link(SectionTask task,
SectionTask nextTask) |
void |
SectionNodeImpl.link(SectionTask task,
SubSectionInput subSectionInput) |
void |
SectionNodeImpl.link(SubSectionOutput subSectionOutput,
SectionTask task) |
void |
SectionNodeImpl.link(TaskFlow taskFlow,
SectionTask task,
FlowInstigationStrategyEnum instigationStrategy) |
void |
WorkNodeImpl.setInitialTask(SectionTask task) |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskNode
SectionTask node. |
Modifier and Type | Method and Description |
---|---|
SectionTask |
SectionWork.addSectionTask(String taskName,
String taskTypeName)
Adds a
SectionTask . |
Modifier and Type | Method and Description |
---|---|
void |
SectionDesigner.link(ManagedObjectFlow managedObjectFlow,
SectionTask task)
Links the
ManagedObjectFlow to be undertaken by the
SectionTask . |
void |
SectionDesigner.link(SectionInput sectionInput,
SectionTask task)
Links the
SectionInput to be undertaken by the
SectionTask . |
void |
SectionDesigner.link(SectionTask task,
SectionOutput sectionOutput)
Links the
SectionTask with the next SectionOutput to be
undertaken. |
void |
SectionDesigner.link(SectionTask task,
SectionTask nextTask)
Links the
SectionTask with the next SectionTask to be
undertaken. |
void |
SectionDesigner.link(SectionTask task,
SubSectionInput subSectionInput)
Links the
SectionTask with the next SubSectionInput to be
undertaken. |
void |
SectionDesigner.link(SubSectionOutput subSectionOutput,
SectionTask task)
Links the
SubSectionOutput to be undertaken by the
SectionTask . |
void |
SectionDesigner.link(TaskFlow taskFlow,
SectionTask task,
FlowInstigationStrategyEnum instigationStrategy)
Links the
TaskFlow to be undertaken by the SectionTask . |
void |
SectionWork.setInitialTask(SectionTask task)
Specifies the initial
SectionTask for this SectionWork . |
Modifier and Type | Method and Description |
---|---|
SectionTask |
ClassSectionSource.getTaskByName(String taskName)
Obtains the
SectionTask by its name. |
SectionTask |
ClassSectionSource.getTaskByTypeName(String taskTypeName)
Obtains the
SectionTask by its TaskType name. |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassSectionSource.enrichTask(SectionTask task,
TaskType<?,?,?> taskType,
Method taskMethod,
Class<?> parameterType)
Enriches the
Task . |
protected void |
ClassSectionSource.linkNextTask(SectionTask task,
TaskType<?,?,?> taskType,
Method taskMethod,
Class<?> argumentType,
NextTask nextTaskAnnotation)
Links the next
Task . |
protected void |
ClassSectionSource.linkTaskEscalation(SectionTask task,
TaskType<?,?,?> taskType,
TaskEscalationType escalationType,
SectionTask escalationHandler)
Links the
Task escalation. |
protected void |
ClassSectionSource.linkTaskFlow(SectionTask task,
TaskType<?,?,?> taskType,
Class<?> flowInterfaceType,
Method flowMethod,
Class<?> flowArgumentType)
Links the
TaskFlow . |
protected void |
ClassSectionSource.linkTaskObject(SectionTask task,
TaskType<?,?,?> taskType,
TaskObjectType<?> objectType)
Links the
TaskObject . |
void |
ClassSectionSource.registerTaskByTypeName(String taskTypeName,
SectionTask task)
Allows being made aware of further
SectionTask instances within
the section to be considered for linking flows. |
Modifier and Type | Method and Description |
---|---|
void |
TransformSectionDesigner.link(ManagedObjectFlow managedObjectFlow,
SectionTask task) |
void |
TransformSectionDesigner.link(SectionInput sectionInput,
SectionTask task) |
void |
TransformSectionDesigner.link(SectionTask task,
SectionOutput sectionOutput) |
void |
TransformSectionDesigner.link(SectionTask task,
SectionTask nextTask) |
void |
TransformSectionDesigner.link(SectionTask task,
SubSectionInput subSectionInput) |
void |
TransformSectionDesigner.link(SubSectionOutput subSectionOutput,
SectionTask task) |
void |
TransformSectionDesigner.link(TaskFlow taskFlow,
SectionTask task,
FlowInstigationStrategyEnum instigationStrategy) |
Modifier and Type | Method and Description |
---|---|
SectionTask |
HttpTemplateSectionExtensionContext.getTask(String taskName)
Obtains the
SectionTask by the name. |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpTemplateSectionSource.enrichTask(SectionTask task,
TaskType<?,?,?> taskType,
Method method,
Class<?> parameterType) |
Copyright © 2005–2016. All rights reserved.