Package | Description |
---|---|
org.colcon.burocrat.api.model | |
org.colcon.burocrat.model |
Modifier and Type | Interface and Description |
---|---|
interface |
ICommand |
interface |
IItem |
interface |
ILink |
Modifier and Type | Class and Description |
---|---|
class |
ArgObject
A unit of data that can be represented as a map (a set of key-value pairs),
such as an item, a command, or a link
|
class |
Command
This is a map representation of a server request, which is
sent from the client to the server along with an async callback
|
class |
Item
This is an object representation of an item,
which is a unit of data in the form of a map
of IArg to String.
|
class |
Link
This is a representation of a hyperlink that includes a history token,
which may contain a number of key-value pairs
|