Overview

Updater to manage the fields of a category

Members

Show inherited members

Name Type Description

abstract

boolean

Flag to indicate if the category is abstract. An abstract category cannot be applied to an entity.

attributeDefinitionsUpdater

attributeDefinitionListUpdater

Updater to create / update / remove AttributeDefinitions associated with this category

changeStatus

changeStatus

Artifact change status.

defaultTemplate

categoryTemplateUpdater

Updater for the default CategoryTemplate corresponding to the category being updated

description

string

New description of the marker.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

taxonomylevel

string

The BOM taxonomy level

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:categoryUpdater xsi:type="obh:categoryUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <abstract>your_boolean_0</abstract>
        <attributeDefinitionsUpdater>your_attributeDefinitionListUpdater_0</attributeDefinitionsUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <defaultTemplate>your_categoryTemplateUpdater_0</defaultTemplate>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <taxonomylevel>your_string_0</taxonomylevel>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:categoryUpdater>

Referenced By Representaions