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

Contents

Overview

Members

Name Type Description

author

string

The author of the template. This could be different from the creator of the template. For example, when a template is distributed by a third-party vendor, the author refers to the vendor.

authorCreationTime

string

The time when this template was composed by the author of the template. This could be different from the creation time of the template. For example, when a template is distributed by a third-party vendor, this refers to the time when this template was released by the vendor.

contactInfo

string

Tthe contact information for the author of the template. For example, when a template is distributed by a third-party vendor, this provides the contact information of the vendor.

copyrightInfo

string

Copyright information for the template.

domain

string

Domain of the template.

parent

beeId<community>

The Community that contains this Team Workspace template.

teamWsH

beeId<teamWorkspace>

The team workspace that uses this template.

templateDescription

string

The description of this template.

templateId

string

Vendor-specific ID of the template.

templateName

string

The name of this template.

updater

workspaceTemplateUpdater

Specifies fields to be updated.

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:teamWorkspaceTemplateCreator xsi:type="obh:teamWorkspaceTemplateCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:author>your_string_0</obh:author>
        <obh:authorCreationTime>your_string_0</obh:authorCreationTime>
        <obh:contactInfo>your_string_0</obh:contactInfo>
        <obh:copyrightInfo>your_string_0</obh:copyrightInfo>
        <obh:domain>your_string_0</obh:domain>
        <obh:parent>your_beeId_0</obh:parent>
        <obh:teamWsH>your_beeId_0</obh:teamWsH>
        <obh:templateDescription>your_string_0</obh:templateDescription>
        <obh:templateId>your_string_0</obh:templateId>
        <obh:templateName>your_string_0</obh:templateName>
        <obh:updater>your_workspaceTemplateUpdater_0</obh:updater>
</obh:teamWorkspaceTemplateCreator>

JSON Example

(show inherited members)

{
    "beeType":"teamWorkspaceTemplateCreator",
        "author":"your_{http://www.oracle.com/beehive}author_as_string0",
        "authorCreationTime":"your_{http://www.oracle.com/beehive}authorCreationTime_as_string0",
        "contactInfo":"your_{http://www.oracle.com/beehive}contactInfo_as_string0",
        "copyrightInfo":"your_{http://www.oracle.com/beehive}copyrightInfo_as_string0",
        "domain":"your_{http://www.oracle.com/beehive}domain_as_string0",
        "parent":{ your_{http://www.oracle.com/beehive}parent_as_beeId0 },
        "teamWsH":{ your_{http://www.oracle.com/beehive}teamWsH_as_beeId0 },
        "templateDescription":"your_{http://www.oracle.com/beehive}templateDescription_as_string0",
        "templateId":"your_{http://www.oracle.com/beehive}templateId_as_string0",
        "templateName":"your_{http://www.oracle.com/beehive}templateName_as_string0",
        "updater":{ your_{http://www.oracle.com/beehive}updater_as_workspaceTemplateUpdater0 }
}

XML Schema


<xs:complexType name="teamWorkspaceTemplateCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="author" type="xs:string"/>
                <xs:element minOccurs="0" name="authorCreationTime" type="xs:string"/>
                <xs:element minOccurs="0" name="contactInfo" type="xs:string"/>
                <xs:element minOccurs="0" name="copyrightInfo" type="xs:string"/>
                <xs:element minOccurs="0" name="domain" type="xs:string"/>
                <xs:element minOccurs="0" name="parent" type="tns:beeId"/>
                <xs:element minOccurs="0" name="teamWsH" type="tns:beeId"/>
                <xs:element minOccurs="0" name="templateDescription" type="xs:string"/>
                <xs:element minOccurs="0" name="templateId" type="xs:string"/>
                <xs:element minOccurs="0" name="templateName" type="xs:string"/>
                <xs:element minOccurs="0" name="updater" type="tns:workspaceTemplateUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to teamWorkspaceTemplateCreator

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations