JD Edwards EnterpriseOne AIS Client API Reference

Release 1.2.1

E62369-02
A B C D E F G H I J L M N O P Q R S T U V W 

A

ACTION_CREATE - Static variable in class com.oracle.e1.aisclient.FormRequest
 
ACTION_DELETE - Static variable in class com.oracle.e1.aisclient.FormRequest
 
ACTION_READ - Static variable in class com.oracle.e1.aisclient.FormRequest
 
ACTION_UPDATE - Static variable in class com.oracle.e1.aisclient.FormRequest
 
ActionRequest - Class in com.oracle.e1.aisclient
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.
ActionRequest() - Constructor for class com.oracle.e1.aisclient.ActionRequest
 
addBetweenCondition(String) - Method in class com.oracle.e1.aisclient.query.Query
Add a between condition to determine if a field value is between to other specified values.
addDataItem(String) - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
Add an item using the default system code
addDataItem(String, String) - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
Add an item with a specific system code
addDateCondition(String, DateOperator) - Method in class com.oracle.e1.aisclient.query.Query
Add a date condition to compare a date field to a date value based on the specified date operator
addDateValue(Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.query.ListCondition
Add a Date value to the list
addExtension(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
addFSREvent(FSREvent) - Method in class com.oracle.e1.aisclient.ActionRequest
 
addFSREvent(FSREvent) - Method in class com.oracle.e1.aisclient.FSRParent
 
addFSREvent(FSREvent) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
addGridAction(GridAction) - Method in class com.oracle.e1.aisclient.FSREvent
 
addListCondition(String) - Method in class com.oracle.e1.aisclient.query.Query
After creating the Query object you can add a list condition, to compare a field to a list of values.
addMoKeyValue(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
addMoType(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
addNumberCondition(String, NumericOperator) - Method in class com.oracle.e1.aisclient.query.Query
Add a number condition to compare a numeric field from the form to a numeric value
addSpecialDate(DateSpecialValue, int) - Method in class com.oracle.e1.aisclient.query.ListCondition
Add a special date value to the list, an offset of 0 indicates today
addStringCondition(String, StringOperator, String) - Method in class com.oracle.e1.aisclient.query.Query
Add a string condition to compare a string feild from the form to a string value
addStringConditionUserId(String, StringOperator) - Method in class com.oracle.e1.aisclient.query.Query
Add a string condition user id to compare a string field from the form to the currently logged in user id
addToFISet(String, String) - Method in class com.oracle.e1.aisclient.FormRequest
 
addToFISet(String, Date) - Method in class com.oracle.e1.aisclient.FormRequest
 
addToFISet(String, String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
addToFISet(String, Date) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
addUrlMediaObject(LoginEnvironment, MediaObjectAddUrlRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
addUrlMediaObject allows you to add a url media ogject based on the media object structure, key
addValue(String) - Method in class com.oracle.e1.aisclient.query.ListCondition
Add a string value to the list
ADMIN_ERROR - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
AISClientCapability - Class in com.oracle.e1.aisclient
Provides methods to determine if the AIS server provides the capabilities used by your application.
AISClientCapability() - Constructor for class com.oracle.e1.aisclient.AISClientCapability
 
AISClientLogger - Class in com.oracle.e1.aisclient
Allows the client to send log messages to the AIS server.
AISClientLogger() - Constructor for class com.oracle.e1.aisclient.AISClientLogger
 
AISClientUtilities - Class in com.oracle.e1.aisclient
Includes Utility methods that may be useful when implementing an application that uses AIS Client API
AISClientUtilities() - Constructor for class com.oracle.e1.aisclient.AISClientUtilities
 
ALIAS_NAMING - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
APP - Static variable in class com.oracle.e1.aisclient.AISClientLogger
 
APPLICATION_STACK - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
APPLICATION_STACK_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
ApplicationStack - Class in com.oracle.e1.aisclient
ApplicationStack class allows AIS Client users to interact with and maintain a stack of EnterpriseOne forms.
ApplicationStack() - Constructor for class com.oracle.e1.aisclient.ApplicationStack
 
ApplicationStackRequest - Class in com.oracle.e1.aisclient
Class representing the expected input into an application stack AIS call, this class will be serialized to JSON and then sent to AIS
ApplicationStackRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.ApplicationStackRequest
 
ApplicationStackResponse - Class in com.oracle.e1.aisclient
Class representing the expected output from application stack AIS call, the JSON response from AIS will be de-serialized to this class
ApplicationStackResponse() - Constructor for class com.oracle.e1.aisclient.ApplicationStackResponse
 
AUTH_ERROR - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 

B

BATCH_FORM_SERVICE_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
BatchDataRequest - Class in com.oracle.e1.aisclient
Use the BatchDataRequest class to perform multiple data requests in a single call.
BatchDataRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.BatchDataRequest
 
BatchFormRequest - Class in com.oracle.e1.aisclient
Use BatchFormRequest along wit uri batchformservice to call multiple forms in one request.
BatchFormRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.BatchFormRequest
 
BetweenCondition - Class in com.oracle.e1.aisclient.query
BetweenCondition allows you to apply a query condition where the values in a field are between two other values.
BetweenCondition() - Constructor for class com.oracle.e1.aisclient.query.BetweenCondition
 
BIG_DECIMAL_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
BLANK() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
buildAddressMapURL(String, String, String, String, String, String, String, String) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Returns a google map url based on the passed in values for address.
buildAddressMapURL(String) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Returns a google map url based on the address passed in as a single string
buildCoordinateMapURL(String, String) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Returns a google map url based on the coordinates passed in

C

CALENDAR_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
Capability - Class in com.oracle.e1.aisclient
Represents a capability available on the AIS server - Use for JSON de-serialization
Capability() - Constructor for class com.oracle.e1.aisclient.Capability
 
capabilityDetectCheck(LoginEnvironment, DefaultConfig) - Static method in class com.oracle.e1.aisclient.AISClientCapability
Provided the defaultConfig response from the AIS server, and that required capabilities are listed in the ApplicationGlobals, this will check if the server provides all of the required capabilities.
CapabilityException - Exception in com.oracle.e1.aisclient
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.
CapabilityException(Throwable) - Constructor for exception com.oracle.e1.aisclient.CapabilityException
 
CapabilityException(String, Throwable) - Constructor for exception com.oracle.e1.aisclient.CapabilityException
 
CapabilityException(String) - Constructor for exception com.oracle.e1.aisclient.CapabilityException
 
CapabilityException() - Constructor for exception com.oracle.e1.aisclient.CapabilityException
 
capabilityExists(LoginEnvironment, String) - Static method in class com.oracle.e1.aisclient.AISClientCapability
Looks through the list of capabilities within the login environment for the matching one, returns true if it is found You are still restricted to using only the capabilities listed in the required or used capabilities lists, even if the capability is in this list.
CHAR_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
checkBoxChecked(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
checkBoxNotChecked(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
checkSuccess(String) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
clearFieldValue(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
clearGridColumnValue(String) - Method in class com.oracle.e1.aisclient.GridRowInsertEvent
 
clearGridColumnValue(String) - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
clearQBEValue(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
clickGridCell(LoginEnvironment, String, int, String) - Method in class com.oracle.e1.aisclient.FSREvent
Sends an action request to click a grid cell hyperlink
close(LoginEnvironment) - Method in class com.oracle.e1.aisclient.ApplicationStack
Close the stack without performing any additional actions.
close(LoginEnvironment, ActionRequest) - Method in class com.oracle.e1.aisclient.ApplicationStack
Close the stack after performing the actions provided.
CLOSE - Static variable in class com.oracle.e1.aisclient.ApplicationStackRequest
 
com.oracle.e1.aisclient - package com.oracle.e1.aisclient
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server
com.oracle.e1.aisclient.jargon - package com.oracle.e1.aisclient.jargon
 
com.oracle.e1.aisclient.mediaobject - package com.oracle.e1.aisclient.mediaobject
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to manage EnterpriseOne media objects (attachments).
com.oracle.e1.aisclient.query - package com.oracle.e1.aisclient.query
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to execute queries on EnterpriseOne forms
com.oracle.e1.aisclient.taskauthorization - package com.oracle.e1.aisclient.taskauthorization
 
Condition - Class in com.oracle.e1.aisclient.query
As part of an Query you define several Conditions to filter the data based on values in a field.
Condition() - Constructor for class com.oracle.e1.aisclient.query.Condition
 
CONTAINS() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
convertDateToYMDString(Date) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
convertDateToYMDString, converts the date to a string with year month day (e.g.
convertMillisecondsToYMDString(String) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
convertMillisecondsToYMDString, converts the string which contains milliseconds to a string with year month day (e.g.
convertMillisecondsToYMDString(long) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
convertMillisecondsToYMDString, converts the string which contains milliseconds to a string with year month day (e.g.
CountResponse - Class in com.oracle.e1.aisclient
Use the CountResponse class to marshal output from a count type data service request.
CountResponse() - Constructor for class com.oracle.e1.aisclient.CountResponse
 
createConnectionInstance(URL) - Static method in class com.oracle.e1.aisclient.E1ConnectionFactory
 
createHTTPConnectionInstance(URL) - Static method in class com.oracle.e1.aisclient.E1ConnectionFactory
 

D

DATA_SERVICE - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
DATA_SERVICE_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
DataRequest - Class in com.oracle.e1.aisclient
Use the DataRequest object to request data from a view or table in EnterpriseOne.
DataRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.DataRequest
 
DATE_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
DateCondition - Class in com.oracle.e1.aisclient.query
Conditions that can be applied to dates
DateCondition(String) - Constructor for class com.oracle.e1.aisclient.query.DateCondition
 
DateOperator - Class in com.oracle.e1.aisclient.query
Operators that can be applied to dates
DateOperator() - Constructor for class com.oracle.e1.aisclient.query.DateOperator
 
DateOperator.EQUAL - Class in com.oracle.e1.aisclient.query
 
DateOperator.EQUAL() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.EQUAL
 
DateOperator.GREATER - Class in com.oracle.e1.aisclient.query
 
DateOperator.GREATER() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.GREATER
 
DateOperator.GREATER_EQUAL - Class in com.oracle.e1.aisclient.query
 
DateOperator.GREATER_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.GREATER_EQUAL
 
DateOperator.LESS - Class in com.oracle.e1.aisclient.query
 
DateOperator.LESS() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.LESS
 
DateOperator.LESS_EQUAL - Class in com.oracle.e1.aisclient.query
 
DateOperator.LESS_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.LESS_EQUAL
 
DateOperator.NOT_EQUAL - Class in com.oracle.e1.aisclient.query
 
DateOperator.NOT_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.NOT_EQUAL
 
DateSpecialValue - Class in com.oracle.e1.aisclient.query
Special Values used to compare dates to.
DateSpecialValue() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue
 
DateSpecialValue.TODAY - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY
 
DateSpecialValue.TODAY_MINUS_DAY - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY_MINUS_DAY() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY_MINUS_DAY
 
DateSpecialValue.TODAY_MINUS_MONTH - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY_MINUS_MONTH() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY_MINUS_MONTH
 
DateSpecialValue.TODAY_MINUS_YEAR - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY_MINUS_YEAR() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY_MINUS_YEAR
 
DateSpecialValue.TODAY_PLUS_DAY - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY_PLUS_DAY() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY_PLUS_DAY
 
DateSpecialValue.TODAY_PLUS_MONTH - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY_PLUS_MONTH() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY_PLUS_MONTH
 
DateSpecialValue.TODAY_PLUS_YEAR - Class in com.oracle.e1.aisclient.query
 
DateSpecialValue.TODAY_PLUS_YEAR() - Constructor for class com.oracle.e1.aisclient.query.DateSpecialValue.TODAY_PLUS_YEAR
 
DEBUG - Static variable in class com.oracle.e1.aisclient.AISClientLogger
 
DEFAULT_CONFIG_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
DEFAULT_ERROR - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
DefaultConfig - Class in com.oracle.e1.aisclient
Represents a the default configuration of the AIS server - Use for JSON de-serialization
DefaultConfig() - Constructor for class com.oracle.e1.aisclient.DefaultConfig
 
DefaultConfig(String, String) - Constructor for class com.oracle.e1.aisclient.DefaultConfig
 
deleteMediaObject(LoginEnvironment, MediaObjectDeleteRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
deleteMediaObject will delete the attachment based on the media object structure, key and sequence
doControlAction(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
downloadMediaObject(LoginEnvironment, MediaObjectDownloadRequest, String) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
downloadMediaObject allows you to request a single media object file based on the media object structure, key and sequence number, file will be saved to specified download directory location (if not provided the file will not be saved and no file location will be provided in the MediaObjectDownloadResponse).

E

E1ConnectionFactory - Class in com.oracle.e1.aisclient
Internal Class used internally by APIs
e1LocaleOverride(LoginEnvironment) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Overrides the locale to match the language preference for the currently logged in user in EnterpriseOne
EDITABLE - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
END_WITH() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
EQUAL() - Static method in class com.oracle.e1.aisclient.query.DateOperator
 
EQUAL() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
 
EQUAL() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
EXECUTE - Static variable in class com.oracle.e1.aisclient.ApplicationStackRequest
 
executeActions(LoginEnvironment, ActionRequest) - Method in class com.oracle.e1.aisclient.ApplicationStack
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.
executeOrchestrationRequest() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
Excute the orchestration request using the inputs defined within the request (JDE Input Format)
executeOrchestrationRequest(Object) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
Execute the orchestration request with a custom object (Generic input format)
executeOrchestrationRequest(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
Execute the orchestration request with a JSON String

F

FALSE - Static variable in class com.oracle.e1.aisclient.FormRequest
 
FileAttachment - Class in com.oracle.e1.aisclient.mediaobject
FileAttachment class holds information about a downloaded media object attachment.
FileAttachment() - Constructor for class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
FileAttachment(String, String, int) - Constructor for class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
FileAttachment(String) - Constructor for class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
FIStructure - Class in com.oracle.e1.aisclient
FI Structure represents the form interconnect id, value pairs sent as input to an EnterpriseOne form.
FIStructure() - Constructor for class com.oracle.e1.aisclient.FIStructure
 
FIStructure(String, String) - Constructor for class com.oracle.e1.aisclient.FIStructure
 
FORM_SERVICE_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
FormAction - Class in com.oracle.e1.aisclient
FormAction represents a single action taken on an EnterpriseOne form.
FormAction() - Constructor for class com.oracle.e1.aisclient.FormAction
 
formActions - Variable in class com.oracle.e1.aisclient.FSREvent
 
FormRequest - Class in com.oracle.e1.aisclient
The FormRequest class is the expected input class to the jderest/formservice AIS service.
FormRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.FormRequest
 
FSREvent - Class in com.oracle.e1.aisclient
APIs Provided to allow AIS services to request actions be performed on the EntepriseOne form being called.
FSREvent() - Constructor for class com.oracle.e1.aisclient.FSREvent
 
FSRParent - Class in com.oracle.e1.aisclient
FSRParent contains fields shared by both FormServiceRequest and DataRequest
FSRParent(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.FSRParent
 

G

GET_METHOD - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
getAction() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getActionRequest() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getAddressNumber() - Method in class com.oracle.e1.aisclient.UserInfo
 
getAisServer() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getAisServerURL() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getAisVersion() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
getAlphaName() - Method in class com.oracle.e1.aisclient.UserInfo
 
getAltPoStringJSON() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getApplication() - Method in class com.oracle.e1.aisclient.LogRequest
 
getApplication() - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
getApplicationId() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getApplicationName() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getApplicationName() - Method in class com.oracle.e1.aisclient.LoginRequest
 
getApplicationName() - Method in class com.oracle.e1.aisclient.ProcessingOptionRequest
 
getApplicationVersion() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getApplicationVersion() - Method in class com.oracle.e1.aisclient.LogRequest
 
getAppsRelease() - Method in class com.oracle.e1.aisclient.UserInfo
 
getAsOfRelease() - Method in class com.oracle.e1.aisclient.Capability
 
getAuthorizedTasks() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationResponse
 
getCapabilityList() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
getCapabilityList() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getColTitle() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
getColumnID() - Method in class com.oracle.e1.aisclient.GridColumnEvent
 
getCommand() - Method in class com.oracle.e1.aisclient.FormAction
 
getCommand() - Method in class com.oracle.e1.aisclient.GridColumnEvent
 
getCondition() - Method in class com.oracle.e1.aisclient.query.Query
 
getContent() - Method in class com.oracle.e1.aisclient.query.QueryValue
 
getControlID() - Method in class com.oracle.e1.aisclient.FormAction
 
getControlId() - Method in class com.oracle.e1.aisclient.query.Condition
 
getCount() - Method in class com.oracle.e1.aisclient.CountResponse
 
getCountImage() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
getCountText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
getCurrentApp() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getData() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getDataRequests() - Method in class com.oracle.e1.aisclient.BatchDataRequest
 
getDataServiceType() - Method in class com.oracle.e1.aisclient.DataRequest
 
getDateFormat() - Method in class com.oracle.e1.aisclient.UserInfo
 
getDateSeperator() - Method in class com.oracle.e1.aisclient.UserInfo
 
getDecimalFormat() - Method in class com.oracle.e1.aisclient.UserInfo
 
getDefaultConfig() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getDefaultEnvironment() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
getDefaultJasServer() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
getDefaultRole() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
getDefaultSystemCode() - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
 
getDeleteStatus() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
getDESC() - Method in class com.oracle.e1.aisclient.StackErrorWarning
 
getDeviceName() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getDeviceName() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getDeviceName() - Method in class com.oracle.e1.aisclient.LogRequest
 
getDeviceName() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getDownloadUrl() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
getDownloadURL() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
getDownloadUrl() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getEnvironment() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getEnvironment() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getEnvironment() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getError() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
getErrors() - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
getExtensions() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
getFile() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadResponse
 
getFile() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getFile() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadRequest
 
getFileLocation() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
getFileLocation() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteRequest
 
getFileLocation() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
getFileName() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
getFileName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
getFindOnEntry() - Method in class com.oracle.e1.aisclient.FSRParent
 
getFindOnEntry() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormActions() - Method in class com.oracle.e1.aisclient.ActionRequest
 
getFormActions() - Method in class com.oracle.e1.aisclient.FSRParent
 
getFormActions() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormDSData() - Method in class com.oracle.e1.aisclient.FormRequest
 
getFormDSData() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormDSTmpl() - Method in class com.oracle.e1.aisclient.FormRequest
 
getFormDSTmpl() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormInputs() - Method in class com.oracle.e1.aisclient.FormRequest
 
getFormInputs() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormName() - Method in class com.oracle.e1.aisclient.FormRequest
 
getFormName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
getFormName() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormOID() - Method in class com.oracle.e1.aisclient.ActionRequest
 
getFormRequest() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getFormRequests() - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
getFormServiceAction() - Method in class com.oracle.e1.aisclient.FormRequest
 
getFormServiceAction() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormServiceDemo() - Method in class com.oracle.e1.aisclient.FSRParent
 
getFormServiceDemo() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getGridAction() - Method in class com.oracle.e1.aisclient.FormAction
 
getGridColumnEvents() - Method in class com.oracle.e1.aisclient.GridRowInsertEvent
 
getGridColumnEvents() - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
getGridID() - Method in class com.oracle.e1.aisclient.GridAction
 
getGridRowInsertEvents() - Method in class com.oracle.e1.aisclient.GridAction
 
getGridRowUpdateEvents() - Method in class com.oracle.e1.aisclient.GridAction
 
getHeight() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
getIconPath() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getId() - Method in class com.oracle.e1.aisclient.FIStructure
 
getIgnoreFDAFindOnEntry() - Method in class com.oracle.e1.aisclient.FormRequest
 
getInputPassword() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getInputs() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getInputText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
 
getInputUser() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
getJasserver() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getJasserver() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getJasServer() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getJSessionId() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getLangPref() - Method in class com.oracle.e1.aisclient.UserInfo
 
getLanguage() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
getLastAppStackResponse() - Method in class com.oracle.e1.aisclient.ApplicationStack
Get the last response from the stack, which will include the currently open form
getLevel() - Method in class com.oracle.e1.aisclient.LogRequest
 
getLevel() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
getLink() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getLocale() - Method in class com.oracle.e1.aisclient.UserInfo
 
getLocaleForE1User(LoginEnvironment) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Returns the Locale to match the language preference for the currently logged in user in EnterpriseOne Does not set the default local in the Locale object
getLoginResponse() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getLongDescription() - Method in class com.oracle.e1.aisclient.Capability
 
getMatchType() - Method in class com.oracle.e1.aisclient.query.Query
 
getMaxPageSize() - Method in class com.oracle.e1.aisclient.FSRParent
 
getMaxPageSize() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getMediaObjectList(LoginEnvironment, MediaObjectListRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
getMediaObjectList - returns the list of media objects based on structure and key, if indicated the list will include base64 encoded thumbnail of images
getMediaObjects() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
getMessage() - Method in class com.oracle.e1.aisclient.LogRequest
 
getMoKey() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
getMoStructure() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
getMoType() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getMoTypes() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
getName() - Method in class com.oracle.e1.aisclient.Capability
 
getName() - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
 
getObjectMapper() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getOperator() - Method in class com.oracle.e1.aisclient.query.Condition
 
getOperator() - Method in class com.oracle.e1.aisclient.query.DateOperator
 
getOperator() - Method in class com.oracle.e1.aisclient.query.NumericOperator
 
getOperator() - Method in class com.oracle.e1.aisclient.query.StringOperator
 
getOptionType(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
getOptionType returns the integer represationation for the type of the value matching the key passed, constants for the types are defined in the ProcessingOptionSet class for comparison
getOptionValue(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
getOptionValue reterns an object of the proper type with a value from the processing option set based on the key string
getOrchestration() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getParentTaskId() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getParentTaskId() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
getPassword() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getPassword() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getPoStringJSON() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getProcessingOptions() - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
getPsToken() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getQuery() - Method in class com.oracle.e1.aisclient.FSRParent
 
getQueue() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getRequestedDataItems() - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
 
getRequestedItems() - Method in class com.oracle.e1.aisclient.jargon.JargonResponse
 
getRequiredCapabilities() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getReturnControlIDs() - Method in class com.oracle.e1.aisclient.ActionRequest
 
getReturnControlIDs() - Method in class com.oracle.e1.aisclient.FSRParent
 
getReturnControlIDs() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getRid() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getRID() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getRole() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getRole() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getRole() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getRowDescription() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
getRowNumber() - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
getSaveURL() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteRequest
 
getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
getShortDescription() - Method in class com.oracle.e1.aisclient.Capability
 
getSimpleDateFormat() - Method in class com.oracle.e1.aisclient.UserInfo
 
getSpecialValueId() - Method in class com.oracle.e1.aisclient.query.QueryValue
 
getSsoUniqueId() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getStackId() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getStackId() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getStateId() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getStateId() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getStopOnWarning() - Method in class com.oracle.e1.aisclient.FormRequest
 
getStopOnWarning() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getStringException() - Method in class com.oracle.e1.aisclient.LogRequest
 
getSysErrors() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getSystemCode() - Method in class com.oracle.e1.aisclient.jargon.JargonDataItem
 
getSystemCode() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
getSzDict() - Method in class com.oracle.e1.aisclient.jargon.JargonDataItem
 
getSzDict() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
getTargetName() - Method in class com.oracle.e1.aisclient.DataRequest
 
getTargetType() - Method in class com.oracle.e1.aisclient.DataRequest
 
getTaskDescription() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getTaskFlowPath() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getTaskId() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getTaskId() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
getTasks() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getTaskViewId() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
getText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
 
getTextMediaObject(LoginEnvironment, MediaObjectGetTextRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
getTextMediaObject allows you to request the text of the first text media object based on the media object structure, key
getThumbFileLocation() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
getThumbFileLocation() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getThumbnailSize() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
getTITLE() - Method in class com.oracle.e1.aisclient.StackErrorWarning
 
getToken() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getToken() - Method in class com.oracle.e1.aisclient.LogoutRequest
 
getToken() - Method in class com.oracle.e1.aisclient.LogRequest
 
getToken() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getToken() - Method in class com.oracle.e1.aisclient.UserInfo
 
getType() - Method in class com.oracle.e1.aisclient.ProcessingOption
 
getType() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getUniquefilename() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
getUpdateDate() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getUpdateHourOfDay() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getUpdateMinuteOfHour() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getUpdateSecondOfMinute() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getUpdateTextStatus() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextResponse
 
getUpdateUserID() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getUrlText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlRequest
 
getUrlText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
getUsedCapabilities() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getUser() - Method in class com.oracle.e1.aisclient.LogRequest
 
getUserFormattedDateString(Date, LoginEnvironment) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Returns a formated date string based on the logged in users date format configured in EnterpriseOne Web Client.
getUserInfo() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getUsername() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getUsername() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getUsername() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getValue() - Method in class com.oracle.e1.aisclient.FIStructure
 
getValue() - Method in class com.oracle.e1.aisclient.FormAction
 
getValue() - Method in class com.oracle.e1.aisclient.GridColumnEvent
 
getValue() - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
 
getValue() - Method in class com.oracle.e1.aisclient.ProcessingOption
 
getValue() - Method in class com.oracle.e1.aisclient.query.Condition
 
getValue() - Method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
getVersion() - Method in class com.oracle.e1.aisclient.FormRequest
 
getVersion() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getVersion() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
getVersion() - Method in class com.oracle.e1.aisclient.ProcessingOptionRequest
 
getVersion() - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
getVersion() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getWidth() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
GREATER() - Static method in class com.oracle.e1.aisclient.query.DateOperator
 
GREATER() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
 
GREATER() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
GREATER_EQUAL() - Static method in class com.oracle.e1.aisclient.query.DateOperator
 
GREATER_EQUAL() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
 
GREATER_EQUAL() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
GRID - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
GRID_CELL_CLICK - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
GridAction - Class in com.oracle.e1.aisclient
Contains actions for updating or inserting grid records to an EnterpriseOne grid.
GridAction(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.GridAction
 
GridColumnEvent - Class in com.oracle.e1.aisclient
An event executed on a column of a grid when an update or insert action is being performed.
GridColumnEvent() - Constructor for class com.oracle.e1.aisclient.GridColumnEvent
 
GridRowInsertEvent - Class in com.oracle.e1.aisclient
Allows you to set values on a grid row that is being inserted as part of a grid action
GridRowInsertEvent() - Constructor for class com.oracle.e1.aisclient.GridRowInsertEvent
 
GridRowUpdateEvent - Class in com.oracle.e1.aisclient
Allows you to set values on a grid row that is being updated as part of a grid action
GridRowUpdateEvent() - Constructor for class com.oracle.e1.aisclient.GridRowUpdateEvent
 
GridRowUpdateEvent(int) - Constructor for class com.oracle.e1.aisclient.GridRowUpdateEvent
 

H

handleServiceException(JDERestServiceException) - Static method in class com.oracle.e1.aisclient.JDERestServiceProvider
Based on the exception received from jdeRestServiceCall this functional will return an error string with more information about the error.

I

IGNORE_FDA_FIND_ON_ENTRY - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
insertGridRow(String, GridRowInsertEvent) - Method in class com.oracle.e1.aisclient.GridAction
Insert Grid Row to a Grid Row Insert Event
insertGridRow(GridRowInsertEvent) - Method in class com.oracle.e1.aisclient.GridAction
 
INTEGER_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
isAliasNaming() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isAllowBasicAuth() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isAllowUserPassword() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isAppendText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
 
isAutoClear() - Method in class com.oracle.e1.aisclient.query.Query
 
isAutoFind() - Method in class com.oracle.e1.aisclient.query.Query
 
isBatchDataRequest() - Method in class com.oracle.e1.aisclient.BatchDataRequest
 
isBypassFormServiceEREvent() - Method in class com.oracle.e1.aisclient.FormRequest
 
isBypassFormServiceEREvent() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
isCapabilityAvailable(LoginEnvironment, String) - Static method in class com.oracle.e1.aisclient.AISClientCapability
Provided the capability name, determine if that capability is available on the currently configured AIS server.
isDisplayEnvironment() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isDisplayJasServer() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isDisplayRole() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isHasValidTimestamp() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIncludeData() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
isIncludeURLs() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
isIsDefaultImage() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsImage() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsMisc() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsOLE() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsRTF() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
 
isIsShortCut() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsUpdated() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIsURL() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isKeepJasSessionOpen() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isRequiredCapabilityMissing() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isSsoAllowed() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isSsoEnabled() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isStopOnWarning() - Method in class com.oracle.e1.aisclient.ActionRequest
 
isSuccess() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
isUserAuthorized() - Method in class com.oracle.e1.aisclient.LoginResponse
 

J

JARGON - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
JARGON_SERVICE - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
JargonDataItem - Class in com.oracle.e1.aisclient.jargon
 
JargonDataItem() - Constructor for class com.oracle.e1.aisclient.jargon.JargonDataItem
 
JargonDataItem(String, String) - Constructor for class com.oracle.e1.aisclient.jargon.JargonDataItem
 
JargonRequest - Class in com.oracle.e1.aisclient.jargon
 
JargonRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.jargon.JargonRequest
 
JargonRequest(LoginEnvironment, String) - Constructor for class com.oracle.e1.aisclient.jargon.JargonRequest
 
JargonResponse - Class in com.oracle.e1.aisclient.jargon
 
JargonResponse() - Constructor for class com.oracle.e1.aisclient.jargon.JargonResponse
 
JargonResponseItem - Class in com.oracle.e1.aisclient.jargon
 
JargonResponseItem() - Constructor for class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
JASRequestBase - Class in com.oracle.e1.aisclient
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
JASRequestBase() - Constructor for class com.oracle.e1.aisclient.JASRequestBase
 
JASRequestBase(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.JASRequestBase
 
jdeRestServiceCall(LoginEnvironment, String, String, String) - Static method in class com.oracle.e1.aisclient.JDERestServiceProvider
Calls the requested method, passing in the string (which has already been serialized to JSON) to the service.
jdeRestServiceCall(LoginEnvironment, Object, String, String) - Static method in class com.oracle.e1.aisclient.JDERestServiceProvider
Calls the requested method passing in the object, which will be serialized to JSON before being sent to the service

Example:

LoginEnvironment loginEnv = new LoginEnvironment(AIS_SERVER, USER_NAME, PASSWORD, DEVICE);
FormRequest formRequest = new FormRequest(loginEnv);

formRequest.setFormServiceDemo(FormRequest.TRUE);
formRequest.setFormName("P01012_W01012B");
formRequest.setFormServiceAction(formRequest.ACTION_READ);

String response = JDERestServiceProvider.jdeRestServiceCall(loginEnv, formRequest, JDERestServiceProvider.POST_METHOD, JDERestServiceProvider.FORM_SERVICE_URI);


The response will be JSON String representation of the P01012_W01012B form.
JDERestServiceException - Exception in com.oracle.e1.aisclient
A JDERestServiceException is thrown if the service call to AIS fails for any reason.
JDERestServiceException(Throwable) - Constructor for exception com.oracle.e1.aisclient.JDERestServiceException
 
JDERestServiceException(String, Throwable) - Constructor for exception com.oracle.e1.aisclient.JDERestServiceException
 
JDERestServiceException(String) - Constructor for exception com.oracle.e1.aisclient.JDERestServiceException
 
JDERestServiceException() - Constructor for exception com.oracle.e1.aisclient.JDERestServiceException
 
JDERestServiceProvider - Class in com.oracle.e1.aisclient
Abstract Class JDERestServiceProvider provides methods for calling AIS services
JDERestServiceProvider() - Constructor for class com.oracle.e1.aisclient.JDERestServiceProvider
 

L

LESS() - Static method in class com.oracle.e1.aisclient.query.DateOperator
 
LESS() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
 
LESS() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
LESS_EQUAL() - Static method in class com.oracle.e1.aisclient.query.DateOperator
 
LESS_EQUAL() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
 
LESS_EQUAL() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
ListCondition - Class in com.oracle.e1.aisclient.query
ListCondition allows you to compare field values to a list of different possible values.
ListCondition() - Constructor for class com.oracle.e1.aisclient.query.ListCondition
 
LOG - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
log(LoginEnvironment, String, int, Exception) - Static method in class com.oracle.e1.aisclient.AISClientLogger
Sends a log request to the AIS server.
log(LoginEnvironment, String, int) - Static method in class com.oracle.e1.aisclient.AISClientLogger
Sends a request to the AIS server to log a message in the AIS server log, no exception to log.
LOGGER_NAME - Static variable in class com.oracle.e1.aisclient.AISClientUtilities
 
LoginEnvironment - Class in com.oracle.e1.aisclient
The LoginEnvironment establishes the connection with the AIS server based on user credentials, it is required input to all AIS calls.
LoginEnvironment(String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.LoginEnvironment
Construct a LoginEnvironment based the passed parameters
LoginEnvironment(String, String, String, String) - Constructor for class com.oracle.e1.aisclient.LoginEnvironment
Construct a LoginEnvironment based on the passed perameters
LoginEnvironment(String, String, String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.LoginEnvironment
Construct a LoginEnvironment based the passed perameters
LoginEnvironment(String, String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.LoginEnvironment
Construct a LoginEnvironment based on the passed parameters
LoginEnvironment(String, String, String, String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.LoginEnvironment
Construct a LoginEnvironment based the passed perameters, including jas server URL
LoginEnvironment(String, String, String, String, String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.LoginEnvironment
Construct a LoginEnvironment based the passed perameters, including jas server URL
LoginRequest - Class in com.oracle.e1.aisclient
The LoginRequest class is the expected input class to the jderest/tokenrequest REST service, it will be serialized to JSON to send to AIS.
LoginRequest() - Constructor for class com.oracle.e1.aisclient.LoginRequest
 
LoginResponse - Class in com.oracle.e1.aisclient
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
LoginResponse() - Constructor for class com.oracle.e1.aisclient.LoginResponse
 
logout(LoginEnvironment) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Calls AIS service to logout the currently logged in user
LogoutRequest - Class in com.oracle.e1.aisclient
Class representing the expected input to a tokenrequest/logout call to AIS - Will be serialized to JSON
LogoutRequest() - Constructor for class com.oracle.e1.aisclient.LogoutRequest
 
LogRequest - Class in com.oracle.e1.aisclient
Class representing the expected input to a log request call to AIS - Will be serialized to JSON
LogRequest() - Constructor for class com.oracle.e1.aisclient.LogRequest
 

M

MATCH_ALL - Static variable in class com.oracle.e1.aisclient.query.Query
 
MATCH_ANY - Static variable in class com.oracle.e1.aisclient.query.Query
 
MediaObject - Class in com.oracle.e1.aisclient.mediaobject
The MediaObject class contains information describing an EnterpriseOne Media object, the structure (name of structure e.g.
MediaObject() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObject
 
MediaObject(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObject
 
MediaObjectAddUrlRequest - Class in com.oracle.e1.aisclient.mediaobject
 
MediaObjectAddUrlRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlRequest
 
MediaObjectAddUrlResponse - Class in com.oracle.e1.aisclient.mediaobject
 
MediaObjectAddUrlResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
MediaObjectDeleteRequest - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectDeleteRequest is the input to the delete operation
MediaObjectDeleteRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteRequest
 
MediaObjectDeleteResponse - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectDeleteResponse is the response from the delete media object operation
MediaObjectDeleteResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
MediaObjectDownloadRequest - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectDownloadRequest is the input to the media object download operation
downloadURL - (String)(Optional) if you requested this value from the list request, send it to the server and it will save the step of fetching this URL, if you do not pass a value the URL will be fetched by AIS
sequence - (int) (Required) The sequence number of the attachment for this media object record
height - (int) (Optional) If the file you are downloading is an image the AIS server will scale the image to the requested width.
MediaObjectDownloadRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
MediaObjectDownloadResponse - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectDownloadResponse is the output of the media object download operation
MediaObjectDownloadResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadResponse
 
MediaObjectGetTextRequest - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectGetTextRequest is the input to the get text operation
MediaObjectGetTextRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextRequest
 
MediaObjectGetTextResponse - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectGetTextResponse is the output of the get text operation
MediaObjectGetTextResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
 
MediaObjectListItem - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectListItem is an individual media object within the response returned from the list operation.
MediaObjectListItem() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
MediaObjectListRequest - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectListRequest is the input to the media object list operation.
MediaObjectListRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
MediaObjectListResponse - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectListResponse is the output of the media object list operation
MediaObjectListResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
MediaObjectOperations - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectOperations Class provides an API for applications to access media objects in EnterpriseOne.
MediaObjectOperations() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
 
MediaObjectUpdateTextRequest - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectUpdateTextRequest is the input to the update text operation.
MediaObjectUpdateTextRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
 
MediaObjectUpdateTextResponse - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectUpdateTextResponse is the output of the update text operation
MediaObjectUpdateTextResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextResponse
 
MediaObjectUploadRequest - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectUploadRequest is the input to the upload operation
MediaObjectUploadRequest() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadRequest
 
MediaObjectUploadRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadRequest
 
MediaObjectUploadResponse - Class in com.oracle.e1.aisclient.mediaobject
MediaObjectUploadResponse is the response to the upload operation
MediaObjectUploadResponse() - Constructor for class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
MO_TYPE_FILE - Static variable in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
Request File Type Media Objects, that were uploaded to the webclient.
MO_TYPE_QUEUE - Static variable in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
Request File Type Media Objects, that were selected from a media object queue
MO_TYPE_TEXT - Static variable in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
Request Text Type Media Objects
MO_TYPE_URL - Static variable in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
Request url Type Media Objects

N

NOT_BLANK() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
NOT_EQUAL() - Static method in class com.oracle.e1.aisclient.query.DateOperator
 
NOT_EQUAL() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
 
NOT_EQUAL() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
NumberCondition - Class in com.oracle.e1.aisclient.query
Coditions that can be applied to Number comparisons.
NumberCondition(String) - Constructor for class com.oracle.e1.aisclient.query.NumberCondition
 
NumericOperator - Class in com.oracle.e1.aisclient.query
NumericOperator apply to number comparisons.
NumericOperator() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator
 
NumericOperator.EQUAL - Class in com.oracle.e1.aisclient.query
 
NumericOperator.EQUAL() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.EQUAL
 
NumericOperator.GREATER - Class in com.oracle.e1.aisclient.query
 
NumericOperator.GREATER() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.GREATER
 
NumericOperator.GREATER_EQUAL - Class in com.oracle.e1.aisclient.query
 
NumericOperator.GREATER_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.GREATER_EQUAL
 
NumericOperator.LESS - Class in com.oracle.e1.aisclient.query
 
NumericOperator.LESS() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.LESS
 
NumericOperator.LESS_EQUAL - Class in com.oracle.e1.aisclient.query
 
NumericOperator.LESS_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.LESS_EQUAL
 
NumericOperator.NOT_EQUAL - Class in com.oracle.e1.aisclient.query
 
NumericOperator.NOT_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.NOT_EQUAL
 

O

open(LoginEnvironment, FormRequest) - Method in class com.oracle.e1.aisclient.ApplicationStack
Open the first form of an application stack, perform any actions as if running a basic form service request
OPEN - Static variable in class com.oracle.e1.aisclient.ApplicationStackRequest
 
operator - Variable in class com.oracle.e1.aisclient.query.DateOperator
 
operator - Variable in class com.oracle.e1.aisclient.query.NumericOperator
 
operator - Variable in class com.oracle.e1.aisclient.query.StringOperator
 
OrchestrationInputValue - Class in com.oracle.e1.aisclient
Name value pairs used as the input to an orchestration.
OrchestrationInputValue() - Constructor for class com.oracle.e1.aisclient.OrchestrationInputValue
 
OrchestrationInputValue(String, String) - Constructor for class com.oracle.e1.aisclient.OrchestrationInputValue
 
OrchestrationRequest - Class in com.oracle.e1.aisclient
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"
OrchestrationRequest() - Constructor for class com.oracle.e1.aisclient.OrchestrationRequest
 
OrchestrationRequest(String, String, String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.OrchestrationRequest
Create an orchestration request with the inputs listed.
OrchestrationRequest(String, String, String) - Constructor for class com.oracle.e1.aisclient.OrchestrationRequest
Create an orchestration request with the inputs listed
OrchestrationRequest(String, String, String, String) - Constructor for class com.oracle.e1.aisclient.OrchestrationRequest
Create an orchestration request with the inputs listed
OrchestrationRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.OrchestrationRequest
Create an OrchestrationRequest using a loginEnvironment

P

photoCount(LoginEnvironment, String, String, String, String) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
photoCount returns the count of photos (jpg,png,gif,jpeg) stored for that media object structure and key, form name and version must be provided for security.
PO_SERVICE - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
POST_METHOD - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
prependToURL(String) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
fixes url to default http in front
PROCESSING_OPTION - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
ProcessingOption - Class in com.oracle.e1.aisclient
Part of a ProcessingOptionSet, it is the name value pair that will be populated after a call to the AIS processingoption service
ProcessingOption() - Constructor for class com.oracle.e1.aisclient.ProcessingOption
 
ProcessingOption(int, String) - Constructor for class com.oracle.e1.aisclient.ProcessingOption
 
ProcessingOptionRequest - Class in com.oracle.e1.aisclient
ProcessingOptionRequest object will be serialized to JSON and sent as input to the AIS processingoption service.
ProcessingOptionRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.ProcessingOptionRequest
 
ProcessingOptionsSet - Class in com.oracle.e1.aisclient
After a call to the AIS processingoption service the JSON response will be de-serialized a ProcessingOptionSet
ProcessingOptionsSet() - Constructor for class com.oracle.e1.aisclient.ProcessingOptionsSet
 

Q

QUERY - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
Query - Class in com.oracle.e1.aisclient.query
Query object holds all of the query conditions you want to be applied to an EnerpriesOne form query.
Query(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.query.Query
Create a Query, and add it to a form request, to apply that query to the request.
QueryValue - Class in com.oracle.e1.aisclient.query
The value to be compared with the specified field.
QueryValue() - Constructor for class com.oracle.e1.aisclient.query.QueryValue
 

R

replaceUnicodeChars(String) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Replaces unicode characters for error messages returned in form service requests, which may have these characters.

S

SELECT_ALL_GRID_ROWS - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
selectAllGridRows(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.FSREvent
 
selectComboItem(String, int) - Method in class com.oracle.e1.aisclient.FSREvent
 
selectRadioButton(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
selectRow(String, int) - Method in class com.oracle.e1.aisclient.FSREvent
 
SERVER_PROCESS_ERROR - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
setAction(String) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setActionRequest(ActionRequest) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setAddressNumber(int) - Method in class com.oracle.e1.aisclient.UserInfo
 
setAisServer(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setAisServerURL(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setAisVersion(String) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setAliasNaming(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setAllowBasicAuth(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setAllowUserPassword(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setAlphaName(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setAltPoStringJSON(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setAppendText(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
 
setApplication(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setApplication(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
setApplicationId(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setApplicationName(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setApplicationName(String) - Method in class com.oracle.e1.aisclient.LoginRequest
 
setApplicationName(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionRequest
 
setApplicationVersion(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setApplicationVersion(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setAppsRelease(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setAsOfRelease(String) - Method in class com.oracle.e1.aisclient.Capability
 
setAuthorizedTasks(ArrayList<Task>) - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationResponse
 
setAutoClear(boolean) - Method in class com.oracle.e1.aisclient.query.Query
Set AutoClear to true to clear the form before performing the query
setAutoFind(boolean) - Method in class com.oracle.e1.aisclient.query.Query
Set AutoFind to true to automatically press the find button to popoulate the reocrds.
setBatchDataRequest(boolean) - Method in class com.oracle.e1.aisclient.BatchDataRequest
 
setBypassFormServiceEREvent(boolean) - Method in class com.oracle.e1.aisclient.FormRequest
 
setBypassFormServiceEREvent(boolean) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setCapabilityList(Capability[]) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setColTitle(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setColumnID(String) - Method in class com.oracle.e1.aisclient.GridColumnEvent
 
setCommand(String) - Method in class com.oracle.e1.aisclient.FormAction
 
setCommand(String) - Method in class com.oracle.e1.aisclient.GridColumnEvent
 
setCondition(ArrayList<Condition>) - Method in class com.oracle.e1.aisclient.query.Query
 
setContent(String) - Method in class com.oracle.e1.aisclient.query.QueryValue
 
setControlID(String) - Method in class com.oracle.e1.aisclient.FormAction
 
setControlId(String) - Method in class com.oracle.e1.aisclient.query.Condition
 
setCount(int) - Method in class com.oracle.e1.aisclient.CountResponse
 
setCountImage(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
setCountText(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
setCurrentApp(String) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setData(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setDataRequests(ArrayList<DataRequest>) - Method in class com.oracle.e1.aisclient.BatchDataRequest
 
setDataServiceType(String) - Method in class com.oracle.e1.aisclient.DataRequest
 
setDateFormat(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setDateSeperator(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setDecimalFormat(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setDefaultEnvironment(String) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setDefaultJasServer(String) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setDefaultRole(String) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setDefaultSystemCode(String) - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
 
setDeleteStatus(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
setDESC(String) - Method in class com.oracle.e1.aisclient.StackErrorWarning
 
setDeviceName(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setDeviceName(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setDeviceName(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setDeviceName(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setDisplayEnvironment(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setDisplayJasServer(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setDisplayRole(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setDownloadUrl(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
setDownloadURL(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
setDownloadUrl(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setEnvironment(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setEnvironment(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setEnvironment(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setError(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
setErrors(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
setExtensions(ArrayList<String>) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setFieldValue(String, String) - Method in class com.oracle.e1.aisclient.FSREvent
 
setFieldValueDate(LoginEnvironment, String, Date) - Method in class com.oracle.e1.aisclient.FSREvent
 
setFile(FileAttachment) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadResponse
 
setFile(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setFile(FileAttachment) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadRequest
 
setFileLocation(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
setFileLocation(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteRequest
 
setFileLocation(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
setFileName(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
setFileName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
setFindOnEntry(String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setFindOnEntry(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormActions(ArrayList) - Method in class com.oracle.e1.aisclient.ActionRequest
 
setFormActions(ArrayList<FormAction>) - Method in class com.oracle.e1.aisclient.FSRParent
 
setFormActions(ArrayList<FormAction>) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormDSData(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setFormDSData(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormDSTmpl(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setFormDSTmpl(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormInputs(Collection) - Method in class com.oracle.e1.aisclient.FormRequest
 
setFormInputs(Collection<FIStructure>) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormName(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setFormName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
setFormName(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormOID(String) - Method in class com.oracle.e1.aisclient.ActionRequest
 
setFormRequest(FormRequest) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setFormRequests(ArrayList) - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
setFormServiceAction(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setFormServiceAction(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormServiceDemo(String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setFormServiceDemo(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setGridAction(GridAction) - Method in class com.oracle.e1.aisclient.FormAction
 
setGridColumnComboValue(String, String) - Method in class com.oracle.e1.aisclient.GridRowInsertEvent
 
setGridColumnComboValue(String, String) - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
setGridColumnEvents(ArrayList<GridColumnEvent>) - Method in class com.oracle.e1.aisclient.GridRowInsertEvent
 
setGridColumnEvents(ArrayList<GridColumnEvent>) - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
setGridColumnValue(String, String) - Method in class com.oracle.e1.aisclient.GridRowInsertEvent
 
setGridColumnValue(String, String) - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
setGridColumnValueDate(String, Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.GridRowInsertEvent
 
setGridColumnValueDate(String, Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
setGridID(String) - Method in class com.oracle.e1.aisclient.GridAction
 
setGridRowInsertEvents(ArrayList<GridRowInsertEvent>) - Method in class com.oracle.e1.aisclient.GridAction
 
setGridRowUpdateEvents(ArrayList<GridRowUpdateEvent>) - Method in class com.oracle.e1.aisclient.GridAction
 
setHasValidTimestamp(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setHeight(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
setIconPath(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setId(String) - Method in class com.oracle.e1.aisclient.FIStructure
 
setIgnoreFDAFindOnEntry(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setIncludeData(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setIncludeURLs(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setInputPassword(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setInputs(ArrayList<OrchestrationInputValue>) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
Set the input values to the orchestration.
setInputText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
 
setInputUser(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setIsDefaultImage(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsImage(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsMisc(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsOLE(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsRTF(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
 
setIsShortCut(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsText(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsUpdated(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setIsURL(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
setJasserver(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setJasserver(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setJasServer(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setJSessionId(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setKeepJasSessionOpen(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setLangPref(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setLanguage(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setLevel(int) - Method in class com.oracle.e1.aisclient.LogRequest
 
setLevel(int) - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
setLink(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setLocale(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setLoginResponse(LoginResponse) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setLongDescription(String) - Method in class com.oracle.e1.aisclient.Capability
 
setMatchType(String) - Method in class com.oracle.e1.aisclient.query.Query
Set the match type to MATCH_ALL to indicate all of the conditions must be met (AND).
setMaxPageSize(String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setMaxPageSize(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setMediaObjects(MediaObjectListItem[]) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
setMessage(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setMoKey(ArrayList<String>) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
setMoStructure(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
setMoType(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setMoTypes(ArrayList<String>) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setName(String) - Method in class com.oracle.e1.aisclient.Capability
 
setName(String) - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
 
setOperator(String) - Method in class com.oracle.e1.aisclient.query.Condition
 
setOperator(String) - Method in class com.oracle.e1.aisclient.query.DateOperator
 
setOperator(String) - Method in class com.oracle.e1.aisclient.query.NumericOperator
 
setOperator(String) - Method in class com.oracle.e1.aisclient.query.StringOperator
 
setOrchestration(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setParentTaskId(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setParentTaskId(String) - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
setPassword(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setPassword(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setPoStringJSON(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setProcessingOptions(HashMap<String, ProcessingOption>) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
setPsToken(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setQBEValue(String, String) - Method in class com.oracle.e1.aisclient.FSREvent
 
setQBEValueDate(String, Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.FSREvent
 
setQuery(Query) - Method in class com.oracle.e1.aisclient.FSRParent
 
setQueue(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setRequestedDataItems(List<JargonDataItem>) - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
 
setRequestedItems(List<JargonResponseItem>) - Method in class com.oracle.e1.aisclient.jargon.JargonResponse
 
setRequiredCapabilities(ArrayList<String>) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setRequiredCapabilityMissing(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setReturnControlIDs(String) - Method in class com.oracle.e1.aisclient.ActionRequest
 
setReturnControlIDs(String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setReturnControlIDs(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setRid(String) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setRID(String) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setRole(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setRole(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setRole(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setRowDescription(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setRowNumber(int) - Method in class com.oracle.e1.aisclient.GridRowUpdateEvent
 
setSaveURL(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteRequest
 
setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
setShortDescription(String) - Method in class com.oracle.e1.aisclient.Capability
 
setSimpleDateFormat(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setSpecialDateValue(DateSpecialValue, int) - Method in class com.oracle.e1.aisclient.query.DateCondition
Set special date values for the comparison.
setSpecialDateValues(DateSpecialValue, int, DateSpecialValue, int) - Method in class com.oracle.e1.aisclient.query.BetweenCondition
Set special date values for the between comparison, for example the value in the field must be between today minus 10 days and today.
setSpecialValueId(String) - Method in class com.oracle.e1.aisclient.query.QueryValue
 
setSsoAllowed(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setSsoEnabled(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setSsoUniqueId(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setStackId(int) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setStackId(int) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setStateId(int) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setStateId(int) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setStopOnWarning(boolean) - Method in class com.oracle.e1.aisclient.ActionRequest
 
setStopOnWarning(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setStopOnWarning(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setStringException(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setSuccess(boolean) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setSysErrors(StackErrorWarning[]) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setSystemCode(String) - Method in class com.oracle.e1.aisclient.jargon.JargonDataItem
 
setSystemCode(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setSzDict(String) - Method in class com.oracle.e1.aisclient.jargon.JargonDataItem
 
setSzDict(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setTargetName(String) - Method in class com.oracle.e1.aisclient.DataRequest
 
setTargetType(String) - Method in class com.oracle.e1.aisclient.DataRequest
 
setTaskDescription(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setTaskFlowPath(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setTaskId(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setTaskId(String) - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
setTasks(ArrayList<Task>) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setTaskViewId(String) - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
setText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
 
setThumbFileLocation(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
 
setThumbFileLocation(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setThumbnailSize(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setTITLE(String) - Method in class com.oracle.e1.aisclient.StackErrorWarning
 
setToken(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setToken(String) - Method in class com.oracle.e1.aisclient.LogoutRequest
 
setToken(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setToken(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setToken(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setType(int) - Method in class com.oracle.e1.aisclient.ProcessingOption
 
setType(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setUniquefilename(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
 
setUpdateDate(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setUpdateHourOfDay(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setUpdateMinuteOfHour(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setUpdateSecondOfMinute(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setUpdateTextStatus(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextResponse
 
setUpdateUserID(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setUrlText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlRequest
 
setUrlText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
 
setUsedCapabilities(ArrayList<String>) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setUser(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setUserAuthorized(boolean) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setUserInfo(UserInfo) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setUsername(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setUsername(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setUsername(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setValue(String) - Method in class com.oracle.e1.aisclient.FIStructure
 
setValue(String) - Method in class com.oracle.e1.aisclient.FormAction
 
setValue(String) - Method in class com.oracle.e1.aisclient.GridColumnEvent
 
setValue(String) - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
 
setValue(String) - Method in class com.oracle.e1.aisclient.ProcessingOption
 
setValue(String) - Method in class com.oracle.e1.aisclient.query.Condition
Set a string value for the comparison in this condiition
setValue(ArrayList<QueryValue>) - Method in class com.oracle.e1.aisclient.query.Condition
 
setValue(Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.query.DateCondition
Set the value for this comparison with a date
setValue(String) - Method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
setValue(Integer) - Method in class com.oracle.e1.aisclient.query.NumberCondition
Set the comparison value with an Integer
setValue(BigDecimal) - Method in class com.oracle.e1.aisclient.query.NumberCondition
Set the comparison value with a BigDecimal
setValues(String, String) - Method in class com.oracle.e1.aisclient.query.BetweenCondition
Set the values for the between comparison, field value must be between the left and right values.
setValues(Date, Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.query.BetweenCondition
Set the values for the between comparis on of a date
setValueUserId() - Method in class com.oracle.e1.aisclient.query.StringCondition
Set the value to compare to the current enterprise one user ID.
setVersion(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setVersion(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setVersion(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObject
 
setVersion(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionRequest
 
setVersion(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
setVersion(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setWidth(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
SEVERE - Static variable in class com.oracle.e1.aisclient.AISClientLogger
 
SingleFormRequest - Class in com.oracle.e1.aisclient
A SingleFormRequest is one of the possible multiple form requests you may put into a batchformrequest to be sent to AIS.
SingleFormRequest() - Constructor for class com.oracle.e1.aisclient.SingleFormRequest
 
StackErrorWarning - Class in com.oracle.e1.aisclient
Included in an ApplicationStackResponse, it contains any errors or warning returned from AIS for the stack call
StackErrorWarning() - Constructor for class com.oracle.e1.aisclient.StackErrorWarning
 
START_WITH() - Static method in class com.oracle.e1.aisclient.query.StringOperator
 
STR_SV_LITERAL - Static variable in class com.oracle.e1.aisclient.query.Query
 
STR_SV_TODAY - Static variable in class com.oracle.e1.aisclient.query.DateSpecialValue
 
STRING_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
StringCondition - Class in com.oracle.e1.aisclient.query
Condition used to compare string fields.
StringCondition(String) - Constructor for class com.oracle.e1.aisclient.query.StringCondition
 
StringOperator - Class in com.oracle.e1.aisclient.query
Operators that apply to string fields.
StringOperator() - Constructor for class com.oracle.e1.aisclient.query.StringOperator
 
StringOperator.BLANK - Class in com.oracle.e1.aisclient.query
 
StringOperator.BLANK() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.BLANK
 
StringOperator.CONTAINS - Class in com.oracle.e1.aisclient.query
 
StringOperator.CONTAINS() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.CONTAINS
 
StringOperator.END_WITH - Class in com.oracle.e1.aisclient.query
 
StringOperator.END_WITH() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.END_WITH
 
StringOperator.EQUAL - Class in com.oracle.e1.aisclient.query
 
StringOperator.EQUAL() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.EQUAL
 
StringOperator.GREATER - Class in com.oracle.e1.aisclient.query
 
StringOperator.GREATER() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.GREATER
 
StringOperator.GREATER_EQUAL - Class in com.oracle.e1.aisclient.query
 
StringOperator.GREATER_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.GREATER_EQUAL
 
StringOperator.LESS - Class in com.oracle.e1.aisclient.query
 
StringOperator.LESS() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.LESS
 
StringOperator.LESS_EQUAL - Class in com.oracle.e1.aisclient.query
 
StringOperator.LESS_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.LESS_EQUAL
 
StringOperator.NOT_BLANK - Class in com.oracle.e1.aisclient.query
 
StringOperator.NOT_BLANK() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.NOT_BLANK
 
StringOperator.NOT_EQUAL - Class in com.oracle.e1.aisclient.query
 
StringOperator.NOT_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.NOT_EQUAL
 
StringOperator.START_WITH - Class in com.oracle.e1.aisclient.query
 
StringOperator.START_WITH() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.START_WITH
 

T

TARGET_TABLE - Static variable in class com.oracle.e1.aisclient.DataRequest
 
TARGET_VIEW - Static variable in class com.oracle.e1.aisclient.DataRequest
 
Task - Class in com.oracle.e1.aisclient.taskauthorization
 
Task() - Constructor for class com.oracle.e1.aisclient.taskauthorization.Task
 
TASK_AUTHORIZATION - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
TASK_AUTHORIZATION - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
TaskAuthorizationRequest - Class in com.oracle.e1.aisclient.taskauthorization
TaskAuthoirizationRequest is the input object for the taskauthorization service.
TaskAuthorizationRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
 
TaskAuthorizationResponse - Class in com.oracle.e1.aisclient.taskauthorization
 
TaskAuthorizationResponse() - Constructor for class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationResponse
 
TIMEOUT_ERROR - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
TODAY() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TODAY_MINUS_DAY() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TODAY_MINUS_MONTH() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TODAY_MINUS_YEAR() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TODAY_PLUS_DAY() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TODAY_PLUS_MONTH() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TODAY_PLUS_YEAR() - Static method in class com.oracle.e1.aisclient.query.DateSpecialValue
 
TOKEN_REQUEST_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
toString() - Method in class com.oracle.e1.aisclient.Capability
 
TRUE - Static variable in class com.oracle.e1.aisclient.FormRequest
 
turnOnLogging() - Static method in class com.oracle.e1.aisclient.AISClientUtilities
Turns on logging output to console, level is set to FINEST, all AISClient logging is at FINEST level
TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
TYPE_BROWSE - Static variable in class com.oracle.e1.aisclient.DataRequest
 
TYPE_COUNT - Static variable in class com.oracle.e1.aisclient.DataRequest
 

U

unselectAllGridRows(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.FSREvent
 
unSelectRow(LoginEnvironment, String, int) - Method in class com.oracle.e1.aisclient.FSREvent
 
updateGridRow(String, int, GridRowUpdateEvent) - Method in class com.oracle.e1.aisclient.GridAction
 
updateGridRow(int, GridRowUpdateEvent) - Method in class com.oracle.e1.aisclient.GridAction
 
updateTextMediaObject(LoginEnvironment, MediaObjectUpdateTextRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
updateTextMediaObject allows you to update the first text media ogject based on the media object structure, key
uploadMediaObject(LoginEnvironment, MediaObjectUploadRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
uploadMediaObject - will upload a single file to the media object based on structure and key
UserInfo - Class in com.oracle.e1.aisclient
UserInfo is contained within the LoginResponse object, which is populated after JSON response from tokenrequest call is de-serialized to the LoginResponse class.
UserInfo() - Constructor for class com.oracle.e1.aisclient.UserInfo
 

V

VALUE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
value - Variable in class com.oracle.e1.aisclient.query.DateSpecialValue
 

W

WARN - Static variable in class com.oracle.e1.aisclient.AISClientLogger
 
A B C D E F G H I J L M N O P Q R S T U V W 

JD Edwards EnterpriseOne AIS Client API Reference

Release 1.2.1

E62369-02

Copyright © 2015 Oracle and/or its affiliates. All Rights Reserved.