Activity Type: Delivery
Delivers the input stream to a resource property. The input stream consist of purely string blocks. Clients can subsequently obtain the data by accessing the resource property. This activity is useful to force asynchronous execution of perform documents and allow the final result to be collected by the client when the request has completed.
The resource property can be flagged as being session-specific. If this is done the local name of the resource property will be the specified local name appended with "-" followed by the session ID. For example, myResourceProperty-session-ogsadai-10823881a91.
Delivers string data from the dataSource input to a session-specific resourse property:
<deliverToResourceProperty name="delivery"> <input from="dataSource"/> <resourceProperty name="myResourceProperty" ns="http://mynamespace.com" sessionSpecific="true"/> </deliverToResourceProperty>
Element deliverToResourceProperty:
Currently only string blocks can be delivered to resource properties.
This activity can operate with any data resource accessor.
OGSA-DAI/schema/ogsadai/xsd/activities/deliver_to_resource_property.xsd
uk.org.ogsadai.activity.delivery.DeliverToResourcePropertyActivity
uk.org.ogsadai.client.toolkit.activity.delivery.DeliverToResourceProperty
Up: Activities | ||
© International Business Machines Corporation, 2002-2006. | © The University of Edinburgh, 2002-2006. |