See: Description
| Class | Description | 
|---|---|
| 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. | 
| AISClientCapability | Provides methods to determine if the AIS server provides the capabilities used by your application. | 
| AISClientLogger | Allows the client to send log messages to the AIS server. | 
| AISClientUtilities | Includes Utility methods that may be useful when implementing an application that uses AIS Client API | 
| AISRequest | Provides the login/session information required for every service request | 
| AISRequestBase | 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
  | 
| 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 | 
| AvailableUDOItem | |
| AvailableUDOListDefault | |
| AvailableUDOListObject | |
| BatchDataRequest | Use the BatchDataRequest class to perform multiple data requests in a single call. | 
| 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 | 
| CountResponse | Use the CountResponse class to marshal output from a count type data service request. | 
| CountResponse.Output | |
| DataRequest | Use the DataRequest object to request data from a view or table in EnterpriseOne. | 
| DataRequestLinks | |
| DefaultConfig | Represents a the default configuration of the AIS server - Use for JSON de-serialization | 
| DiscoveryRequest | |
| DiscoveryResponse | |
| DiscoveryResponse.DiscoveryOrch | |
| DiscoveryResponse.InputItem | |
| E1ConnectionFactory | Internal Class used internally by APIs | 
| 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. | 
| FSRParent | FSRParent contains fields shared by both FormServiceRequest and DataRequest | 
| GetUDOActiveObject | |
| GetUDOByKeyRequest | |
| GetUDOResponse | |
| 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
  | 
| JDERestServiceProvider | Abstract Class JDERestServiceProvider provides methods for calling AIS services | 
| JWTLoginEnvironment | The LoginEnvironment establishes the connection with the AIS server based on user credentials, it is required input to all AIS calls. | 
| ListAvailableUDORequest | |
| ListAvailableUDOResponse | |
| LoginEnvironment | The LoginEnvironment establishes the connection with the AIS server based on user credentials, it is required input to all AIS calls. | 
| LoginRequest | The LoginRequest class is the expected input class to the jderest/tokenrequest REST service, it will be serialized to JSON to send to AIS. | 
| 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 | 
| OrchestrationInputValue | Name value pairs used as the input to an orchestration. | 
| OrchestrationRequest | The OrchestrationRequest class enables users to execute orchestration requests against an AIS server. The sample code below demonstrates how to execute an orchestration called "GetAddressBook" | 
| 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 | 
| ResponseLink | |
| 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. | 
| ValidateRequest | |
| ValidateResponse | 
| Exception | Description | 
|---|---|
| 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. | 
Copyright © 2022 Oracle and/or its affiliates. All Rights Reserved.