Interface: OperationDefinitionInfo
Define an operation within webda app
Extends
Properties
id
id:
string
Id of the operation
Inherited from
Source
input?
input?:
string
Name of the schema that defines operation input
Inherited from
Source
method
method:
string
Method implementing the operation
Inherited from
Source
output?
output?:
string
Name of the schema that defines operation output
Inherited from
Source
permission?
permission?:
string
WebdaQL to execute on session to know if operation is available to user
Inherited from
OperationDefinition
.permission
Source
permissionQuery?
permissionQuery?:
QueryValidator
Contains the parse permission query
Source
service
service:
string
Service implementing the operation