![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
contentOperation |
Returns the specific content operation associated with this payload. | |
destinationContainer |
Returns a handle to the destination container where the entity under workflow is being moved. This will be set only for MOVE / COPY / DELETE operations. | |
entityUnderWorkflow |
Returns a handle to the entity (Document / Folder) under workflow. | |
sourceContainer |
Returns a handle to the source container where the entity under workflow resides. |
Inherits From
<xs:complexType name="contentWorkflowOperationPayload">
<xs:complexContent>
<xs:extension base="tns:workflowOperationPayload">
<xs:sequence>
<xs:element minOccurs="0" name="contentOperation" type="tns:contentWorkflowOperation"/>
<xs:element minOccurs="0" name="destinationContainer" type="tns:beeId"/>
<xs:element minOccurs="0" name="entityUnderWorkflow" type="tns:beeId"/>
<xs:element minOccurs="0" name="sourceContainer" type="tns:beeId"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices