public interface RawBoundAdministratorMetaData<I,A extends Enum<A>>
Administrator
.Modifier and Type | Method and Description |
---|---|
RawBoundManagedObjectMetaData[] |
getAdministeredRawBoundManagedObjects()
Obtains the listing of the
RawBoundManagedObjectMetaData of the
ManagedObject instances being administered. |
AdministratorIndex |
getAdministratorIndex()
Obtains the
AdministratorIndex . |
AdministratorMetaData<I,A> |
getAdministratorMetaData()
Obtains the
AdministratorMetaData for this Administrator . |
String |
getBoundAdministratorName()
Obtains the name the
Administrator is bound under. |
DutyKey<A> |
getDutyKey(Enum<?> key)
|
DutyKey<A> |
getDutyKey(String dutyName)
|
void |
linkOfficeMetaData(OfficeMetaDataLocator taskMetaDataLocator,
AssetManagerFactory assetManagerFactory,
OfficeFloorIssues issues)
|
String getBoundAdministratorName()
Administrator
is bound under.Administrator
is bound under.AdministratorIndex getAdministratorIndex()
AdministratorIndex
.AdministratorIndex
.RawBoundManagedObjectMetaData[] getAdministeredRawBoundManagedObjects()
RawBoundManagedObjectMetaData
of the
ManagedObject
instances being administered.RawBoundManagedObjectMetaData
of the
ManagedObject
instances being administered.AdministratorMetaData<I,A> getAdministratorMetaData()
AdministratorMetaData
for this Administrator
.AdministratorMetaData
for this Administrator
.DutyKey<A> getDutyKey(Enum<?> key)
key
- Key identifying a Duty
as per
AdministratorDutyMetaData
.DutyKey
or null
if could not find the
Duty
.DutyKey<A> getDutyKey(String dutyName)
dutyName
- Name identifying a Duty
as per
AdministratorDutyMetaData
.DutyKey
or null
if could not find the
Duty
.void linkOfficeMetaData(OfficeMetaDataLocator taskMetaDataLocator, AssetManagerFactory assetManagerFactory, OfficeFloorIssues issues)
taskMetaDataLocator
- OfficeMetaDataLocator
.assetManagerFactory
- AssetManagerFactory
.issues
- OfficeFloorIssues
.Copyright © 2005–2016. All rights reserved.