Overview

Specifies which attributes of a document to update.

Members

Show inherited members

Name Type Description

categoryApplicationsUpdater

categoryApplicationListUpdater

A CategoryApplicationListUpdater for the given DocumentUpdater.

changeStatus

changeStatus

Artifact change status.

contentUpdater

contentUpdater

Returns a ContentUpdater to use to update attributes of the document's content. It can safely be cast to an IdentifiableSimpleContentUpdater.

description

string

New description of the document.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

userCreatedOn

dateTime

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

userModifiedOn

dateTime

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

versionUpdateMode

versionUpdateMode

Specifies whether the updater's changes should be applied to the family (and not subject to version control) or to the working copy of the entity.

viewerPropertiesUpdater

collabPropertiesUpdater

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

workflowAttributesUpdater

attributeApplicationListUpdater

Used to set attribute values for workflow.

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:documentUpdater xsi:type="obh:documentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <categoryApplicationsUpdater>your_categoryApplicationListUpdater_0</categoryApplicationsUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <contentUpdater>your_contentUpdater_0</contentUpdater>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <versionUpdateMode>your_versionUpdateMode_0</versionUpdateMode>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
        <workflowAttributesUpdater>your_attributeApplicationListUpdater_0</workflowAttributesUpdater>
</obh:documentUpdater>

Referenced By Representaions