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

Contents

Overview

Updater to modify an ExternalArtifact.

Members

Name Type Description

bookmarkUpdater

identifiableUpdater

The bookmark underlying the ExternalArtifact is updated.

changeStatus

changeStatus

Artifact change status.

contentEncoding

string

The encoding of the content that the ExternalArtifact represents

label

beeId<label>

Apply the given label on the ExternalArtifact

location

string

The location of an ExternalArtifact.

mediaType

string

Media type of the ExternalArtifact

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

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:externalArtifactUpdater xsi:type="obh:externalArtifactUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:bookmarkUpdater>your_identifiableUpdater_0</obh:bookmarkUpdater>
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:contentEncoding>your_string_0</obh:contentEncoding>
        <obh:label>your_beeId_0</obh:label>
        <obh:location>your_string_0</obh:location>
        <obh:mediaType>your_string_0</obh:mediaType>
        <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:viewerPropertiesUpdater>your_collabPropertiesUpdater_0</obh:viewerPropertiesUpdater>
</obh:externalArtifactUpdater>

JSON Example

(show inherited members)

{
    "beeType":"externalArtifactUpdater",
        "bookmarkUpdater":{ your_{http://www.oracle.com/beehive}bookmarkUpdater_as_identifiableUpdater0 },
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "contentEncoding":"your_{http://www.oracle.com/beehive}contentEncoding_as_string0",
        "label":{ your_{http://www.oracle.com/beehive}label_as_beeId0 },
        "location":"your_{http://www.oracle.com/beehive}location_as_string0",
        "mediaType":"your_{http://www.oracle.com/beehive}mediaType_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",
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 }
}

XML Schema


<xs:complexType name="externalArtifactUpdater">
    <xs:complexContent>
        <xs:extension base="tns:artifactUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="bookmarkUpdater" type="tns:identifiableUpdater"/>
                <xs:element minOccurs="0" name="contentEncoding" type="xs:string"/>
                <xs:element minOccurs="0" name="label" type="tns:beeId"/>
                <xs:element minOccurs="0" name="location" type="xs:string"/>
                <xs:element minOccurs="0" name="mediaType" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to externalArtifactUpdater

Referenced By Resources

Usage Resource Method
Request ExternalArtifact Update

Referenced By Representaions