repositoryElementInfo

Namespace: (default namespace)
XML Schema: ns0.xsd

Represents a template flow chart or business process in the repository.

XML

Elements

name (type) min/max
occurs
description
id (long) 1/1 Returns the PK for this repository element.
namespace (string) 0/1 Returns the repository namespace.
description (string) 0/1 Returns the description of this element in the repository. The description is displayed in the Flux Operations Console to describe the function of the repository element for the user.
owner (string) 0/1 Returns the username of the user who inserted this element in the repository.
creationTimestamp (dateTime) 0/1 Returns the date when this repository element was added to the repository.
creationTimestampFormatted (string) 0/1 Returns the formatted date when this repository element was added to the repository.
lastModifiedTimestamp (dateTime) 0/1 Returns the date when this repository element was last modified in the repository.
lastModifiedTimestampFormatted (string) 0/1 Returns the formatted date when this repository element was last modified in the repository.

JSON

property type description
id id (long) Returns the PK for this repository element.
namespace namespace (string) Returns the repository namespace.
description description (string) Returns the description of this element in the repository. The description is displayed in the Flux Operations Console to describe the function of the repository element for the user.
owner owner (string) Returns the username of the user who inserted this element in the repository.
creationTimestamp creationTimestamp (dateTime) Returns the date when this repository element was added to the repository.
creationTimestampFormatted creationTimestampFormatted (string) Returns the formatted date when this repository element was added to the repository.
lastModifiedTimestamp lastModifiedTimestamp (dateTime) Returns the date when this repository element was last modified in the repository.
lastModifiedTimestampFormatted lastModifiedTimestampFormatted (string) Returns the formatted date when this repository element was last modified in the repository.