Java package defines the AttributeDescriptionModel Java class that
represents the description of an attribute as seen by your client application; You use attribute
descriptions when implementing some search filters in your search operations.See: Description
| Class | Description |
|---|---|
| AttributeDescriptionModel |
This
Java class represents the description of an attribute as seen by your client application
and can represent a basic search criterion; An attribute
description has a type (boolean, number, string, date) and can have a default value, a storage format, and
a constraint. |
| ConstraintObject |
This
Java class represents
the constraint as used by an entity to be constrained; A constraint can be an enumerated list,
a range, or a format. |
| EnumeratedListConstraint |
The
EnumeratedListConstraint implements
the constraint defined by a list of allowed values. |
| FormatConstraint |
The
FormatConstraint implements
the constraint defined by a pattern that matches the allowed values. |
| RangeConstraint |
The
RangeConstraint implements
the constraint defined by a range min and a range max. |
| UserDefinedRecordModel |
This
Java class represents a user defined record (UDR) that references a set of attribute descriptions. |
| Enum | Description |
|---|---|
| ConstraintObject.MetaChar |
This
enumeration lists the meta characters: escape, multiple, single, slash. |
Java package defines the AttributeDescriptionModel Java class that
represents the description of an attribute as seen by your client application; You use attribute
descriptions when implementing some search filters in your search operations.