Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

oracle.adf.model.meta
Interface OperationDefinition

All Superinterfaces:
Definition, NamedDefinition, OperationDefinition

public interface OperationDefinition
extends OperationDefinition

Oracle extension to the JSR227 meta interface. This interface defines yet-to-be-standard opcodes and names for standard operations. It should be removed from this package once the constants is introduced to oracle.binding.meta.OperationDefinition.


Field Summary
static int ACTION_BINDING_CONTAINER_EXECUTE
           
static int ACTION_BINDING_CONTAINER_FIND
           
static int ACTION_COMMIT_TRANSACTION
           
static int ACTION_CREATE_INSERT_ROW
           
static int ACTION_CREATE_ROW
           
static int ACTION_CREATE_TEMP_WITH_PARAMS
           
static int ACTION_CREATE_WITH_PARAMS
           
static int ACTION_CUSTOM_EXECUTES_START
          Internal.
static int ACTION_EXECUTE
           
static int ACTION_EXECUTE_WITH_PARAMS
           
static int ACTION_FIND
           
static int ACTION_FIRST
           
static int ACTION_INVOKE_METHOD
           
static int ACTION_ITERATOR_BINDING_EXECUTE
           
static int ACTION_ITERATOR_BINDING_FIND
           
static int ACTION_LAST
           
static int ACTION_NEXT
           
static int ACTION_NEXT_SET
           
static int ACTION_PREVIOUS
           
static int ACTION_PREVIOUS_SET
           
static int ACTION_REMOVE_CURRENT_ROW
           
static int ACTION_REMOVEROW_WITH_KEY
           
static int ACTION_RESET
           
static int ACTION_RESET_STATE
           
static int ACTION_ROLLBACK_TRANSACTION
           
static int ACTION_SETCURRENTROW_WITH_KEY
           
static int ACTION_SETCURRENTROW_WITH_KEYVALUE
           
 
Fields inherited from interface oracle.binding.meta.OperationDefinition
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
 
Methods inherited from interface oracle.binding.meta.OperationDefinition
getDataControlDefinition, getOperationId, getOperationParameters, getOperationReturnType, 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

ACTION_EXECUTE

static final int ACTION_EXECUTE
See Also:
Constant Field Values

ACTION_FIND

static final int ACTION_FIND
See Also:
Constant Field Values

ACTION_BINDING_CONTAINER_EXECUTE

static final int ACTION_BINDING_CONTAINER_EXECUTE
See Also:
Constant Field Values

ACTION_BINDING_CONTAINER_FIND

static final int ACTION_BINDING_CONTAINER_FIND
See Also:
Constant Field Values

ACTION_ITERATOR_BINDING_EXECUTE

static final int ACTION_ITERATOR_BINDING_EXECUTE
See Also:
Constant Field Values

ACTION_ITERATOR_BINDING_FIND

static final int ACTION_ITERATOR_BINDING_FIND
See Also:
Constant Field Values

ACTION_NEXT

static final int ACTION_NEXT
See Also:
Constant Field Values

ACTION_PREVIOUS

static final int ACTION_PREVIOUS
See Also:
Constant Field Values

ACTION_FIRST

static final int ACTION_FIRST
See Also:
Constant Field Values

ACTION_LAST

static final int ACTION_LAST
See Also:
Constant Field Values

ACTION_NEXT_SET

static final int ACTION_NEXT_SET
See Also:
Constant Field Values

ACTION_PREVIOUS_SET

static final int ACTION_PREVIOUS_SET
See Also:
Constant Field Values

ACTION_RESET

static final int ACTION_RESET
See Also:
Constant Field Values

ACTION_REMOVE_CURRENT_ROW

static final int ACTION_REMOVE_CURRENT_ROW
See Also:
Constant Field Values

ACTION_CREATE_INSERT_ROW

static final int ACTION_CREATE_INSERT_ROW
See Also:
Constant Field Values

ACTION_CREATE_ROW

static final int ACTION_CREATE_ROW
See Also:
Constant Field Values

ACTION_CREATE_WITH_PARAMS

static final int ACTION_CREATE_WITH_PARAMS
See Also:
Constant Field Values

ACTION_CREATE_TEMP_WITH_PARAMS

static final int ACTION_CREATE_TEMP_WITH_PARAMS
See Also:
Constant Field Values

ACTION_CUSTOM_EXECUTES_START

static final int ACTION_CUSTOM_EXECUTES_START
Internal. Applications should not use these ids. (50-99)

See Also:
Constant Field Values

ACTION_EXECUTE_WITH_PARAMS

static final int ACTION_EXECUTE_WITH_PARAMS
See Also:
Constant Field Values

ACTION_SETCURRENTROW_WITH_KEY

static final int ACTION_SETCURRENTROW_WITH_KEY
See Also:
Constant Field Values

ACTION_SETCURRENTROW_WITH_KEYVALUE

static final int ACTION_SETCURRENTROW_WITH_KEYVALUE
See Also:
Constant Field Values

ACTION_REMOVEROW_WITH_KEY

static final int ACTION_REMOVEROW_WITH_KEY
See Also:
Constant Field Values

ACTION_COMMIT_TRANSACTION

static final int ACTION_COMMIT_TRANSACTION
See Also:
Constant Field Values

ACTION_ROLLBACK_TRANSACTION

static final int ACTION_ROLLBACK_TRANSACTION
See Also:
Constant Field Values

ACTION_RESET_STATE

static final int ACTION_RESET_STATE
See Also:
Constant Field Values

ACTION_INVOKE_METHOD

static final int ACTION_INVOKE_METHOD
See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

Copyright © 1997, 2011, Oracle. All rights reserved.