Alle Klassen und Schnittstellen
Klasse
Beschreibung
Thrown if one or more of the given parent domains is invalid, e.g. duplicated
Thrown if an invalid operation is performed while updating a domain in use, e.g. removing a parent with enabled validationViaParents
parameter for get...Paginated functions
some fields of the psn table, used for retrieving a sorted or filtered list of psns
filters are applied via LIKE "filterValue%"
filters are applied via LIKE "filterValue%"
checks if a given value is valid in one of the parent domains
ValidateViaParents.OFF
- no validation
ValidateViaParents.VALIDATE
- the given value must be a valid pseudonym of one parent domain
ValidateViaParents.ENSURE_EXISTS
- the given value must exist as a pseudonym in one parent domain
ValidateViaParents.CASCADE_DELETE
- the given value must exist as a pseudonym in one parent domain and if that's no longer the case, the entry is delete from the child domain (ignoring
DomainProperties.PSNS_DELETABLE
)