@DomainNode(topLevelQueryName = "globalPermissions", searchQueryName = "searchGlobalPermissions")
Permission associated with a set of users. Can have NodePermissions to grant permissions on specific Nodes. READ is granted if the global admin is granted.
Properties
Link copied to clipboard
The description of this entity.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
entries, but typed as GLOBAL_PERMISSION_ENTRY_NAME. Must not be named entries itself, see BasePermission.
Link copied to clipboard
Link copied to clipboard
@ConvertWith(converter = LazyLoadingContextConverter::class)
Link copied to clipboard
Version used for optimistic locking
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "PERMISSION", direction = Direction.INCOMING)
@FilterProperty
GropiusUsers granted this Permission
Functions
Link copied to clipboard
internal suspend fun getFromGraphQL(@Autowired nodeQueryParser: NodeQueryParser, dataFetchingEnvironment: DataFetchingEnvironment): Any?
Link copied to clipboard
Link copied to clipboard
internal suspend fun <T : Node?> loadNodesOfRelationship(property: KProperty1<*, *>, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit?)
Link copied to clipboard
Link copied to clipboard
protected fun <T : Node> NodeSetProperty(): PropertyDelegateProvider<Node, NodeSetPropertyDelegate<T>>
Link copied to clipboard