Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
TaskFlowNodeImpl.getFlowInstigationStrategy() |
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) |
void |
TaskFlowNodeImpl.setFlowInstigationStrategy(FlowInstigationStrategyEnum instigationStrategy) |
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
TaskFlowNode.getFlowInstigationStrategy()
Obtains the
FlowInstigationStrategyEnum for the TaskFlow . |
Modifier and Type | Method and Description |
---|---|
void |
TaskFlowNode.setFlowInstigationStrategy(FlowInstigationStrategyEnum instigationStrategy)
Specifies the
FlowInstigationStrategyEnum for this
TaskFlow . |
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 |
---|---|
FlowInstigationStrategyEnum |
DeskEditor.getFlowInstigationStrategy(Object instigationStrategy)
Obtains the
FlowInstigationStrategyEnum . |
static FlowInstigationStrategyEnum |
DeskEditor.getFlowInstigationStrategy(String instigationStrategy)
Obtains the
FlowInstigationStrategyEnum . |
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
TaskFlowToTaskEditPart.getFlowInstigationStrategy() |
FlowInstigationStrategyEnum |
TaskFlowToExternalFlowEditPart.getFlowInstigationStrategy() |
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
TaskFlowToTaskFigureContext.getFlowInstigationStrategy()
Obtains the
FlowInstigationStrategyEnum . |
FlowInstigationStrategyEnum |
TaskFlowToExternalFlowFigureContext.getFlowInstigationStrategy()
Obtains the
FlowInstigationStrategyEnum for the connection. |
Modifier and Type | Method and Description |
---|---|
void |
FlowNodeBuilder.linkFlow(F key,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
|
void |
GovernanceBuilder.linkFlow(F key,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
|
void |
FlowNodeBuilder.linkFlow(F key,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
|
void |
FlowNodeBuilder.linkFlow(int flowIndex,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
|
void |
GovernanceBuilder.linkFlow(int flowIndex,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
|
void |
FlowNodeBuilder.linkFlow(int flowIndex,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
|
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
GovernanceFlowConfigurationImpl.getInstigationStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
GovernanceBuilderImpl.linkFlow(F key,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType) |
void |
GovernanceBuilderImpl.linkFlow(int flowIndex,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType) |
Constructor and Description |
---|
GovernanceFlowConfigurationImpl(String flowName,
FlowInstigationStrategyEnum strategy,
TaskNodeReference taskNodeRef,
int index,
F key)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
TaskFlowConfigurationImpl.getInstigationStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
TaskBuilderImpl.linkFlow(F key,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType) |
void |
TaskBuilderImpl.linkFlow(F key,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType) |
void |
TaskBuilderImpl.linkFlow(int flowIndex,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType) |
void |
TaskBuilderImpl.linkFlow(int flowIndex,
String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType) |
Constructor and Description |
---|
TaskFlowConfigurationImpl(String flowName,
FlowInstigationStrategyEnum strategy,
TaskNodeReference taskNodeRef,
int index,
F key)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
static <W extends Work> |
ConstructUtil.newFlowMetaData(FlowInstigationStrategyEnum instigationStrategy,
TaskMetaData<W,?,?> taskMetaData,
AssetManagerFactory assetManagerFactory,
OfficeFloorIssues.AssetType assetType,
String assetName,
String responsibility,
OfficeFloorIssues issues)
Creates a new
FlowMetaData . |
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
FlowMetaDataImpl.getInstigationStrategy() |
Constructor and Description |
---|
FlowMetaDataImpl(FlowInstigationStrategyEnum strategy,
TaskMetaData<W,?,?> initialTaskMetaData,
AssetManager flowManager)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
TaskFlowConfiguration.getInstigationStrategy()
Obtains the strategy to instigate this
JobSequence . |
FlowInstigationStrategyEnum |
GovernanceFlowConfiguration.getInstigationStrategy()
Obtains the strategy to instigate this
JobSequence . |
Modifier and Type | Method and Description |
---|---|
FlowInstigationStrategyEnum |
FlowMetaData.getInstigationStrategy()
Obtains the
FlowInstigationStrategyEnum for the JobSequence . |
static FlowInstigationStrategyEnum |
FlowInstigationStrategyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowInstigationStrategyEnum[] |
FlowInstigationStrategyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReflectiveWorkBuilder.ReflectiveTaskBuilder.buildFlow(String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
Builds the flow.
|
void |
ReflectiveWorkBuilder.ReflectiveTaskBuilder.buildFlow(String workName,
String taskName,
FlowInstigationStrategyEnum strategy,
Class<?> argumentType)
Builds the flow.
|
Modifier and Type | Method and Description |
---|---|
Change<TaskFlowToExternalFlowModel> |
DeskChanges.linkTaskFlowToExternalFlow(TaskFlowModel taskFlow,
ExternalFlowModel externalFlow,
FlowInstigationStrategyEnum instigationStrategy)
Links the
TaskFlowModel to the ExternalFlowModel . |
Change<TaskFlowToTaskModel> |
DeskChanges.linkTaskFlowToTask(TaskFlowModel taskFlow,
TaskModel task,
FlowInstigationStrategyEnum instigationStrategy)
Links the
TaskFlowModel to the TaskModel . |
Modifier and Type | Method and Description |
---|---|
static String |
DeskChangesImpl.getFlowInstigationStrategyLink(FlowInstigationStrategyEnum instigationStrategy)
Obtains the link type name for the
FlowInstigationStrategyEnum . |
Change<TaskFlowToExternalFlowModel> |
DeskChangesImpl.linkTaskFlowToExternalFlow(TaskFlowModel taskFlow,
ExternalFlowModel externalFlow,
FlowInstigationStrategyEnum instigationStrategy) |
Change<TaskFlowToTaskModel> |
DeskChangesImpl.linkTaskFlowToTask(TaskFlowModel taskFlow,
TaskModel task,
FlowInstigationStrategyEnum instigationStrategy) |
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) |
Copyright © 2005–2016. All rights reserved.