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

Contents

Overview

Resource WorkspaceTypePredicate is used to filter results in a list of Workspaces by their type (Personal or Team).

Members

Name Type Description

workspaceType

workspaceType

The type of Workspace returned when this predicate is used in a WorkspaceListFilter.

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

JSON Example

(show inherited members)

{
    "beeType":"workspaceTypePredicate",
        "workspaceType":{ your_{http://www.oracle.com/beehive}workspaceType_as_workspaceType0 }
}

XML Schema


<xs:complexType name="workspaceTypePredicate">
    <xs:complexContent>
        <xs:extension base="tns:predicate">
            <xs:sequence>
                <xs:element minOccurs="0" name="workspaceType" type="tns:workspaceType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to workspaceTypePredicate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations