Modifier and Type | Method and Description |
---|---|
void |
doFlow(F key,
Object parameter)
Instigates a
JobSequence to be run in parallel to the
Task being administered. |
void |
doFlow(int flowIndex,
Object parameter)
Similar to
doFlow(Enum, Object) except that allows dynamic
instigation of flows. |
List<I> |
getExtensionInterfaces()
Obtains the particular extension interfaces.
|
GovernanceManager |
getGovernance(G key)
Obtains the
GovernanceManager for the particular key. |
GovernanceManager |
getGovernance(int governanceIndex)
Obtains the
GovernanceManager for the index. |
List<I> getExtensionInterfaces()
ManagedObject
instances to
be administered.void doFlow(F key, Object parameter)
JobSequence
to be run in parallel to the
Task
being administered.key
- Key identifying the JobSequence
to instigate.parameter
- Parameter for the first Task
of the
JobSequence
.void doFlow(int flowIndex, Object parameter)
Similar to doFlow(Enum, Object)
except that allows dynamic
instigation of flows.
In other words, an Enum
is not required to define the possible
flows available.
flowIndex
- Index identifying the JobSequence
to instigate.parameter
- Parameter for the first Task
of the
JobSequence
.GovernanceManager getGovernance(G key)
GovernanceManager
for the particular key.key
- Key identifying the GovernanceManager
.GovernanceManager
.GovernanceManager getGovernance(int governanceIndex)
GovernanceManager
for the index.governanceIndex
- Index identifying the GovernanceManager
.GovernanceManager
.Copyright © 2005–2016. All rights reserved.