public interface AdministratorDutyMetaData<A extends Enum<A>,F extends Enum<F>>
Duty
of the AdministratorSource
.Modifier and Type | Method and Description |
---|---|
String |
getDutyName()
Obtains a unique name to identify this
Duty for the
Administrator . |
AdministratorDutyFlowMetaData<F>[] |
getFlowMetaData()
Obtains the list of
AdministratorDutyFlowMetaData instances
should this Duty require instigating a JobSequence . |
A |
getKey()
|
String getDutyName()
Duty
for the
Administrator
.Duty
.A getKey()
Enum
key identifying this Duty
. If
null
then Duty
will be referenced by this instance's
index in the array returned from AdministratorSourceMetaData
.AdministratorDutyFlowMetaData<F>[] getFlowMetaData()
AdministratorDutyFlowMetaData
instances
should this Duty
require instigating a JobSequence
.JobSequence
instances instigated by this
Duty
.Copyright © 2005–2016. All rights reserved.