@DomainNode
@Authorization(name = "MANAGE_ISSUE_BOARDS", allowFromRelated = ["issueBoard"] )
@Authorization(name = "READ", allowFromRelated = ["issueBoard"] )
An item in an IssueBoardColumn pointing to an Issue. position determines its order in the column. READ is granted if READ is granted on the parent Trackable on the Issue Board.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "ISSUE_BOARD_ITEM", direction = Direction.INCOMING)
@FilterProperty
The Issue Board this board item belongs to
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
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