Overview

Updaters are used to modify the value of one or more Entities' attributes. ArtifactUpdater is the super interface for all Updaters on Artifacts.

Members

Show inherited members

Name Type Description

changeStatus

changeStatus

Artifact change status.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

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

artifactUpdater is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Referenced By Representaions

Not Referenced Directly by Representations