public interface ContainerContext
WorkContainer
and ManagedObjectContainer
.Modifier and Type | Method and Description |
---|---|
void |
addGovernanceActivity(GovernanceActivity<?,?> activity)
Adds a
GovernanceActivity to be executed before the current
JobNode . |
void |
addSetupTask(TaskMetaData<?,?,?> taskMetaData,
Object parameter)
|
void |
flagJobToWait()
Flags for the
JobNode to wait and be activated at a later time
once a dependency is ready. |
void flagJobToWait()
JobNode
to wait and be activated at a later time
once a dependency is ready.void addSetupTask(TaskMetaData<?,?,?> taskMetaData, Object parameter)
Adds a setup Task
to be executed before the current
JobNode
.
This is available to ManagedObject
and Duty
setup. Note
that if it is added during Task
execution it will be executed
after the Task
.
taskMetaData
- TaskMetaData
for the setup Task
.parameter
- Parameter for the Task
.void addGovernanceActivity(GovernanceActivity<?,?> activity)
Adds a GovernanceActivity
to be executed before the current
JobNode
.
This is available to ManagedObject
and Duty
setup. Note
that if it is added during Task
execution it will be executed
after the Task
.
activity
- GovernanceActivity
.Copyright © 2005–2016. All rights reserved.