@DomainNode
Main Body of an Issue. Each Issue has exactly one Body. Keeps track when it was last edited and by who, but does not keep track of the change history. READ is granted if READ is granted on `issue`.
Constructors
Link copied to clipboard
constructor(createdAt: OffsetDateTime, lastModifiedAt: OffsetDateTime, bodyLastEditedAt: OffsetDateTime)
Properties
Link copied to clipboard
@NodeRelationship(type = "ANSWERS", direction = Direction.INCOMING)
@FilterProperty
IssueComments which answer this Comment.
Link copied to clipboard
Keep track when the body of the Comment was last updated. If not updated yet, the DateTime of creation.
Link copied to clipboard
@NodeRelationship(type = "BODY_LAST_EDITED_BY", direction = Direction.OUTGOING)
@FilterProperty
The User who last edited the body of this Comment. If not edited yet, the creator of the Comment.
Link copied to clipboard
The DateTime this entity was created at.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The DateTime this entity was last modified at.
Link copied to clipboard
@NodeRelationship(type = "LAST_MODIFIED_BY", direction = Direction.OUTGOING)
@FilterProperty
The User who last modified this entity.
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
@NodeRelationship(type = "CHILD_ITEMS", direction = Direction.INCOMING)
@FilterProperty
If existing, the parent TimelineItem
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