Overview

Used to update properties of an existing lock.

Members

Show inherited members

Name Type Description

addedLockHolders

beeId<accessor>[]

New holders of the lock.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

An updater which can be used to add or remove Properties for a Lock.

removedLockHolders

beeId<accessor>[]

Removed holders of the lock.

timeout

dateTime

The new timeout for the lock. The time specified must be in the future.

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:lockUpdater xsi:type="obh:lockUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addedLockHolders>your_beeId_0</addedLockHolders>
        <addedLockHolders>your_beeId_1</addedLockHolders>
        <addedLockHolders>your_beeId_2</addedLockHolders>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <removedLockHolders>your_beeId_0</removedLockHolders>
        <removedLockHolders>your_beeId_1</removedLockHolders>
        <removedLockHolders>your_beeId_2</removedLockHolders>
        <timeout>your_dateTime_0</timeout>
</obh:lockUpdater>

Referenced By Representaions

Not Referenced Directly by Representations