Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Workflow payload for content operations for documents and folders.

Members

Name Type Description

contentOperation

contentWorkflowOperation

Returns the specific content operation associated with this payload.

destinationContainer

beeId<ArtifactContainer>

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

beeId<artifact>

Returns a handle to the entity (Document / Folder) under workflow.

sourceContainer

beeId<ArtifactContainer>

Returns a handle to the source container where the entity under workflow resides.

Hierarchy

Inherits From

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:contentWorkflowOperationPayload xsi:type="obh:contentWorkflowOperationPayload" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:contentOperation>your_contentWorkflowOperation_0</obh:contentOperation>
        <obh:destinationContainer>your_beeId_0</obh:destinationContainer>
        <obh:entityUnderWorkflow>your_beeId_0</obh:entityUnderWorkflow>
        <obh:sourceContainer>your_beeId_0</obh:sourceContainer>
</obh:contentWorkflowOperationPayload>

JSON Example

(show inherited members)

{
    "beeType":"contentWorkflowOperationPayload",
        "contentOperation":{ your_{http://www.oracle.com/beehive}contentOperation_as_contentWorkflowOperation0 },
        "destinationContainer":{ your_{http://www.oracle.com/beehive}destinationContainer_as_beeId0 },
        "entityUnderWorkflow":{ your_{http://www.oracle.com/beehive}entityUnderWorkflow_as_beeId0 },
        "sourceContainer":{ your_{http://www.oracle.com/beehive}sourceContainer_as_beeId0 }
}

XML Schema


<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>

        

References

The following data represents the references to contentWorkflowOperationPayload

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations