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

Contents

Overview

Specifies which attributes of a document to update.

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

JSON Example

(show inherited members)

{
    "beeType":"documentUpdater",
        "categoryApplicationsUpdater":{ your_{http://www.oracle.com/beehive}categoryApplicationsUpdater_as_categoryApplicationListUpdater0 },
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "contentUpdater":{ your_{http://www.oracle.com/beehive}contentUpdater_as_contentUpdater0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0",
        "userModifiedOn":"your_{http://www.oracle.com/beehive}userModifiedOn_as_dateTime0",
        "versionUpdateMode":{ your_{http://www.oracle.com/beehive}versionUpdateMode_as_versionUpdateMode0 },
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 },
        "workflowAttributesUpdater":{ your_{http://www.oracle.com/beehive}workflowAttributesUpdater_as_attributeApplicationListUpdater0 }
}

XML Schema


<xs:complexType name="documentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:artifactUpdater">
            <xs:sequence>
                <xs:element minOccurs="0"
                    name="categoryApplicationsUpdater" type="tns:categoryApplicationListUpdater"/>
                <xs:element minOccurs="0" name="contentUpdater" type="tns:contentUpdater"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="versionUpdateMode" type="tns:versionUpdateMode"/>
                <xs:element minOccurs="0"
                    name="workflowAttributesUpdater" type="tns:attributeApplicationListUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to documentUpdater

Referenced By Resources

Usage Resource Method
Request Document Update

Referenced By Representaions