Contains information about property views.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

A unique ID for a property view.

name

WVARCHAR(64)

not null

The name of a property view.

type

VARCHAR(128)

not null

The type of property view.

description

WVARCHAR(1024)

null

A description of the property view.

uri

VARCHAR(255)

null

The URI to an associated JSP.

app_name

VARCHAR(255)

null

The name of the application where the JSP lives.

mode_id

VARCHAR(40)

not null

The property view mode. Options include: edit, view, and browse.

is_default

NUMERIC(1)

null

Indicates whether the property view is the default view for this property type.

is_readonly

NUMERIC(1)

null

Indicates whether the property view is read-only (1) or editable (0).

is_component

NUMERIC(1)

null

The type of component. This column is populated for property views that are editors for a collection.

 
loading table of contents...