JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.comm.AdfDataTransferService
               |
               +--oracle.adfinternal.view.js.comm.AdfOfflineDataTransferService
public class AdfOfflineDataTransferService extends AdfDataTransferService
Field Summary | 
|---|
Fields inherited from oracle.adfinternal.view.js.comm.AdfDataTransferService | 
STATE_BUSY, STATE_READY, TRANSFER_COMPLETE | 
Fields inherited from oracle.adf.view.js.base.AdfObject | 
constructor, superclass | 
Fields inherited from org.ecmascript.object.Object | 
prototype | 
Constructor Summary | 
|
|---|---|
public | 
  | 
Method Summary | 
|
|---|---|
public Object | 
  | 
public Object | 
  | 
public Object | 
|
public Object | 
|
public Object | 
  | 
public Object | 
  | 
public Object | 
  | 
public Object | 
|
public Object | 
  | 
public Object | 
|
public Object | 
  | 
public Boolean | 
|
public Object | 
  | 
private Object | 
  | 
Methods inherited from oracle.adfinternal.view.js.comm.AdfDataTransferService | 
dispose, getInstance, InitClass | 
Methods inherited from oracle.adf.view.js.base.AdfObject | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString | 
Field Detail | 
|---|
Constructor Detail | 
|---|
public AdfOfflineDataTransferService(Object domWindow)domWindow | 
Method Detail | 
|---|
public Object addStateChangeListener(Function listener,
                                     Object instance)listener | 
- | listener function to remove | 
instance | 
- | to pass as this when calling function | 
ObjectAdfDataTransferService.addStateChangeListener(Function, Object)public Object getDTSState()ObjectAdfDataTransferService.getDTSState()public Object notifyStreamingRequestComplete()ObjectAdfDataTransferService.notifyStreamingRequestComplete()public Object pageUnloading()ObjectAdfDataTransferService.pageUnloading()public Object processStreamingResponse(Object script)script | 
- | script to be executed in the context of the streaming IFRAME | 
ObjectAdfDataTransferService.processStreamingResponse(Object)public Object removeStateChangeListener(Function listener,
                                        Object instance)listener | 
- | listener function to remove | 
instance | 
- | to pass as this when calling function | 
ObjectAdfDataTransferService.removeStateChangeListener(Function, Object)public Object resume()ObjectAdfDataTransferService.resume()public Object sendMultiPartRequest(Object context,
                                   Object actionURL,
                                   Object htmlForm,
                                   Object params,
                                   Object listeners)context | 
- | any object that is sent back to the callback when the request is complete. This object can be null. | 
actionURL | 
- | this is the appropriate action url | 
htmlForm | 
- | the form containing multi-part data. The action attribute of the form is used for send the request to the server | 
params | 
- | additional parameters that need to be sent to the server | 
listeners | 
- | Objects that implements DataTransferRequestListener interface | 
ObjectAdfDataTransferService.sendMultiPartRequest(Object, Object, Object, Object, Object, Object, Object)public Object sendPollingRequest(Object actionURL,
                                 Object listeners)actionURL | 
- | the url to send the request to | 
listeners | 
- | Objects that implements DataTransferRequestListener interface | 
ObjectAdfDataTransferService.sendPollingRequest(Object, Object)public Object sendRequest(Object context,
                          Object actionURL,
                          Object headerParams,
                          Object content,
                          Object listeners)context | 
- | any object that is sent back to the callback when the request is complete. This object can be null. | 
actionURL | 
- | the url to send the request to | 
headerParams | 
- | Option HTTP header parameters to attach to the request | 
content | 
- | the content of the Asynchronous XML HTTP Post | 
listeners | 
- | Objects that implements DataTransferRequestListener interface | 
ObjectAdfDataTransferService.sendRequest(Object, Object, Object, Object, Object)public Object sendStreamingRequest(Object actionURL,
                                   Object params)actionURL | 
- | the url to send the request to | 
params | 
- | additional request parameters | 
ObjectAdfDataTransferService.sendStreamingRequest(Object, Object)public Boolean streamingResponsesOutstanding()Boolean - Returns true if there are still outstanding streaming requestsAdfDataTransferService.streamingResponsesOutstanding()public Object suspend()ObjectAdfDataTransferService.suspend()private Object _warn()Object
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||