Skip navigation links
com.oracle.e1.jdemf
Class FormRequest
java.lang.Object
com.oracle.e1.jdemf.JASRequestBase
com.oracle.e1.jdemf.FormRequest
-
public class FormRequest
- extends JASRequestBase
The FormRequest class is the expected input class to the jderest/formservice AIS service.
- maxPageSize - (optional) Max rows to return in the grid, default is 100 if not passed, absolute max is 500
- returnControlIDs - (optional) Indicates which form/grid fields the service passes back, form fields are single values, grid columns are indicated using grid id and brackets around a list of column ids, subform fields use subform id and field ids on subform
Form Fields: "34|44|45"
Grid Columns: "1[24,26,28]"
Subform Fields: "50_45|50_53"
Subform Grid Columns: "50_9[35,39,41]"
- formInputs - (optional) Collection of FIStructure (id,value pair) that represent the form interconnect input to the form. Associate a string for the FI id, with the value to be passed into that FI.
- version - Version of the E1 application (e.g. ZJDE0001)
- formName - (required) E1 application and form name (e.g. P01012_W01012B)
- formServiceAction - (optional) The CRUD operation the form will perform, constants available, this ties to an event in FDA
- formServiceDemo - (optional) use TRUE or FALSE constant, for if the form should run in demo mode, guaranteed to show one 'dummy' row in the grid.
- stopOnWarning - (optional) use TRUE or FALSE constant, stop processing the form when error or warning is thrown in E1, false will allow you to bypass warnings.
- ignoreFDAFindOnEntry - (optional) use TRUE or FALSE constant, if the application is coded to find on entry, true will not execute that find.
- formActions - (optional) an array list of FormActions, allowing you to interact with the E1 form, fill in data, press buttons, add grid records.
| 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 |
POST
public static final java.lang.String POST
-
- See Also:
- Constant Field Values
FORM_SERVICE
public static final java.lang.String FORM_SERVICE
-
- See Also:
- Constant Field Values
TRUE
public static final java.lang.String TRUE
-
- See Also:
- Constant Field Values
FALSE
public static final java.lang.String FALSE
-
- See Also:
- Constant Field Values
ACTION_READ
public static final java.lang.String ACTION_READ
-
- See Also:
- Constant Field Values
ACTION_CREATE
public static final java.lang.String ACTION_CREATE
-
- See Also:
- Constant Field Values
ACTION_UPDATE
public static final java.lang.String ACTION_UPDATE
-
- See Also:
- Constant Field Values
ACTION_DELETE
public static final java.lang.String ACTION_DELETE
-
- See Also:
- Constant Field Values
FormRequest
public FormRequest()
addFSREvent
public void addFSREvent(FSREvent fsrEvent)
setFormName
public void setFormName(java.lang.String formName)
addToFISet
public void addToFISet(java.lang.String id,
java.lang.String value)
addToFISet
public void addToFISet(java.lang.String id,
java.util.Date value)
getFormName
public java.lang.String getFormName()
setFormDSTmpl
public void setFormDSTmpl(java.lang.String formDSTmpl)
getFormDSTmpl
public java.lang.String getFormDSTmpl()
setFormDSData
public void setFormDSData(java.lang.String formDSData)
getFormDSData
public java.lang.String getFormDSData()
setFindOnEntry
public void setFindOnEntry(java.lang.String findOnEntry)
getFindOnEntry
public java.lang.String getFindOnEntry()
setVersion
public void setVersion(java.lang.String version)
getVersion
public java.lang.String getVersion()
setMaxPageSize
public void setMaxPageSize(java.lang.String maxPageSize)
getMaxPageSize
public java.lang.String getMaxPageSize()
setFormInputs
public void setFormInputs(java.util.Collection fiSet)
getFormInputs
public java.util.Collection getFormInputs()
setFormServiceAction
public void setFormServiceAction(java.lang.String formServiceAction)
getFormServiceAction
public java.lang.String getFormServiceAction()
setFormServiceDemo
public void setFormServiceDemo(java.lang.String formServiceDemo)
getFormServiceDemo
public java.lang.String getFormServiceDemo()
setStopOnWarning
public void setStopOnWarning(java.lang.String stopOnWarning)
getStopOnWarning
public java.lang.String getStopOnWarning()
setIgnoreFDAFindOnEntry
public void setIgnoreFDAFindOnEntry(java.lang.String ignoreFDAFindOnEntry)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getIgnoreFDAFindOnEntry
public java.lang.String getIgnoreFDAFindOnEntry()
setReturnControlIDs
public void setReturnControlIDs(java.lang.String returnControlIDs)
getReturnControlIDs
public java.lang.String getReturnControlIDs()
setFormActions
public void setFormActions(java.util.ArrayList formActions)
getFormActions
public java.util.ArrayList getFormActions()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.