public interface SectionTask
Task
for a SectionWork
.Modifier and Type | Method and Description |
---|---|
String |
getSectionTaskName()
Obtains the name of this
SectionTask . |
TaskFlow |
getTaskEscalation(String escalationType)
Obtains the
TaskFlow for the TaskEscalationType . |
TaskFlow |
getTaskFlow(String taskFlowName)
Obtains the
TaskFlow for the TaskFlowType . |
TaskObject |
getTaskObject(String taskObjectName)
Obtains the
TaskObject for the TaskObjectType . |
String getSectionTaskName()
SectionTask
.SectionTask
.TaskFlow getTaskFlow(String taskFlowName)
TaskFlow
for the TaskFlowType
.taskFlowName
- Name of the TaskFlowType
.TaskFlow
.TaskObject getTaskObject(String taskObjectName)
TaskObject
for the TaskObjectType
.taskObjectName
- Name of the TaskObjectType
.TaskObject
.TaskFlow getTaskEscalation(String escalationType)
TaskFlow
for the TaskEscalationType
.escalationType
- Fully qualified class name of the Throwable
identifying the TaskEscalationType
. The
Escalation
type is used rather than the name as
handling is done by the Escalation
type.TaskFlow
for the TaskEscalationType
.Copyright © 2005–2016. All rights reserved.