Overview

Used to update a version configuration.

Members

Show inherited members

Name Type Description

autoLabel

boolean

Whether labels should be automatically assigned to newly-created versions according to a predefined label format.

final

boolean

Set whether or not this configuration can be overridden. This value is ignored if isRequired=false.

labelFormat

labelFormat

The format that should be used for auto-labeling.

maximumVersionsToKeep

int

Set how many versions should be saved in the version history of an entity at any given point in time, excluding those versions marked as doNotAutoPurge. This value must be > 0.

versionControlModel

versionControlModel

Whether the associated container should have auto or manual versioning, or have versioning disabled completely.

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:versionControlConfigurationUpdater xsi:type="obh:versionControlConfigurationUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <autoLabel>your_boolean_0</autoLabel>
        <final>your_boolean_0</final>
        <labelFormat>your_labelFormat_0</labelFormat>
        <maximumVersionsToKeep>your_int_0</maximumVersionsToKeep>
        <versionControlModel>your_versionControlModel_0</versionControlModel>
</obh:versionControlConfigurationUpdater>

Referenced By Representaions