public interface AdministratorSourceConfiguration<A extends Enum<A>,AS extends AdministratorSource<?,A>>
AdministratorSource
.Modifier and Type | Method and Description |
---|---|
String[] |
getAdministeredManagedObjectNames()
Obtains the names of the
ManagedObject instances to be
administered. |
String |
getAdministratorName()
Obtains the name of the
AdministratorSource . |
Class<AS> |
getAdministratorSourceClass()
Obtains the
Class of the AdministratorSource . |
DutyConfiguration<A>[] |
getDutyConfiguration()
|
String |
getOfficeTeamName()
Obtains the name of the
Team within the Office
responsible for completing the Duty instances of this
Administrator . |
SourceProperties |
getProperties()
Obtains the
SourceProperties to initialise the
AdministratorSource . |
String getAdministratorName()
AdministratorSource
.AdministratorSource
.Class<AS> getAdministratorSourceClass()
Class
of the AdministratorSource
.Class
of the AdministratorSource
.SourceProperties getProperties()
SourceProperties
to initialise the
AdministratorSource
.SourceProperties
to initialise the
AdministratorSource
.String getOfficeTeamName()
Team
within the Office
responsible for completing the Duty
instances of this
Administrator
.String[] getAdministeredManagedObjectNames()
ManagedObject
instances to be
administered.ManagedObject
instances to be administered.DutyConfiguration<A>[] getDutyConfiguration()
DutyConfiguration
for the Duty
instances of this Administrator
.Copyright © 2005–2016. All rights reserved.