public interface OfficeTaskType
Type definition
of the OfficeSectionTask
.Modifier and Type | Method and Description |
---|---|
ObjectDependencyType[] |
getObjectDependencies()
Obtains the
ObjectDependencyType instances that this
OfficeSectionTask is dependent upon. |
OfficeSubSectionType |
getOfficeSubSectionType()
Obtains the
OfficeSubSectionType directly containing this
OfficeTaskType . |
String |
getOfficeTaskName()
Obtains the name of the
OfficeSectionTask . |
String getOfficeTaskName()
Obtains the name of the OfficeSectionTask
.
This aids the OfficeSource
in deciding the Team
responsible for this OfficeSectionTask
.
OfficeSectionTask
.OfficeSubSectionType getOfficeSubSectionType()
OfficeSubSectionType
directly containing this
OfficeTaskType
.OfficeSubSectionType
directly containing this
OfficeTaskType
.ObjectDependencyType[] getObjectDependencies()
Obtains the ObjectDependencyType
instances that this
OfficeSectionTask
is dependent upon.
This aids the OfficeSource
in deciding the Team
responsible for this OfficeSectionTask
.
ObjectDependencyType
instances that this
OfficeSectionTask
is dependent upon.Copyright © 2005–2016. All rights reserved.