public interface SectionWork extends PropertyConfigurable
Work
within the SectionNode
.Modifier and Type | Method and Description |
---|---|
SectionTask |
addSectionTask(String taskName,
String taskTypeName)
Adds a
SectionTask . |
String |
getSectionWorkName()
Obtains the name of this
SectionWork . |
void |
setInitialTask(SectionTask task)
Specifies the initial
SectionTask for this SectionWork . |
addProperty
String getSectionWorkName()
SectionWork
.SectionWork
.SectionTask addSectionTask(String taskName, String taskTypeName)
SectionTask
.taskName
- Name of the SectionTask
.taskTypeName
- Name of the TaskType
on the WorkType
.SectionTask
.void setInitialTask(SectionTask task)
SectionTask
for this SectionWork
.task
- Initial SectionTask
.Copyright © 2005–2016. All rights reserved.