public interface DutyConfiguration<A extends Enum<A>>
Duty
.Modifier and Type | Method and Description |
---|---|
String |
getDutyName()
Obtains name identifying the
Duty of the Administrator . |
DutyGovernanceConfiguration<?>[] |
getGovernanceConfiguration()
Obtains the configuration for the linked
Governance . |
TaskNodeReference[] |
getLinkedProcessConfiguration()
Obtains the configuration for the
JobSequence instances invoked by the
Duty . |
String getDutyName()
Duty
of the Administrator
.Duty
on the Administrator
.TaskNodeReference[] getLinkedProcessConfiguration()
JobSequence
instances invoked by the
Duty
.TaskNodeReference
specifying the first Task
of
the linked JobSequence
.DutyGovernanceConfiguration<?>[] getGovernanceConfiguration()
Governance
.DutyGovernanceConfiguration
specifying the linked
Governance
.Copyright © 2005–2016. All rights reserved.