suspend fun createdAuditedNode(node: AuditedNode, createdBy: User)

Updates node after it was created without an Input Should be called after the node was constructed Sets AuditedNode.createdBy and AuditedNode.lastModifiedBy

Parameters

node

the node to update

createdBy

the user who created the node