The core api
Classes: | Collection |Command |Event |HttpCommand |HttpDeleteCommand |HttpGetCommand |HttpPatchCommand |HttpPostCommand |HttpPutCommand |Service |XmppCommand |XmppStanza |
Object Properties: | causedBy |emits |handledBy |results |
Datatype Properties: | commandId |currentPage |description |perPage |title |total |
an event emitted by a command
[#] [back to top]
Super Classes:
A command expressed over HTTP
[#] [back to top]
Super Classes: Command
A command expressed over HTTP, using DELETE
[#] [back to top]
Super Classes: HttpCommand
A command expressed over HTTP, using GET
[#] [back to top]
Super Classes: HttpCommand
A command expressed over HTTP, using PATCH
[#] [back to top]
Super Classes: HttpCommand
A command expressed over HTTP, using POST
[#] [back to top]
Super Classes: HttpCommand
A command expressed over HTTP, using PUT
[#] [back to top]
Super Classes: HttpCommand
The Service that handles the commands
[#] [back to top]
Super Classes:
A command expressed over XMPP
[#] [back to top]
Super Classes: Command
XML message communication via XMPP
[#] [back to top]
Super Classes:
The comand which caused the event
Domain: Event (union)
Range: HttpCommand (union)
[#] [back to top]
the events emitted by a command
Domain: HttpCommand (union)
Range: Event (union)
[#] [back to top]
The service that the command is handled by
Domain: HttpCommand (union)
Range: Service (union)
[#] [back to top]
The search results from a search
Domain:
Range:
[#] [back to top]
the id of the command - corresponds to a capability
Domain: HttpCommand (union)
Range: xsd:integer
[#] [back to top]
the results for the current page
Domain: Collection (union)
Range: xsd:integer
[#] [back to top]
the description of a api response
Domain:
Range:
[#] [back to top]
amount of results per page
Domain: Collection (union)
Range: xsd:integer
[#] [back to top]
the title of a api response
Domain:
Range:
[#] [back to top]
the total results
Domain: Collection (union)
Range: xsd:integer
[#] [back to top]