Overview

Sets attributes of a version.

Members

Show inherited 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 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">
        <description>your_string_0</description>
        <doNotAutoPurge>your_boolean_0</doNotAutoPurge>
        <finalized>your_boolean_0</finalized>
        <name>your_string_0</name>
        <versionLabel>your_string_0</versionLabel>
</obh:versionUpdater>

Referenced By Representaions

Not Referenced Directly by Representations