Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Interface
oracle.binding.OperationInfo

Packages that use OperationInfo
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 
oracle.binding Contains interfaces for data binding. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 

 

Uses of OperationInfo in oracle.adf.model.adapter

 

Methods in oracle.adf.model.adapter with parameters of type OperationInfo
 boolean AdapterDCService.hasOperationParamsChanged(OperationInfo operationInfo)
          Check if the operation params has changed during an iterator execution.
 boolean AbstractImpl.shouldReexecuteOperation(OperationInfo operationInfo)
          Determines if a method should be reexecuted.

 

Uses of OperationInfo in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type OperationInfo
 boolean DCDataControl.hasOperationParamsChanged(OperationInfo info)
           

 

Uses of OperationInfo in oracle.adf.model.generic

 

Methods in oracle.adf.model.generic that return OperationInfo
 OperationInfo DCRowContext.getMasterOperationInfo()
           

 

Uses of OperationInfo in oracle.binding

 

Methods in oracle.binding that return OperationInfo
 OperationInfo OperationBinding.getOperationInfo()
          Returns a description of the operation to invoke.

 

Uses of OperationInfo in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding that return OperationInfo
 OperationInfo JUCtrlActionBinding.getOperationInfo()
           

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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