Overview

AuditTrailUpdater represents the updater interface for the AuditTrail.

Members

Show inherited members

Name Type Description

addRecords

beeId<auditRecord>[]

changeStatus

changeStatus

Artifact change status.

description

string

Returns the description.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

removeRecords

beeId<auditRecord>[]

searchPredicate

predicate

Returns the search predicate.

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

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:auditTrailUpdater xsi:type="obh:auditTrailUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addRecords>your_beeId_0</addRecords>
        <addRecords>your_beeId_1</addRecords>
        <addRecords>your_beeId_2</addRecords>
        <changeStatus>your_changeStatus_0</changeStatus>
        <description>your_string_0</description>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <removeRecords>your_beeId_0</removeRecords>
        <removeRecords>your_beeId_1</removeRecords>
        <removeRecords>your_beeId_2</removeRecords>
        <searchPredicate>your_predicate_0</searchPredicate>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:auditTrailUpdater>

Referenced By Representaions