Properties
Link copied to clipboard
The description of this entity.
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "FILTER_TEMPLATE", direction = Direction.OUTGOING)
@FilterProperty
Filter which ComponentVersions are shown in this view
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 = "RELATION", direction = Direction.OUTGOING)
@FilterProperty
Layouts for relations
Link copied to clipboard
@NodeRelationship(type = "RELATION_PARTNER", direction = Direction.OUTGOING)
@FilterProperty
Layouts for relation partners
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