Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class ApplicationStack

java.lang.Object
  extended by com.oracle.e1.jdemf.ApplicationStack


public class ApplicationStack
extends java.lang.Object

ApplicationStack class allows AIS Client users to interact with and maintain a stack of EnterpriseOne forms. Unlike a traditional form service request application stack requests keep the applicaiton open after each call, so you can perform form interconnects, enter multiple lines of data and request various actions across multiple requests, finally you must close the application stack after all the requests have processed.


Constructor Summary
ApplicationStack()
           

 

Method Summary
 java.lang.String close()
          Close the stack without performing any additional actions.
 java.lang.String close(ActionRequest actionRequest)
          Close the stack after performing the actions provided.
 java.lang.String executeActions(ActionRequest actionRequest)
          Execute additional actions on an already opened application stack, you must provide the currently running form, and all actions are expected to be on that form.
 ApplicationStackResponse getLastAppStackResponse()
          Get the last response from the stack, which will include the currently open form
 java.lang.String getOverrideDefaultFeature()
           
 java.lang.String open(FormRequest formRequest)
          Open the first form of an application stack, perform any actions as if running a basic form service request
 void setOverrideDefaultFeature(java.lang.String overrideDefaultFeature)
           

 

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

 

Constructor Detail

ApplicationStack

public ApplicationStack()

Method Detail

open

public java.lang.String open(FormRequest formRequest)
                      throws java.lang.Exception
Open the first form of an application stack, perform any actions as if running a basic form service request
Parameters:
loginEnv -
formRequest -
Returns:
String the JSON string from the application stack open response
Throws:
java.lang.Exception

executeActions

public java.lang.String executeActions(ActionRequest actionRequest)
                                throws java.lang.Exception
Execute additional actions on an already opened application stack, you must provide the currently running form, and all actions are expected to be on that form.
Parameters:
loginEnv -
actionRequest -
Returns:
String JSON string for application stack execute response
Throws:
java.lang.Exception

close

public java.lang.String close()
                       throws java.lang.Exception
Close the stack without performing any additional actions.
Parameters:
loginEnv -
Returns:
String JSON string from application stack close response.
Throws:
java.lang.Exception

close

public java.lang.String close(ActionRequest actionRequest)
                       throws java.lang.Exception
Close the stack after performing the actions provided.
Parameters:
loginEnv -
actionRequest -
Returns:
String JSON string from application stack close response.
Throws:
java.lang.Exception

setOverrideDefaultFeature

public void setOverrideDefaultFeature(java.lang.String overrideDefaultFeature)

getOverrideDefaultFeature

public java.lang.String getOverrideDefaultFeature()

getLastAppStackResponse

public ApplicationStackResponse getLastAppStackResponse()
Get the last response from the stack, which will include the currently open form
Returns:
ApplicationStackResponse for the last application stack call

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.