Overview

Used to specify members of a category template.

Members

Show inherited 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 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">
        <attributeTemplateListUpdater>your_attributeTemplateListUpdater_0</attributeTemplateListUpdater>
        <attributeTemplatesUpdater>your_attributeTemplateListUpdater_0</attributeTemplatesUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <copyOnVersion>your_boolean_0</copyOnVersion>
        <description>your_string_0</description>
        <final>your_boolean_0</final>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <required>your_boolean_0</required>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:categoryTemplateUpdater>

Referenced By Representaions