Define which type of attribute render allowed for user
CUBA model entity
user effective permissions
attribute could be not allowed to display (DENY), allowed for modification (MODIFY) or allowed in read only mode (VIEW).
Initializes app.
Define if operation (one of CRUD) on entity allowed or not for user
CUBA model entity
operation to be checked (CRUD)
user effective permissions
Compares version strings. Intended to be used only for comparing versions consisting of major, minor and
(optional) patch version (dot-separated) and optional -SNAPSHOT
suffix. Does not conform to
Semantic Versioning Specification and will produce incorrect results in some cases not covered above
(e.g. it doesn't take into account any text including pre-release identifiers, so 7.2.0-beta will be considered
equal to 7.2.0).
true if testVersion is greater or equal than minimumVersion
Generated using TypeDoc
Retrieve previously initialized app by name.