|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadOnlyContainer | |
---|---|
com.ibm.workflow.api |
Uses of ReadOnlyContainer in com.ibm.workflow.api |
---|
Fields in com.ibm.workflow.api declared as ReadOnlyContainer | |
ReadOnlyContainer |
ReadOnlyContainerHolder.value
Returns the read-only container contained in the holder object. |
Methods in com.ibm.workflow.api that return ReadOnlyContainer | |
ReadOnlyContainer |
ExecutionService.readOnlyContainerFromStream(byte[] stream)
Constructs a transient read-only container object from the stream passed. |
ReadOnlyContainer |
ActivityInstance.inContainer()
This API call retrieves the input container associated with the activity instance from the MQ Workflow execution server (action call). |
ReadOnlyContainer |
ActivityInstance.outContainer()
This API call retrieves the output container associated with the activity instance from the MQ Workflow execution server (action call). |
ReadOnlyContainer |
ReadWriteContainer.asReadOnlyContainer()
In the C-language and Java, converts the read/write container into a read-only container. |
ReadOnlyContainer |
ProgramData.inContainer()
Returns the input container of the program. |
ReadOnlyContainer |
ExecutionAgent.inContainer()
The native implementation of the Java API does not support this method. |
ReadOnlyContainer |
ExecutionAgent.remoteInContainer(java.lang.String programID)
The native implementation of the Java API does not support this method. |
ReadOnlyContainer |
WorkItem.checkOut()
This API call checks out a ready work item for user processing (action call). |
ReadOnlyContainer |
WorkItem.inContainer()
This API call retrieves the input container associated with the work item from the MQ Workflow execution server (action call). |
ReadOnlyContainer |
ProcessInstance.globalContainer()
This API call retrieves the global container associated with the process instance from the MQ Workflow execution server (action call). |
ReadOnlyContainer |
ProcessInstance.outContainer()
This API call retrieves the output container associated with the process instance from the MQ Workflow execution server (action call). |
Constructors in com.ibm.workflow.api with parameters of type ReadOnlyContainer | |
ReadOnlyContainerHolder(ReadOnlyContainer value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |