Delete

@Summary(value = "Delete tree node")
@Description(value = "Id is the tenant ID.")
@CommandRoute(method = CommandRoute.Method.DELETE, appendIdPath = CommandRoute.AppendPath.ALWAYS, action = "{code}")
interface Delete<E : Deleted> : TreeCoded

Properties

Link copied to clipboard
abstract val code: String
Link copied to clipboard
open override val level: Int

Functions

Link copied to clipboard
open fun isRoot(): Boolean
Link copied to clipboard
abstract fun toEvent(previous: Flat): E