public interface OperationDefinition extends NamedDefinition
| Modifier and Type | Field and Description | 
|---|---|
static int | 
CUSTOM  | 
TYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_CRITERIA, TYPE_CRITERIA_ITEM, TYPE_CRITERIA_OPERATOR, TYPE_CRITERIA_ROW, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_NAMED, TYPE_OPERATION, TYPE_OPERATIONRETURN, TYPE_PARAMETER, TYPE_STRUCTURE, TYPE_VARIABLE| Modifier and Type | Method and Description | 
|---|---|
DataControlDefinition | 
getDataControlDefinition()
Retrieves the DataControlDefinition that this Operation belongs to. 
 | 
int | 
getOperationId()
Retrieves the operation id of the operation. 
 | 
DefinitionContainer | 
getOperationParameters()
Retrieves the metadata of the parameters of the operation. 
 | 
OperationReturnDefinition | 
getOperationReturnType()
Retrieves the metadata of the return type of the operation. 
 | 
boolean | 
isStatic()  | 
getDefinitionParent, getFullName, getName, getProperties, getPropertygetDefinitionTypestatic final int CUSTOM
DefinitionContainer getOperationParameters()
ParameterDefinition, 
EmptyDefinitionContainerOperationReturnDefinition getOperationReturnType()
int getOperationId()
DataControlDefinition getDataControlDefinition()
boolean isStatic()