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

Contents

Overview

Interface to describe the pending workflow details for an entity. For example, when an operation for Documents / Folders requires a workflow this an instance of PendingWorkflowStatus is returned or can be retrieved from the returned snapshot.

Members

No Members

Hierarchy

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:pendingWorkflowStatus xsi:type="obh:pendingWorkflowStatus" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</obh:pendingWorkflowStatus>

JSON Example

(show inherited members)

{
    "beeType":"pendingWorkflowStatus"
}

XML Schema


<xs:complexType name="pendingWorkflowStatus">
    <xs:sequence/>
</xs:complexType>

        

References

The following data represents the references to pendingWorkflowStatus

Referenced By Resources

Usage Resource Method
Response Document Delete
Response Document Move
Response Document Move Batch

Referenced By Representaions