Modifier and Type | Method and Description |
---|---|
TaskNodeReference[] |
DutyBuilderImpl.getLinkedProcessConfiguration() |
Modifier and Type | Method and Description |
---|---|
TaskNodeReference |
GovernanceFlowConfigurationImpl.getInitialTask() |
TaskNodeReference |
GovernanceEscalationConfigurationImpl.getTaskNodeReference() |
Constructor and Description |
---|
GovernanceEscalationConfigurationImpl(Class<? extends Throwable> typeOfCause,
TaskNodeReference taskNodeReference)
Initiate.
|
GovernanceFlowConfigurationImpl(String flowName,
FlowInstigationStrategyEnum strategy,
TaskNodeReference taskNodeRef,
int index,
F key)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
TaskNodeReference[] |
OfficeBuilderImpl.getStartupTasks() |
Modifier and Type | Class and Description |
---|---|
class |
TaskNodeReferenceImpl
TaskNodeReference implementation. |
Modifier and Type | Method and Description |
---|---|
TaskNodeReference |
TaskFlowConfigurationImpl.getInitialTask() |
TaskNodeReference |
TaskBuilderImpl.getNextTaskInFlow() |
TaskNodeReference |
TaskEscalationConfigurationImpl.getTaskNodeReference() |
Constructor and Description |
---|
TaskEscalationConfigurationImpl(Class<? extends Throwable> typeOfCause,
TaskNodeReference taskNodeReference)
Initiate.
|
TaskFlowConfigurationImpl(String flowName,
FlowInstigationStrategyEnum strategy,
TaskNodeReference taskNodeRef,
int index,
F key)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
static TaskMetaData<?,?,?> |
ConstructUtil.getTaskMetaData(TaskNodeReference taskNodeReference,
OfficeMetaDataLocator taskLocator,
OfficeFloorIssues issues,
OfficeFloorIssues.AssetType assetType,
String assetName,
String forItemDescription,
boolean isWorkNameRequired)
Obtains the
TaskMetaData reporting any failure to find to the
OfficeFloorIssues . |
Modifier and Type | Method and Description |
---|---|
TaskNodeReference |
TaskFlowConfiguration.getInitialTask()
Obtains the reference to the initial
Task of this JobSequence . |
TaskNodeReference |
GovernanceFlowConfiguration.getInitialTask()
Obtains the reference to the initial
Task of this JobSequence . |
TaskNodeReference[] |
DutyConfiguration.getLinkedProcessConfiguration()
Obtains the configuration for the
JobSequence instances invoked by the
Duty . |
TaskNodeReference |
TaskConfiguration.getNextTaskInFlow()
Obtains the reference to the next
Task within the
JobSequence . |
TaskNodeReference[] |
OfficeConfiguration.getStartupTasks()
Obtains the list of
TaskNodeReference instances referencing the
Task instances to invoke on Office start up. |
TaskNodeReference |
TaskEscalationConfiguration.getTaskNodeReference()
Obtains the
TaskNodeReference for the Task handling the
escalation. |
TaskNodeReference |
ManagedObjectFlowConfiguration.getTaskNodeReference()
Obtains the
TaskNodeReference for this JobSequence . |
TaskNodeReference |
GovernanceEscalationConfiguration.getTaskNodeReference()
Obtains the
TaskNodeReference for the Task handling the
escalation. |
Copyright © 2005–2016. All rights reserved.