Overview

Members

Show inherited 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 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">
        <author>your_string_0</author>
        <authorCreationTime>your_string_0</authorCreationTime>
        <contactInfo>your_string_0</contactInfo>
        <copyrightInfo>your_string_0</copyrightInfo>
        <domain>your_string_0</domain>
        <parent>your_beeId_0</parent>
        <teamWsH>your_beeId_0</teamWsH>
        <templateDescription>your_string_0</templateDescription>
        <templateId>your_string_0</templateId>
        <templateName>your_string_0</templateName>
        <updater>your_workspaceTemplateUpdater_0</updater>
</obh:teamWorkspaceTemplateCreator>

Referenced By Representaions

Not Referenced Directly by Representations