|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OperationDefinition
Interface for holding metadata of an operation. The operation can be either a common operation, such as Next and Commit, or custom operation, which is specific to the DataControl implementation.
| Field Summary | |
|---|---|
static int |
CUSTOM
|
| Fields inherited from interface oracle.binding.meta.Definition |
|---|
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 |
| Method Summary | |
|---|---|
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()
|
| Methods inherited from interface oracle.binding.meta.NamedDefinition |
|---|
getDefinitionParent, getFullName, getName, getProperties, getProperty |
| Methods inherited from interface oracle.binding.meta.Definition |
|---|
getDefinitionType |
| Field Detail |
|---|
static final int CUSTOM
| Method Detail |
|---|
DefinitionContainer getOperationParameters()
ParameterDefinition,
EmptyDefinitionContainerOperationReturnDefinition getOperationReturnType()
int getOperationId()
DataControlDefinition getDataControlDefinition()
boolean isStatic()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||