A script enabled browser is required for this page to function properly
Oracle® Beehive RESTful Web Services API Reference
Release 2 (2.0.1.7)
E16658-04
Overview
Used to update links.
Members
Show inherited members
Name
Type
Description
bookmarkUpdater
identifiableUpdater
Updater to set bookmark members of the link.
changeStatus
changeStatus
Artifact change status.
label
beeId <label >
Label associated with the link.
name
string
Get the Name of the Entity
propertiesUpdater
collabPropertiesUpdater
A CollabPropertiesUpdater which can be used to add or remove
CollabProperties for this Artifact.
reference
beeId <artifact >
New referenced artifact of a link.
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
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:linkUpdater xsi:type="obh:linkUpdater" 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:label>your_beeId_0 </obh:label>
<obh:name>your_string_0 </obh:name>
<obh:propertiesUpdater>your_collabPropertiesUpdater_0 </obh:propertiesUpdater>
<obh:reference>your_beeId_0 </obh:reference>
<obh:userCreatedOn>your_dateTime_0 </obh:userCreatedOn>
<obh:userModifiedOn>your_dateTime_0 </obh:userModifiedOn>
<obh:viewerPropertiesUpdater>your_collabPropertiesUpdater_0 </obh:viewerPropertiesUpdater>
</obh:linkUpdater>
JSON Example
(show inherited members)
XML Schema
<xs:complexType name="linkUpdater">
<xs:complexContent>
<xs:extension base="tns:artifactUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="bookmarkUpdater" type="tns:identifiableUpdater"/>
<xs:element minOccurs="0" name="label" type="tns:beeId"/>
<xs:element minOccurs="0" name="reference" type="tns:beeId"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
References
The following data represents the references to linkUpdater
Referenced By Resources
Referenced By Representaions
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices