Constants providing supported values and ranges for validation.
|
static final int | MAX_NATURAL_ID_SIZE = 256 |
| Maximum allowed length of a natural id.
|
|
static final int | MAX_NAME_SIZE = 256 |
| Maximum allowed length of name.
|
|
static final int | MAX_COMPOSITE_NAME_SIZE = 256 |
| Maximum allowed length of a composite name.
|
|
static final int | MAX_DESCRIPTION_SIZE = 1024 |
| Maximum allowed length of a description.
|
|
static final int | MAX_EXTERNAL_REF_SIZE = 1024 |
| Maximum allowed length of a external reference.
|
|
static final int | MAX_CONNECTED_ID_SIZE = 64 |
| Maximum allowed length of a connected identity.
|
|
static final int | MAX_CONTACT_INFO_SIZE = 1024 |
| Maximum allowed length of a contact information.
|
|
static final int | MIN_HOST_NAME_SIZE = 1 |
| Minimum allowed length of a host name.
|
|
static final int | MAX_HOST_NAME_SIZE = 1024 |
| Maximum allowed length of a host name.
|
|
static final int | MIN_URL_SIZE = 8 |
| Minimum allowed length of a URL.
|
|
static final int | MAX_URL_SIZE = 4096 |
| Maximum allowed length of a URL.
|
|
static final int | MAX_EMAIL_ADDRESS_SIZE = 1024 |
| Maximum allowed length of an email address.
|
|
static final int | MAX_LICENSE_KEY_SIZE = 128 |
| Maximum allowed length of a license key.
|
|
static final int | MAX_LICENSE_ACTIVATION_CODE_SIZE = 128 |
| Maximum allowed length of a license activation code.
|
|
static final int | MAX_LICENSE_SEAT_COUNT = 1000 |
| Maximum number of seats that can be allocated for a single license.
|
|
The documentation for this class was generated from the following file:
- model/src/main/java/tenduke/sdk/core/model/ValidationConstants.java