Smalldb-REST  v0.2
Public Member Functions | List of all members
IHandler Interface Reference

Operations invokable by router. More...

Inheritance diagram for IHandler:
Inheritance graph

Public Member Functions

 getKnownTypes ()
 Get known state machine types.
 
 readState ($id)
 Read state of state machine.
 
 readViews ($id, $view_names)
 Read state of state machine.
 
 checkTransition ($id, $action)
 Check if transition is available.
 
 invokeTransition ($id, $action, $args)
 Invoke transition of state machine.
 
 listing ($filters)
 List state machines matching $filters.
 

Detailed Description

Operations invokable by router.