|
JD Edwards EnterpriseOne Mobile Framework Java API ReferenceRelease 1.0.0E58374-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server
See:
Description
Class Summary | |
---|---|
ActionRequest | 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. |
ApplicationGlobals | ApplicationGlobals is a Singleton class that holds global values accessable from any class in your mobile application It stores important information used by the Login.jar to control sessions, application security, AIS capability/compatability, and to configure the EULA page displayed in the springboard, info for the about page available on the springboard is also maintained here. |
ApplicationStack | ApplicationStack class allows AIS Client users to interact with and maintain a stack of EnterpriseOne forms. |
ApplicationStackRequest | Class representing the expected input into an application stack AIS call, this class will be serialized to JSON and then sent to AIS |
ApplicationStackResponse | Class representing the expected output from application stack AIS call, the JSON response from AIS will be de-serialized to this class |
BatchFormRequest | Use BatchFormRequest along wit uri batchformservice to call multiple forms in one request. |
Capability | Represents a capability available on the AIS server - Use for JSON de-serialization |
DefaultConfig | Represents a the default configuration of the AIS server - Use for JSON de-serialization |
E1ConnectionFactory | Internal Class used internally by APIs |
E1ErrorWarning | Used to hold Errors or Warnings set in the EnterpriseOne application invoked in a form service call. |
FIStructure | FI Structure represents the form interconnect id, value pairs sent as input to an EnterpriseOne form. |
FormAction | FormAction represents a single action taken on an EnterpriseOne form. |
FormRequest | The FormRequest class is the expected input class to the jderest/formservice AIS service. |
FSREvent | APIs Provided to allow AIS services to request actions be performed on the EntepriseOne form being called. |
GridAction | Contains actions for updating or inserting grid records to an EnterpriseOne grid. |
GridColumnEvent | An event executed on a column of a grid when an update or insert action is being performed. |
GridRowInsertEvent | Allows you to set values on a grid row that is being inserted as part of a grid action |
GridRowUpdateEvent | Allows you to set values on a grid row that is being updated as part of a grid action |
JASRequestBase | Provides the login/session information required for every service request token - (required) The E1 token token that was returned from the tokenrequest service environment - (required) E1 environment that was used to request the token role - (required) the E1 role used to request the token |
JDEmfCapability | Provides methods to determine if the AIS server provides the capabilities used by your application. |
JDEmfLogger | Allows the client to send log messages to the AIS server. |
JDEmfUtilities | Includes Utility methods that may be useful when implementing an application that uses AIS Client API |
JDERestServiceProvider | Abstract Class JDERestServiceProvider provides methods for calling AIS services |
LoginConfiguration | LoginConfiguration is used mainly to configure the 'default feature' of your application, for use in conjunciont with the JDE Login.jar. |
LoginRequest | The LoginRequest class is the expected input class to the jderest/tokenrequest REST service. |
LoginResponse | LoginResponse is the expected format of the AIS response from a tokenrequest call, the JSON from the AIS response can be de-serialized to the LoginResponse class |
LogoutRequest | Class representing the expected input to a tokenrequest/logout call to AIS - Will be serialized to JSON |
LogRequest | Class representing the expected input to a log request call to AIS - Will be serialized to JSON |
ProcessingOption | Part of a ProcessingOptionSet, it is the name value pair that will be populated after a call to the AIS processingoption service |
ProcessingOptionRequest | ProcessingOptionRequest object will be serialized to JSON and sent as input to the AIS processingoption service. |
ProcessingOptionsSet | After a call to the AIS processingoption service the JSON response will be de-serialized a ProcessingOptionSet |
SingleFormRequest | A SingleFormRequest is one of the possible multiple form requests you may put into a batchformrequest to be sent to AIS. |
StackErrorWarning | Included in an ApplicationStackResponse, it contains any errors or warning returned from AIS for the stack call |
UserInfo | UserInfo is contained within the LoginResponse object, which is populated after JSON response from tokenrequest call is de-serialized to the LoginResponse class. |
Exception Summary | |
---|---|
CapabilityException | A Capability Exception will be thrown when a capability use is attempted, if the capability is not available on the AIS server or if you have not indicated the capability is used or required by your application. |
JDERestServiceException | A JDERestServiceException is thrown if the service call to AIS fails for any reason. |
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server
|
JD Edwards EnterpriseOne Mobile Framework Java API ReferenceRelease 1.0.0E58374-01 |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.