Skip navigation links
com.oracle.e1.jdemf
Class ActionRequest
java.lang.Object
com.oracle.e1.jdemf.ActionRequest
-
public class ActionRequest
- extends java.lang.Object
The ActionRequest class provides some of the FormRequest properties that are shared between FormRequest and FormActionRequest
- returnControlIDs - (optional) Indicates which form/grid fields the service passes back, grid is always 1 and has array of fields, form fields are bar delimited after grid (e.g. 1[19,20,50,48]|54|55)
- formActions - (optional) List of actions to perform on the form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionRequest
public ActionRequest()
modifyJSON
public JSONObject modifyJSON(JSONObject jsonObj)
addFSREvent
public void addFSREvent(FSREvent fsrEvent)
setFormActions
public void setFormActions(java.util.ArrayList formActions)
getFormActions
public java.util.ArrayList getFormActions()
setReturnControlIDs
public void setReturnControlIDs(java.lang.String returnControlIDs)
getReturnControlIDs
public java.lang.String getReturnControlIDs()
setFormOID
public void setFormOID(java.lang.String formOID)
getFormOID
public java.lang.String getFormOID()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.