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

Contents

Overview

Used to specify members of a category template.

Members

Name Type Description

attributeTemplateListUpdater

attributeTemplateListUpdater

AttributeTemplateListUpdater for AttributeTemplates associated with this BasicTemplate

attributeTemplatesUpdater

attributeTemplateListUpdater

Updater to create / update / remove AttributeTemplates associated with this CategoryTemplate

changeStatus

changeStatus

Artifact change status.

copyOnVersion

boolean

Whether or not the categories get copied when a new version of a categorized document is created.

description

string

Description for the Template

final

boolean

Whether or not the category template may be overridden. If marked final a category template cannot be overridden.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

required

boolean

Whether or not values for the category template must be entered.

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

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:categoryTemplateUpdater xsi:type="obh:categoryTemplateUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:attributeTemplateListUpdater>your_attributeTemplateListUpdater_0</obh:attributeTemplateListUpdater>
        <obh:attributeTemplatesUpdater>your_attributeTemplateListUpdater_0</obh:attributeTemplatesUpdater>
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:copyOnVersion>your_boolean_0</obh:copyOnVersion>
        <obh:description>your_string_0</obh:description>
        <obh:final>your_boolean_0</obh:final>
        <obh:name>your_string_0</obh:name>
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0</obh:propertiesUpdater>
        <obh:required>your_boolean_0</obh:required>
        <obh:userCreatedOn>your_dateTime_0</obh:userCreatedOn>
        <obh:userModifiedOn>your_dateTime_0</obh:userModifiedOn>
        <obh:viewerPropertiesUpdater>your_collabPropertiesUpdater_0</obh:viewerPropertiesUpdater>
</obh:categoryTemplateUpdater>

JSON Example

(show inherited members)

{
    "beeType":"categoryTemplateUpdater",
        "attributeTemplateListUpdater":{ your_{http://www.oracle.com/beehive}attributeTemplateListUpdater_as_attributeTemplateListUpdater0 },
        "attributeTemplatesUpdater":{ your_{http://www.oracle.com/beehive}attributeTemplatesUpdater_as_attributeTemplateListUpdater0 },
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "copyOnVersion":your_{http://www.oracle.com/beehive}copyOnVersion_as_boolean0,
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "final":your_{http://www.oracle.com/beehive}final_as_boolean0,
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "required":your_{http://www.oracle.com/beehive}required_as_boolean0,
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0",
        "userModifiedOn":"your_{http://www.oracle.com/beehive}userModifiedOn_as_dateTime0",
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 }
}

XML Schema


<xs:complexType name="categoryTemplateUpdater">
    <xs:complexContent>
        <xs:extension base="tns:basicTemplateUpdater">
            <xs:sequence>
                <xs:element minOccurs="0"
                    name="attributeTemplatesUpdater" type="tns:attributeTemplateListUpdater"/>
                <xs:element minOccurs="0" name="copyOnVersion" type="xs:boolean"/>
                <xs:element minOccurs="0" name="final" type="xs:boolean"/>
                <xs:element minOccurs="0" name="required" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to categoryTemplateUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions