@DomainNode(searchQueryName = "searchIMSPermissions")
NodePermission to grant specific permissions to a set of IMSs.
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 IMS_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
@NodeRelationship(type = "NODE", direction = Direction.OUTGOING)
@FilterProperty
Nodes on which the Permission is granted.
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