Interface: OperationDefinition
Define an operation within webda app
Extended by
Properties
id
id:
string
Id of the operation
Source
input?
input?:
string
Name of the schema that defines operation input
Source
method
method:
string
Method implementing the operation
Source
output?
output?:
string
Name of the schema that defines operation output
Source
permission?
permission?:
string
WebdaQL to execute on session to know if operation is available to user
Source
service
service:
string
Service implementing the operation