|
JD Edwards EnterpriseOne Mobile Framework Java API ReferenceRelease 1.0.0E58374-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.e1.jdemf.ApplicationStack
public class ApplicationStack
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 |
|---|
public ApplicationStack()
| Method Detail |
|---|
public java.lang.String open(FormRequest formRequest)
throws java.lang.Exception
loginEnv -formRequest -java.lang.Exception
public java.lang.String executeActions(ActionRequest actionRequest)
throws java.lang.Exception
loginEnv -actionRequest -java.lang.Exception
public java.lang.String close()
throws java.lang.Exception
loginEnv -java.lang.Exception
public java.lang.String close(ActionRequest actionRequest)
throws java.lang.Exception
loginEnv -actionRequest -java.lang.Exceptionpublic void setOverrideDefaultFeature(java.lang.String overrideDefaultFeature)
public java.lang.String getOverrideDefaultFeature()
public ApplicationStackResponse getLastAppStackResponse()
|
JD Edwards EnterpriseOne Mobile Framework Java API ReferenceRelease 1.0.0E58374-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.