public interface OfficeSectionTask
OfficeSectionTask
within the Office
.Modifier and Type | Method and Description |
---|---|
void |
addGovernance(OfficeGovernance governance)
Adds
Governance for this OfficeSectionTask . |
void |
addPostTaskDuty(OfficeDuty duty)
Adds an
OfficeDuty to be done after completing this
OfficeSectionTask . |
void |
addPreTaskDuty(OfficeDuty duty)
Adds an
OfficeDuty to be done before attempting this
OfficeSectionTask . |
String |
getOfficeTaskName()
Obtains the name of the
OfficeSectionTask . |
TaskTeam |
getTeamResponsible()
Obtains the
TaskTeam responsible for this OfficeSectionTask . |
String getOfficeTaskName()
OfficeSectionTask
.OfficeSectionTask
.TaskTeam getTeamResponsible()
TaskTeam
responsible for this OfficeSectionTask
.TaskTeam
responsible for this OfficeSectionTask
.void addPreTaskDuty(OfficeDuty duty)
Adds an OfficeDuty
to be done before attempting this
OfficeSectionTask
.
The order that the OfficeDuty
instances are added is the order
they will be done before this OfficeSectionTask
.
duty
- OfficeDuty
to be done before attempting this
OfficeSectionTask
.void addPostTaskDuty(OfficeDuty duty)
Adds an OfficeDuty
to be done after completing this
OfficeSectionTask
.
The order that the OfficeDuty
instances are added is the order
they will be done after this OfficeSectionTask
is complete.
duty
- OfficeDuty
to be done after completing this
OfficeSectionTask
.void addGovernance(OfficeGovernance governance)
Adds Governance
for this OfficeSectionTask
.
This enables specifying specifically which OfficeSectionTask
instances
require Governance
.
governance
- OfficeGovernance
.Copyright © 2005–2016. All rights reserved.