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

Contents

Overview

Sets attributes of a version.

Members

Name Type Description

description

string

The new description associated with this version.

doNotAutoPurge

boolean

Sets whether or not the Version may be purged as part of an automatic purging policy for old versions.

finalized

boolean

Used to finalize the version's metadata. This cannot be performed successfully unless the version is already checked in. Versions start out as being unfinalized.

name

string

Get the Name of the Entity

versionLabel

string

The new label associated with this version.

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:versionUpdater xsi:type="obh:versionUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:description>your_string_0</obh:description>
        <obh:doNotAutoPurge>your_boolean_0</obh:doNotAutoPurge>
        <obh:finalized>your_boolean_0</obh:finalized>
        <obh:name>your_string_0</obh:name>
        <obh:versionLabel>your_string_0</obh:versionLabel>
</obh:versionUpdater>

JSON Example

(show inherited members)

{
    "beeType":"versionUpdater",
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "doNotAutoPurge":your_{http://www.oracle.com/beehive}doNotAutoPurge_as_boolean0,
        "finalized":your_{http://www.oracle.com/beehive}finalized_as_boolean0,
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "versionLabel":"your_{http://www.oracle.com/beehive}versionLabel_as_string0"
}

XML Schema


<xs:complexType name="versionUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="doNotAutoPurge" type="xs:boolean"/>
                <xs:element minOccurs="0" name="finalized" type="xs:boolean"/>
                <xs:element minOccurs="0" name="versionLabel" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to versionUpdater

Referenced By Resources

Usage Resource Method
Request Document Check-in
Request Version Update
Request Wiki Page Check-in

Referenced By Representaions

Not Referenced Directly by Representations