Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class BatchFormRequest

java.lang.Object
  extended by com.oracle.e1.jdemf.JASRequestBase
      extended by com.oracle.e1.jdemf.BatchFormRequest


public class BatchFormRequest
extends JASRequestBase

Use BatchFormRequest along wit uri batchformservice to call multiple forms in one request. The forms cannot have dependencies on each other, they execute independently.


Constructor Summary
BatchFormRequest()
           

 

Method Summary
 java.util.ArrayList getFormRequests()
           
 void setFormRequests(java.util.ArrayList formRequests)
           

 

Methods inherited from class com.oracle.e1.jdemf.JASRequestBase
getDeviceName, getEnvironment, getJasserver, getRole, getSsoUniqueId, getToken, isSsoEnabled, modifyJSON, setDeviceName, setEnvironment, setJasserver, setRole, setSsoEnabled, setSsoUniqueId, setToken

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

BatchFormRequest

public BatchFormRequest()

Method Detail

setFormRequests

public void setFormRequests(java.util.ArrayList formRequests)

getFormRequests

public java.util.ArrayList getFormRequests()

Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.