Package-level declarations
Types
Link copied to clipboard
@CommandRoute(method = CommandRoute.Method.POST, appendIdPath = CommandRoute.AppendPath.ALWAYS, path = "", summary = "Create tree node", description = "Id is the tenant ID.")
Link copied to clipboard
@CommandRoute(method = CommandRoute.Method.DELETE, appendIdPath = CommandRoute.AppendPath.ALWAYS, path = "{code}", summary = "Delete tree node", description = "Id is the tenant ID.")
Link copied to clipboard
@CommandRoute(method = CommandRoute.Method.PUT, appendIdPath = CommandRoute.AppendPath.ALWAYS, path = "sort", summary = "Move tree node order", description = "Only sibling moves are allowed.")
Link copied to clipboard
@CommandRoute(method = CommandRoute.Method.PUT, appendIdPath = CommandRoute.AppendPath.ALWAYS, path = "", summary = "Update tree node")