public interface AdministratorBuilder<A extends Enum<A>>
Administrator
.Modifier and Type | Method and Description |
---|---|
DutyBuilder |
addDuty(String dutyName)
Adds a
Duty of the Administrator . |
void |
addProperty(String name,
String value)
Specifies a property for the
AdministratorSource . |
void |
administerManagedObject(String scopeManagedObjectName)
Flags for the
Administrator to administer the referenced
ManagedObject . |
void |
setTeam(String officeTeamName)
Name of the
Team linked to the Office of this
Administrator which is responsible for doing to the Duty
instances of this Administrator . |
void addProperty(String name, String value)
AdministratorSource
.name
- Name of property.value
- Value of property.void setTeam(String officeTeamName)
Team
linked to the Office
of this
Administrator
which is responsible for doing to the Duty
instances of this Administrator
.officeTeamName
- Name of Team
within the Office
for this
Administrator
.void administerManagedObject(String scopeManagedObjectName)
Administrator
to administer the referenced
ManagedObject
. This may be called more than once to register more
than one ManagedObject
to be administered by this
Administrator
.scopeManagedObjectName
- Name of the ManagedObject
within the scope this
Administrator
is being added.DutyBuilder addDuty(String dutyName)
Duty
of the Administrator
.dutyName
- Name identifying the Duty
.DutyBuilder
for the specified Duty
.Copyright © 2005–2016. All rights reserved.