Overview

Workflow payload for content operations for documents and folders.

Members

Show inherited members

Name Type Description

contentOperation

contentWorkflowOperation

Returns the specific content operation associated with this payload.

destinationContainer

beeId

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

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

Hierarchy

Inherits From

Examples

Below are examples in 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">
        <contentOperation>your_contentWorkflowOperation_0</contentOperation>
        <destinationContainer>your_beeId_0</destinationContainer>
        <entityUnderWorkflow>your_beeId_0</entityUnderWorkflow>
        <sourceContainer>your_beeId_0</sourceContainer>
</obh:contentWorkflowOperationPayload>

Referenced By Representaions

Not Referenced Directly by Representations