PropertyBean
instances.See: Description
Exception | Description |
---|---|
ValidationException |
Raised in the case that
PropertyBean validation constraint violations occur during a create or update of a ManagedPortalObject . |
Annotation Type | Description |
---|---|
Immutable |
Indicates
PropertyBean properties that are immutable. |
IsCurrent |
Indicates that the annotated
PropertyBean has a valid currentVersionId value The currentVersionId property is valid if it is null or if it is equal to the currentVersionId property of the ManagedPortalObject that it is applied to. |
IsCurrent.List | |
ReadOnly |
Indicates
PropertyBean properties that are read-only. |
SetOnce |
Indicates
PropertyBean properties that can only be set to a non-null value once. |
ValidateImmutable |
Enforces validation of
Immutable properties on the annotated type. |
ValidateImmutable.List | |
ValidatePortalProperties |
Enforce validation that involves multiple properties rather than a single property
|
ValidatePortalProperties.List | |
ValidateReadOnly |
Enforces validation of
ReadOnly properties on the annotated type. |
ValidateReadOnly.List | |
ValidateSetOnce |
Enforces validation of
SetOnce properties on the annotated type. |
ValidateSetOnce.List |
PropertyBean
instances.