adams.flow.control.SetContainerValue
Updates a single item in the container passing through, using either the data obtained from a callable actor or a storage item.
Using the 'force' option, additional meta-data can be stored in the container as well.
Flow input/output:
- input: adams.flow.container.AbstractContainer
- output: java.lang.Object
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
min-user-mode | Expert |
The name of the actor.
command-line | -name <java.lang.String> |
default | SetContainerValue |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
min-user-mode | Expert |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
min-user-mode | Expert |
The callable actor to obtain the data from.
command-line | -callable-actor <adams.flow.core.CallableActorReference> |
default |
|
The storage item to use.
command-line | -storage-name <adams.flow.control.StorageName> |
default | storage |
Whether to use storage items or data from callable actors.
command-line | -use-storage <boolean> |
default | false |
The name to use for storing the value in the container.
command-line | -value-name <adams.core.base.BaseString> |
default |
|
If enabled, the value is stored regardless whether a valid name or not (eg additional meta-data).
command-line | -force <boolean> |
default | false |