JD Edwards EnterpriseOne AIS Client API Reference

Release 2.0.3

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

A

ACTION_CONTROLS - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
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
 
addAggregationColumn(String, AggregationType) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
addAggregationColumn(String, String, AggregationType) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an aggregation column to the request
addAggregationGroupBy(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Deprecated.
addAggregationGroupBy(String, String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an aggregation group by to the request
addAggregationGroupBy(LoginEnvironment, String, String, String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an aggregation group by to the request, with a special date group by string (use constants)
addAggregationGroupBy(LoginEnvironment, String, String, SimpleDateFormat) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an aggregation group by to the request, with a special date group by based on SimpleDateFormat The result will be grouped by date and the dates will be formated in the requested format
addAggregationOrderBy(String, OrderByDirection) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
addAggregationOrderBy(String, String, OrderByDirection) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an order by to the aggregation request
addAggregationOrderBy(String, AggregationType, OrderByDirection) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
addAggregationOrderBy(String, String, AggregationType, OrderByDirection) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an order by to the aggregation request, where the order is based on an aggregation result
addAggregationOrderBy(String, String, OrderByDirection) - Method in class com.oracle.e1.aisclient.aggregation.FormServiceOrderBy
Use this method to add an order by to the aggregation request
addAggregationOrderByCount(OrderByDirection) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to add an order by to the aggregation request, where the order is based on a count result
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.
addCount() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
Use this method to request a COUNT * aggregation
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
 
addFormInterconnect(String, String) - Method in class com.oracle.e1.aisclient.message.Shortcut
 
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
 
addHavingBetweenCondition(String, AggregationType) - Method in class com.oracle.e1.aisclient.aggregation.Having
addHavingBetweenCondition(String, String, AggregationType) - Method in class com.oracle.e1.aisclient.aggregation.Having
Add a between condition to reduce the response to aggregation values between two other specified values.
addHavingListCondition(String, AggregationType) - Method in class com.oracle.e1.aisclient.aggregation.Having
addHavingListCondition(String, String, AggregationType) - Method in class com.oracle.e1.aisclient.aggregation.Having
Add a list condition to reduce the response to aggregation values in the list.
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, AggregationType, NumericOperator, BigDecimal) - Method in class com.oracle.e1.aisclient.aggregation.Having
addNumberCondition(String, AggregationType, NumericOperator, Integer) - Method in class com.oracle.e1.aisclient.aggregation.Having
addNumberCondition(String, String, AggregationType, NumericOperator, BigDecimal) - Method in class com.oracle.e1.aisclient.aggregation.Having
Add a number condition to to reduce the response to aggregation values that compare to a BigDecimal value
addNumberCondition(String, String, AggregationType, NumericOperator, Integer) - Method in class com.oracle.e1.aisclient.aggregation.Having
Add a number condition to to reduce the response to aggregation values that compare to an Integer value
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
addNumberCondition(String, NumericOperator, BigDecimal) - Method in class com.oracle.e1.aisclient.query.Query
Add a number condition to compare a field from the form to a numeric BigDecimal value
addNumberCondition(String, NumericOperator, Integer) - Method in class com.oracle.e1.aisclient.query.Query
Add a number condition to compare a field from the form to a numeric Integer value
addOrderBy(LoginEnvironment, String, String, OrderByDirection) - Method in class com.oracle.e1.aisclient.DataRequest
Use this method to add an order by to the request
addQueryAnd(Query) - Method in class com.oracle.e1.aisclient.query.ComplexQuery
 
addQueryOr(Query) - Method in class com.oracle.e1.aisclient.query.ComplexQuery
 
ADDRESS_NUMBER_TYPE - Static variable in class com.oracle.e1.aisclient.message.Recipient
 
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
addToCurrencyCols(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
addToCurrencyCols(String, String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
Add to the list of columns the currency decimals will be applied to
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
 
addToKeyCols(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
addToKeyCols(String, String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
Add to the list of key columns for currency processing
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(Integer) - Method in class com.oracle.e1.aisclient.aggregation.HavingListCondition
Add a string value to the list
addValue(BigDecimal) - Method in class com.oracle.e1.aisclient.aggregation.HavingListCondition
Add a string value to the list
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
 
ADMIN_SERVICE_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
AGG_TYPE_AVG() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Average
AGG_TYPE_AVG_DISTINCT() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Average Distinct
AGG_TYPE_COUNT() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Count Distinct
AGG_TYPE_COUNT_DISTINCT() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Count Distinct
AGG_TYPE_MAX() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Maximum Value
AGG_TYPE_MIN() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Minimum Value
AGG_TYPE_SUM() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Sum
AGG_TYPE_SUM_DISTINCT() - Static method in class com.oracle.e1.aisclient.aggregation.AggregationType
Use this method to specify the aggregation type as Sum Distitinct
AGGREGATION_CURRENCY_DECIMAL - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
AggregationInfo - Class in com.oracle.e1.aisclient.aggregation
This class holds the aggregation information that can be included in a data request where aggregation is desired

See exampe code for aggregation below
AggregationInfo(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
AggregationInfo.CurrencyProcessing - Class in com.oracle.e1.aisclient.aggregation
Used for providing currency decimal processing parameters within an aggregation request.
AggregationInfo.CurrencyProcessing(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
AggregationItem - Class in com.oracle.e1.aisclient.aggregation
The column level specification to be used for including a column within an aggregation, groupby or orderby clause
AggregationItem() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationItem
 
AggregationItem(String, String) - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationItem
 
AggregationItem(String) - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationItem
 
AggregationItem(String, String, boolean) - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationItem
 
AggregationItem(String, String, String) - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationItem
 
AggregationResponseHelper - Class in com.oracle.e1.aisclient.aggregation
This helper class includes methods to help with de-serialization of the data response with aggregate values.
AggregationResponseHelper() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
 
AggregationType - Class in com.oracle.e1.aisclient.aggregation
This class holds information about the the type of aggregation requested for a column in an aggregation request.
AggregationType() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType
 
AggregationType.AGG_TYPE_AVG - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Average aggregation
AggregationType.AGG_TYPE_AVG() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_AVG
 
AggregationType.AGG_TYPE_AVG_DISTINCT - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Average Distict aggregation
AggregationType.AGG_TYPE_AVG_DISTINCT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_AVG_DISTINCT
 
AggregationType.AGG_TYPE_COUNT - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Count Distict aggregation
AggregationType.AGG_TYPE_COUNT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_COUNT
 
AggregationType.AGG_TYPE_COUNT_DISTINCT - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Count Distict aggregation
AggregationType.AGG_TYPE_COUNT_DISTINCT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_COUNT_DISTINCT
 
AggregationType.AGG_TYPE_MAX - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Max aggregation
AggregationType.AGG_TYPE_MAX() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_MAX
 
AggregationType.AGG_TYPE_MIN - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Min aggregation
AggregationType.AGG_TYPE_MIN() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_MIN
 
AggregationType.AGG_TYPE_SUM - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Sum aggregation
AggregationType.AGG_TYPE_SUM() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_SUM
 
AggregationType.AGG_TYPE_SUM_DISTINCT - Class in com.oracle.e1.aisclient.aggregation
Pass this type to perform an Sum Distict aggregation
AggregationType.AGG_TYPE_SUM_DISTINCT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_SUM_DISTINCT
 
AID - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
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
 
aisClientLogger - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
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
 
AISRequest - Class in com.oracle.e1.aisclient
Provides the login/session information required for every service request
AISRequest() - Constructor for class com.oracle.e1.aisclient.AISRequest
 
AISRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.AISRequest
 
AISRequestBase - 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
AISRequestBase() - Constructor for class com.oracle.e1.aisclient.AISRequestBase
 
AISRequestBase(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.AISRequestBase
 
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
 
ApplicationStackRequest() - 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
 
AS_IF_CURRENCY - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
AUTH_ERROR - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
AVAILABLE_QUERIES - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
AvailableUDOItem - Class in com.oracle.e1.aisclient
 
AvailableUDOItem() - Constructor for class com.oracle.e1.aisclient.AvailableUDOItem
 
AvailableUDOListDefault - Class in com.oracle.e1.aisclient
 
AvailableUDOListDefault() - Constructor for class com.oracle.e1.aisclient.AvailableUDOListDefault
 
AvailableUDOListObject - Class in com.oracle.e1.aisclient
 
AvailableUDOListObject() - Constructor for class com.oracle.e1.aisclient.AvailableUDOListObject
 

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
 
BatchDataRequest() - 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
 
BatchFormRequest() - 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
 
BOOLEAN - Static variable in class com.oracle.e1.aisclient.notification.Notification
 
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_QUARTER - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
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
 
CLICK_AGG_GRID_COL - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
clickAggregateGridColumn(LoginEnvironment, String, String) - Method in class com.oracle.e1.aisclient.FSREvent
Sends an action request to click the grid column aggregation icon
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.aggregation - package com.oracle.e1.aisclient.aggregation
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to request aggregation of columns in a data request Aggregation is new in version 1.3.3 of API, and is dependent on AIS version 9.2.0.3
com.oracle.e1.aisclient.jargon - package com.oracle.e1.aisclient.jargon
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to perform jargon service reqeusts.
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.message - package com.oracle.e1.aisclient.message
 
com.oracle.e1.aisclient.notification - package com.oracle.e1.aisclient.notification
 
com.oracle.e1.aisclient.preference - package com.oracle.e1.aisclient.preference
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to execute the preference service
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
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to execute the Task Authorization Service
com.oracle.e1.aisclient.watchlist - package com.oracle.e1.aisclient.watchlist
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to execute the Watchlist Service
COMPANY - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
COMPLEX_QUERY - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
ComplexQuery - Class in com.oracle.e1.aisclient.query
ComplexQuery object holds several queries to be applied to an EnerpriesOne form/table/view.
ComplexQuery() - Constructor for class com.oracle.e1.aisclient.query.ComplexQuery
 
ComplexQueryFragment - Class in com.oracle.e1.aisclient.query
 
ComplexQueryFragment() - Constructor for class com.oracle.e1.aisclient.query.ComplexQueryFragment
 
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
 
CONTACT_TYPE - Static variable in class com.oracle.e1.aisclient.message.Recipient
 
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.
COUNT - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
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
 
CountResponse.Output - Class in com.oracle.e1.aisclient
 
CountResponse.Output() - Constructor for class com.oracle.e1.aisclient.CountResponse.Output
 
createConnectionInstance(URL) - Static method in class com.oracle.e1.aisclient.E1ConnectionFactory
 
createHTTPConnectionInstance(URL) - Static method in class com.oracle.e1.aisclient.E1ConnectionFactory
 
CURRENCYCODE - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 

D

DATA_BROWSE - Static variable in class com.oracle.e1.aisclient.query.ListAvailableQueriesRequest
 
DATA_BROWSE - Static variable in class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistRequest
 
DATA_SERVICE - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
DATA_SERVICE_AGGREGATION - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
DATA_SERVICE_ORDERBY - 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
 
DataRequest() - Constructor for class com.oracle.e1.aisclient.DataRequest
 
DataRequestLinks - Class in com.oracle.e1.aisclient
 
DataRequestLinks() - Constructor for class com.oracle.e1.aisclient.DataRequestLinks
 
DATE_GROUP_SPECIAL_HANDLING - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
DATE_TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
DATE_USER_FORMATTED - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
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
 
defaultConfigRequest(String) - Static method in class com.oracle.e1.aisclient.JDERestServiceProvider
Default config request will return a DefaultConfig object, with default config information for the aisServer passed in.
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
direction - Variable in class com.oracle.e1.aisclient.aggregation.OrderByDirection
 
DISCOVER - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
DiscoveryRequest - Class in com.oracle.e1.aisclient
 
DiscoveryRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.DiscoveryRequest
 
DiscoveryResponse - Class in com.oracle.e1.aisclient
 
DiscoveryResponse() - Constructor for class com.oracle.e1.aisclient.DiscoveryResponse
 
DiscoveryResponse.DiscoveryOrch - Class in com.oracle.e1.aisclient
 
DiscoveryResponse.DiscoveryOrch() - Constructor for class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
DiscoveryResponse.InputItem - Class in com.oracle.e1.aisclient
 
DiscoveryResponse.InputItem() - Constructor for class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
 
DISTRIBUTION_TYPE - Static variable in class com.oracle.e1.aisclient.message.Recipient
 
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
 
EMAIL_TYPE - Static variable in class com.oracle.e1.aisclient.message.Recipient
 
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
 
execute() - Method in class com.oracle.e1.aisclient.query.GetQueryByKeyRequest
 
execute() - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesRequest
 
execute() - Method in class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyRequest
 
execute() - Method in class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistRequest
 
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.
executeLink(LoginEnvironment, ResponseLink) - Method in class com.oracle.e1.aisclient.ApplicationStack
Close the stack after performing the actions provided.
executeLink(LoginEnvironment, ResponseLink) - Method in class com.oracle.e1.aisclient.DataRequestLinks
 
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
executeRequest() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 

F

FALSE - Static variable in class com.oracle.e1.aisclient.FormRequest
 
FILE_MANAGER_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
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
 
FIND - Static variable in class com.oracle.e1.aisclient.FSREvent
Named Action for pressing find button, to be used instead for control id with doControlAction() method
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_ORDER_BY - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
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
 
FormRequest() - Constructor for class com.oracle.e1.aisclient.FormRequest
 
FormServiceOrderBy - Class in com.oracle.e1.aisclient.aggregation
This class holds the order by information that can be included in a form request
FormServiceOrderBy(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.aggregation.FormServiceOrderBy
 
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
 
FSRParent() - Constructor for class com.oracle.e1.aisclient.FSRParent
 

G

genericExecute() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
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
 
getActiveObject() - Method in class com.oracle.e1.aisclient.GetUDOResponse
 
getActiveObject() - Method in class com.oracle.e1.aisclient.query.GetQueryByKeyResponse
 
getActiveObject() - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesResponse
 
getActiveObject() - Method in class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyResponse
 
getActiveObject() - Method in class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistResponse
 
getAddress_number() - Method in class com.oracle.e1.aisclient.message.Recipient
 
getAddressNumber() - Method in class com.oracle.e1.aisclient.UserInfo
 
getAggregateValuesArray(String, String) - Static method in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
Use getAggregateValuesArray to retrieve the ArrayNode of values from the response if the request included group by coumns
getAggregateValuesArrayBatch(String, String, int) - Static method in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
Use getAggregateValuesArrayBatch to retrieve the ArrayNode of values from the response, from a batch data request that included group by columns
getAggregation() - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
getAggregation() - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
getAggregation() - Method in class com.oracle.e1.aisclient.DataRequest
 
getAggregations() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
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
 
getAndOr() - Method in class com.oracle.e1.aisclient.query.ComplexQueryFragment
 
getApp() - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
getApplication() - Method in class com.oracle.e1.aisclient.LogRequest
 
getApplication() - Method in class com.oracle.e1.aisclient.message.Shortcut
 
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
 
getAppName() - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesRequest
 
getAppsRelease() - Method in class com.oracle.e1.aisclient.UserInfo
 
getAsIfCurrency() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
getAsIfDate() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
getAsOfRelease() - Method in class com.oracle.e1.aisclient.Capability
 
getAuthorizedTasks() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationResponse
 
getBcc() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getCacheTime() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getCacheTime() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getCapabilityList() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
getCapabilityList() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getCc() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getClassName() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getColTitle() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
getColumn() - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
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
 
getComplexQuery() - Method in class com.oracle.e1.aisclient.query.ComplexQuery
 
getCondition() - Method in class com.oracle.e1.aisclient.aggregation.Having
 
getCondition() - Method in class com.oracle.e1.aisclient.query.Query
 
getContact_number() - Method in class com.oracle.e1.aisclient.message.Recipient
 
getContent() - Method in class com.oracle.e1.aisclient.aggregation.HavingValue
 
getContent() - Method in class com.oracle.e1.aisclient.query.QueryValue
 
getContext() - Method in class com.oracle.e1.aisclient.ResponseLink
 
getControlId() - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
getControlID() - Method in class com.oracle.e1.aisclient.FormAction
 
getControlId() - Method in class com.oracle.e1.aisclient.query.Condition
 
getCookies() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getCount(String, String) - Static method in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
Use getCountBatch method to get the integer value of a count * when the requested aggregation is does not include any group by columns.
getCount() - Method in class com.oracle.e1.aisclient.CountResponse
 
getCountBatch(String, String, int) - Static method in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
Use getCountBatch method to get the integer value of a count * when the requested aggregation is in a batch and does not include any group by columns.
getCountImage() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
getCountry() - Method in class com.oracle.e1.aisclient.UserInfo
 
getCountText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
getCriticalThreshold() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
getCriticalThreshold() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
getCurrency() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
getCurrencyCode() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
A static currency code, to be applied when static type is selected.
getCurrencyCols() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
The list of columns the specified type of currency processing will be applied to
getCurrentApp() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getData() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getData_structure_template() - Method in class com.oracle.e1.aisclient.message.MessageFormInterconnect
 
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.notification.InputType
 
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
 
getDefaultValue() - Method in class com.oracle.e1.aisclient.notification.InputType
 
getDeleteStatus() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
getDESC() - Method in class com.oracle.e1.aisclient.StackErrorWarning
 
getDescription() - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
getDescription() - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
getDescription() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getDescription() - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
getDescription() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getDescription() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
getDeviceName() - Method in class com.oracle.e1.aisclient.AISRequest
 
getDeviceName() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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
 
getDictionary_item() - Method in class com.oracle.e1.aisclient.message.Template
 
getDirection() - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
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
 
getEmail_address() - Method in class com.oracle.e1.aisclient.message.Recipient
 
getEnvironment() - Method in class com.oracle.e1.aisclient.AISRequest
 
getEnvironment() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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.GetUDOResponse
 
getError() - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
 
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
 
getForm() - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
getForm_name() - Method in class com.oracle.e1.aisclient.message.Shortcut
 
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.message.MessageFormInterconnect
 
getFormInputs() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormInterconnect() - Method in class com.oracle.e1.aisclient.message.Shortcut
 
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.query.ListAvailableQueriesRequest
 
getFormName() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getFormOID() - Method in class com.oracle.e1.aisclient.ActionRequest
 
getFormOID() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
getFormOID() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
getFormtitle() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
getGridrows() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
getGridRowUpdateEvents() - Method in class com.oracle.e1.aisclient.GridAction
 
getGroup() - Method in class com.oracle.e1.aisclient.AvailableUDOListObject
 
getGroupBy() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
getHaving() - Method in class com.oracle.e1.aisclient.DataRequest
 
getHeight() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
getHref() - Method in class com.oracle.e1.aisclient.ResponseLink
 
getIconPath() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
getId() - Method in class com.oracle.e1.aisclient.FIStructure
 
getId() - Method in class com.oracle.e1.aisclient.message.MessageFormInput
 
getIgnoreFDAFindOnEntry() - Method in class com.oracle.e1.aisclient.FormRequest
 
getIndex() - Method in class com.oracle.e1.aisclient.message.Parameter
 
getInputFormat() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getInputPassword() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getInputs() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getInputs() - Method in class com.oracle.e1.aisclient.notification.Notification
 
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
 
getItems() - Method in class com.oracle.e1.aisclient.AvailableUDOListObject
 
getJasserver() - Method in class com.oracle.e1.aisclient.AISRequest
 
getJasserver() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
getJasserver() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getJasServer() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getJwtToken() - Method in class com.oracle.e1.aisclient.JWTLoginEnvironment
 
getJwtToken() - Method in class com.oracle.e1.aisclient.LoginRequest
 
getKeyCols() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
The list of key columns necessary to perform the specified type of currency processing
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
getLastRunTime() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
getLinks() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getLinks() - Method in class com.oracle.e1.aisclient.DataRequestLinks
 
getLoadBaseFormOnly() - Method in class com.oracle.e1.aisclient.FSRParent
 
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
getLoginEnv() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getLoginEnv() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
getLoginResponse() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getLongDescription() - Method in class com.oracle.e1.aisclient.Capability
 
getLongDescription() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getMailbox() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getManagerTitle() - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
 
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
 
getMaxRecords() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
getMaxRecords() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
getMessage_text() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getMessageDetails() - Method in class com.oracle.e1.aisclient.message.MessageRequest
 
getMetaData() - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
getMetaData() - Method in class com.oracle.e1.aisclient.watchlist.WatchListActiveObject
 
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.AvailableUDOItem
 
getName() - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
getName() - Method in class com.oracle.e1.aisclient.Capability
 
getName() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getName() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
 
getName() - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
getName() - Method in class com.oracle.e1.aisclient.notification.InputType
 
getName() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getName() - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
 
getNextPageTimeInterval() - Method in class com.oracle.e1.aisclient.ApplicationStack
 
getNextPageTimeInterval() - Method in class com.oracle.e1.aisclient.DataRequest
 
getNextPageTimeInterval() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getNextPageTimeInterval1() - Method in class com.oracle.e1.aisclient.ApplicationStack
 
getNextPageTimeInterval1() - Method in class com.oracle.e1.aisclient.DataRequest
 
getNotifications() - Method in class com.oracle.e1.aisclient.notification.NotificationDiscoveryResponse
 
getObjectMapper() - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
getOmwObjectName() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getOmwObjectOwner() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getOperator() - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
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
 
getOrchestrations() - Method in class com.oracle.e1.aisclient.DiscoveryResponse
 
getOrderBy() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
getOrderBy() - Method in class com.oracle.e1.aisclient.aggregation.FormServiceOrderBy
 
getOrderBy() - Method in class com.oracle.e1.aisclient.FormRequest
 
getOutput() - Method in class com.oracle.e1.aisclient.CountResponse
 
getOutput() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getOutputType() - Method in class com.oracle.e1.aisclient.ApplicationStack
 
getOutputType() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
getOutputType() - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
getOutputType() - Method in class com.oracle.e1.aisclient.FSRParent
 
getOutputType() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
getOutputType() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getParameter() - Method in class com.oracle.e1.aisclient.message.Template
 
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.AISRequest
 
getPassword() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
getPassword() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getPoStringJSON() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getPreferences(String) - Method in class com.oracle.e1.aisclient.preference.PreferenceService
The getPreference method will get a specific preference value based on a client id
getPreferences(String, String, String, String, String) - Method in class com.oracle.e1.aisclient.preference.PreferenceService
The getPreference method will get a specific preference value based on a client id
getPreferences(String, int, String, String, String, String) - Method in class com.oracle.e1.aisclient.preference.PreferenceService
The getPreference method will get a specific preference value based on a client id and sequnece
getProcessingOptions() - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
getProdCode() - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
getProductCode() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getPsToken() - Method in class com.oracle.e1.aisclient.AISRequest
 
getPsToken() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
getQuery() - Method in class com.oracle.e1.aisclient.FSRParent
 
getQuery() - Method in class com.oracle.e1.aisclient.query.ComplexQueryFragment
 
getQuery() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
GetQueryByKeyRequest - Class in com.oracle.e1.aisclient.query
 
GetQueryByKeyRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.query.GetQueryByKeyRequest
 
GetQueryByKeyRequest() - Constructor for class com.oracle.e1.aisclient.query.GetQueryByKeyRequest
 
GetQueryByKeyRequest(LoginEnvironment, String) - Constructor for class com.oracle.e1.aisclient.query.GetQueryByKeyRequest
 
GetQueryByKeyResponse - Class in com.oracle.e1.aisclient.query
 
GetQueryByKeyResponse() - Constructor for class com.oracle.e1.aisclient.query.GetQueryByKeyResponse
 
getQueryname() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
getQueryObjectName() - Method in class com.oracle.e1.aisclient.FSRParent
 
getQueryObjectName() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getQueryObjectName() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
getQueryObjectName() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
getQueue() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
getRecipient() - Method in class com.oracle.e1.aisclient.message.Receiver
 
getRecipient_type() - Method in class com.oracle.e1.aisclient.message.Recipient
 
getRecords() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
getRefreshInterval() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
getRel() - Method in class com.oracle.e1.aisclient.ResponseLink
 
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.AISRequest
 
getRole() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
getRole() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getRole() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getRowcount() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
getScheduleUDOName() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getSend_message_ext() - Method in class com.oracle.e1.aisclient.message.SendMessageDetails
 
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
 
getShortcut() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getShortDescription() - Method in class com.oracle.e1.aisclient.Capability
 
getSimpecount() - Method in class com.oracle.e1.aisclient.CountResponse.Output
 
getSimpleAggregateValue(String, String, AggregationType, String) - Static method in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
Use getSimpleAggregateValue method when the requested aggregation is does not include any group by columns.
getSimpleAggregateValueBatch(String, String, int, AggregationType, String) - Static method in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
Use getSimpleAggregateValueBatch method when the requested aggregation is in a batch and does not include any group by columns.
getSimpleDateFormat() - Method in class com.oracle.e1.aisclient.UserInfo
 
getSpecialHandling() - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
getSpecialValueId() - Method in class com.oracle.e1.aisclient.aggregation.HavingValue
 
getSpecialValueId() - Method in class com.oracle.e1.aisclient.query.QueryValue
 
getSsoUniqueId() - Method in class com.oracle.e1.aisclient.AISRequest
 
getSsoUniqueId() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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.ActionRequest
 
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
 
getStructure_type() - Method in class com.oracle.e1.aisclient.message.Recipient
 
getSubject() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getSysErrors() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
getSysErrors() - Method in class com.oracle.e1.aisclient.GetUDOResponse
 
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
 
getTemplate() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
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
 
getTo() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
getToken() - Method in class com.oracle.e1.aisclient.AISRequest
 
getToken() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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
 
getTurboMode() - Method in class com.oracle.e1.aisclient.FormRequest
 
getTurboMode() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
getType() - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
The type of currency processing, use the list of constants provided
getType() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
 
getType() - Method in class com.oracle.e1.aisclient.notification.InputType
 
getType() - Method in class com.oracle.e1.aisclient.ProcessingOption
 
getType() - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
GetUDOActiveObject - Class in com.oracle.e1.aisclient
 
GetUDOActiveObject() - Constructor for class com.oracle.e1.aisclient.GetUDOActiveObject
 
GetUDOByKeyRequest - Class in com.oracle.e1.aisclient
 
GetUDOByKeyRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
GetUDOByKeyRequest() - Constructor for class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getUdoGroup() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
getUdoGroup() - Method in class com.oracle.e1.aisclient.notification.Notification
 
getUdoObjects() - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesResponse
 
getUdoObjects() - Method in class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistResponse
 
getUDORequestObjectName() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getUDORequestObjectName() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
GetUDOResponse - Class in com.oracle.e1.aisclient
 
GetUDOResponse() - Constructor for class com.oracle.e1.aisclient.GetUDOResponse
 
getUdoType() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getUdoType() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
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.AvailableUDOItem
 
getUser() - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
getUser() - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
getUser() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
getUser() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
getUser() - Method in class com.oracle.e1.aisclient.LogRequest
 
getUser() - Method in class com.oracle.e1.aisclient.notification.Notification
 
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.AISRequest
 
getUsername() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
getUsername() - Method in class com.oracle.e1.aisclient.LoginResponse
 
getUsername() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
getUsername() - Method in class com.oracle.e1.aisclient.UserInfo
 
getValue() - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
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.message.MessageFormInput
 
getValue() - Method in class com.oracle.e1.aisclient.message.Parameter
 
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.AvailableUDOItem
 
getVersion() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
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.message.Shortcut
 
getVersion() - Method in class com.oracle.e1.aisclient.notification.Notification
 
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
 
getWarningThreshold() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
getWarningThreshold() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
GetWatchlistByKeyRequest - Class in com.oracle.e1.aisclient.watchlist
 
GetWatchlistByKeyRequest() - Constructor for class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyRequest
 
GetWatchlistByKeyRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyRequest
 
GetWatchlistByKeyRequest(LoginEnvironment, String) - Constructor for class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyRequest
 
GetWatchlistByKeyResponse - Class in com.oracle.e1.aisclient.watchlist
 
GetWatchlistByKeyResponse() - Constructor for class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyResponse
 
getWatchlistId() - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
getWatchlistObjectName() - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
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
 
GRID_DATA_OUTPUT_TYPE - Static variable in class com.oracle.e1.aisclient.JASRequestBase
 
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
 
GROUP_BY - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationResponseHelper
 

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.
Having - Class in com.oracle.e1.aisclient.aggregation
The Having object allows the caller to add a "HAVING" clause to the aggregation request, in order to filter results based on aggregation values
Having(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.aggregation.Having
 
HavingBetweenCondition - Class in com.oracle.e1.aisclient.aggregation
Class used to create a between condition within a HAVING clause, to reduce results only to aggregation values between two values.
HavingBetweenCondition() - Constructor for class com.oracle.e1.aisclient.aggregation.HavingBetweenCondition
 
HavingCondition - Class in com.oracle.e1.aisclient.aggregation
This class is used by the API, you do not need to instantiate it directly, use the Having class methods to create a HAVING clause
HavingCondition() - Constructor for class com.oracle.e1.aisclient.aggregation.HavingCondition
 
HavingListCondition - Class in com.oracle.e1.aisclient.aggregation
Allows the aggregation value to be compared to a list of values, only results that are in the list are returned.
HavingListCondition() - Constructor for class com.oracle.e1.aisclient.aggregation.HavingListCondition
 
HavingNumberCondition - Class in com.oracle.e1.aisclient.aggregation
The condition to use when comparing to an aggregation to a numeric value for a HAVING clause
HavingNumberCondition(String) - Constructor for class com.oracle.e1.aisclient.aggregation.HavingNumberCondition
 
HavingValue - Class in com.oracle.e1.aisclient.aggregation
The value to be compared with the specified aggregation.
HavingValue() - Constructor for class com.oracle.e1.aisclient.aggregation.HavingValue
 

I

IGNORE_FDA_FIND_ON_ENTRY - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
InputType - Class in com.oracle.e1.aisclient.notification
 
InputType() - Constructor for class com.oracle.e1.aisclient.notification.InputType
 
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
 
isAdminAuthorized() - Method in class com.oracle.e1.aisclient.LoginResponse
 
isAliasNaming() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
isAliasNaming() - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
isAliasNaming() - Method in class com.oracle.e1.aisclient.FSRParent
 
isAliasNaming() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isAllowBasicAuth() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isAllowCache() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isAllowCache() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
isAllowSubscriberOverrides() - Method in class com.oracle.e1.aisclient.notification.Notification
 
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.QueryAbstract
 
isAutoFind() - Method in class com.oracle.e1.aisclient.query.QueryAbstract
 
isBatchDataRequest() - Method in class com.oracle.e1.aisclient.BatchDataRequest
 
isBypassFormServiceEREvent() - Method in class com.oracle.e1.aisclient.ActionRequest
 
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
 
isEnableNextPageProcessing() - Method in class com.oracle.e1.aisclient.DataRequest
 
isForceUpdate() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isForceUpdate() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
isForceUpdate() - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
isHasValidTimestamp() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
isIncludeData() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
isIncludeTimings() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isIncludeURLs() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
isIsCritical() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
isIsWarning() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
isKeepJasSessionOpen() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isModifier() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
isOncePerSubscriber() - Method in class com.oracle.e1.aisclient.notification.Notification
 
isRequired() - Method in class com.oracle.e1.aisclient.notification.InputType
 
isRequiredCapabilityMissing() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isSetDirtyOnly() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isSetDirtyOnly() - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
isSetDirtyOnly() - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
isShowActionControls() - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
isShowActionControls() - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
isShowActionControls() - Method in class com.oracle.e1.aisclient.FSRParent
 
isShowActionControls() - Method in class com.oracle.e1.aisclient.JASRequestBase
 
isSsoAllowed() - Method in class com.oracle.e1.aisclient.DefaultConfig
 
isSsoEnabled() - Method in class com.oracle.e1.aisclient.AISRequest
 
isSsoEnabled() - Method in class com.oracle.e1.aisclient.AISRequestBase
 
isSuccess() - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
isSuccess() - Method in class com.oracle.e1.aisclient.message.MessageResponse
 
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 is the main request class to be sent to the jargon request AIS service.
JargonRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.jargon.JargonRequest
 
JargonRequest(LoginEnvironment, String) - Constructor for class com.oracle.e1.aisclient.jargon.JargonRequest
 
JargonRequest() - 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(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.JASRequestBase
 
JASRequestBase() - 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
 
JWTLoginEnvironment - 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.
JWTLoginEnvironment(String, String, String, String, String, String, String) - Constructor for class com.oracle.e1.aisclient.JWTLoginEnvironment
Construct a JWTLoginEnvironment based the passed parameters

L

LEDGERTYPE_COMPANY_CURRENCYCODE - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
LEDGERTYPE_CURRENCYCODE - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
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
 
ListAvailableQueriesRequest - Class in com.oracle.e1.aisclient.query
 
ListAvailableQueriesRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.query.ListAvailableQueriesRequest
 
ListAvailableQueriesRequest() - Constructor for class com.oracle.e1.aisclient.query.ListAvailableQueriesRequest
 
ListAvailableQueriesResponse - Class in com.oracle.e1.aisclient.query
 
ListAvailableQueriesResponse() - Constructor for class com.oracle.e1.aisclient.query.ListAvailableQueriesResponse
 
ListAvailableUDORequest - Class in com.oracle.e1.aisclient
 
ListAvailableUDORequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.ListAvailableUDORequest
 
ListAvailableUDORequest() - Constructor for class com.oracle.e1.aisclient.ListAvailableUDORequest
 
ListAvailableUDOResponse - Class in com.oracle.e1.aisclient
 
ListAvailableUDOResponse() - Constructor for class com.oracle.e1.aisclient.ListAvailableUDOResponse
 
ListAvailableWatchlistRequest - Class in com.oracle.e1.aisclient.watchlist
 
ListAvailableWatchlistRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistRequest
 
ListAvailableWatchlistRequest() - Constructor for class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistRequest
 
ListAvailableWatchlistResponse - Class in com.oracle.e1.aisclient.watchlist
 
ListAvailableWatchlistResponse() - Constructor for class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistResponse
 
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
 
login(String, String, String, String, String, String, String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
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
 
MCU - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
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
 
MediaObjectAddUrlRequest() - 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
 
MediaObjectDeleteRequest() - 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
 
MediaObjectDownloadRequest() - 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
 
MediaObjectGetTextRequest() - 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
 
MediaObjectListRequest() - 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
 
MediaObjectUpdateTextRequest() - 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
 
MESSAGE_URI - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
MessageFormInput - Class in com.oracle.e1.aisclient.message
 
MessageFormInput(String, String) - Constructor for class com.oracle.e1.aisclient.message.MessageFormInput
 
MessageFormInterconnect - Class in com.oracle.e1.aisclient.message
 
MessageFormInterconnect() - Constructor for class com.oracle.e1.aisclient.message.MessageFormInterconnect
 
MessageRequest - Class in com.oracle.e1.aisclient.message
Top level object for input to message services
MessageRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.message.MessageRequest
 
MessageRequest() - Constructor for class com.oracle.e1.aisclient.message.MessageRequest
 
MessageResponse - Class in com.oracle.e1.aisclient.message
Response object for message service responses
MessageResponse() - Constructor for class com.oracle.e1.aisclient.message.MessageResponse
 
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

nextGridPage(String) - Method in class com.oracle.e1.aisclient.FSREvent
 
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
 
Notification - Class in com.oracle.e1.aisclient.notification
 
Notification() - Constructor for class com.oracle.e1.aisclient.notification.Notification
 
NOTIFICATION_DISOVER - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
NotificationDiscoveryRequest - Class in com.oracle.e1.aisclient.notification
 
NotificationDiscoveryRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.notification.NotificationDiscoveryRequest
 
NotificationDiscoveryResponse - Class in com.oracle.e1.aisclient.notification
 
NotificationDiscoveryResponse() - Constructor for class com.oracle.e1.aisclient.notification.NotificationDiscoveryResponse
 
NUMBER - Static variable in class com.oracle.e1.aisclient.notification.Notification
 
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
ORDER_DIRECT_ASCENDING() - Static method in class com.oracle.e1.aisclient.aggregation.OrderByDirection
 
ORDER_DIRECT_DESCENDING() - Static method in class com.oracle.e1.aisclient.aggregation.OrderByDirection
 
OrderByDirection - Class in com.oracle.e1.aisclient.aggregation
Use to set the order direction with an an orderby clause
OrderByDirection() - Constructor for class com.oracle.e1.aisclient.aggregation.OrderByDirection
 
OrderByDirection.ORDER_DIRECT_ASCENDING - Class in com.oracle.e1.aisclient.aggregation
Use to set the order by direction to Ascending
OrderByDirection.ORDER_DIRECT_ASCENDING() - Constructor for class com.oracle.e1.aisclient.aggregation.OrderByDirection.ORDER_DIRECT_ASCENDING
 
OrderByDirection.ORDER_DIRECT_DESCENDING - Class in com.oracle.e1.aisclient.aggregation
Used to set the order by direction to Descending
OrderByDirection.ORDER_DIRECT_DESCENDING() - Constructor for class com.oracle.e1.aisclient.aggregation.OrderByDirection.ORDER_DIRECT_DESCENDING
 
OUTPUT_TYPE - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 

P

Parameter - Class in com.oracle.e1.aisclient.message
A Text substution parameter
Parameter(int, String) - Constructor for class com.oracle.e1.aisclient.message.Parameter
 
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
 
PREFEERNCE_SERVICE - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
PREFERENCE_SERVICE - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
PreferenceService - Class in com.oracle.e1.aisclient.preference
The PereferenceService class handles calls to the AIS prefrence service, where AIS client API users can permenetly store data base don User and Client Id.
PreferenceService(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.preference.PreferenceService
 
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
 
ProcessingOptionRequest() - 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() - Constructor for class com.oracle.e1.aisclient.query.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.
QUERY_DETAILS - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
QUERY_OBJECT_NAME - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
QUERY_TYPE - Static variable in class com.oracle.e1.aisclient.query.GetQueryByKeyRequest
 
QueryAbstract - Class in com.oracle.e1.aisclient.query
Parent class of both Query and Complex Query, so either type may be set in form or data requests
QueryAbstract() - Constructor for class com.oracle.e1.aisclient.query.QueryAbstract
 
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

Receiver - Class in com.oracle.e1.aisclient.message
Wrapper for a reciever of a message
Receiver() - Constructor for class com.oracle.e1.aisclient.message.Receiver
 
Receiver(Recipient) - Constructor for class com.oracle.e1.aisclient.message.Receiver
Create a Reciever populated with one recipeint
Recipient - Class in com.oracle.e1.aisclient.message
Detail for a reciepient of a message, recipient_type field drives what type of recipeint it is.
Recipient() - Constructor for class com.oracle.e1.aisclient.message.Recipient
 
refreshAISXMLCache(LoginEnvironment) - Static method in class com.oracle.e1.aisclient.AISClientUtilities
 
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.
ResponseLink - Class in com.oracle.e1.aisclient
 
ResponseLink() - Constructor for class com.oracle.e1.aisclient.ResponseLink
 

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
 
SendMessageDetails - Class in com.oracle.e1.aisclient.message
 
SendMessageDetails() - Constructor for class com.oracle.e1.aisclient.message.SendMessageDetails
 
SendMessageExtended - Class in com.oracle.e1.aisclient.message
Details of the message to send
SendMessageExtended() - Constructor for class com.oracle.e1.aisclient.message.SendMessageExtended
 
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
 
setActiveObject(GetUDOActiveObject) - Method in class com.oracle.e1.aisclient.GetUDOResponse
 
setActiveObject(GetUDOActiveObject) - Method in class com.oracle.e1.aisclient.query.GetQueryByKeyResponse
 
setActiveObject(AvailableUDOListDefault) - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesResponse
 
setActiveObject(WatchListActiveObject) - Method in class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyResponse
 
setActiveObject(AvailableUDOListDefault) - Method in class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistResponse
 
setAddress_number(int) - Method in class com.oracle.e1.aisclient.message.Recipient
 
setAddressNumber(int) - Method in class com.oracle.e1.aisclient.UserInfo
 
setAdminAuthorized(boolean) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setAggregation(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
setAggregation(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
setAggregation(AggregationInfo) - Method in class com.oracle.e1.aisclient.DataRequest
 
setAggregations(ArrayList<AggregationItem>) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
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.ApplicationStackRequest
 
setAliasNaming(boolean) - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
setAliasNaming(boolean) - Method in class com.oracle.e1.aisclient.FSRParent
 
setAliasNaming(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setAllowBasicAuth(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setAllowCache(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setAllowCache(boolean) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setAllowSubscriberOverrides(boolean) - Method in class com.oracle.e1.aisclient.notification.Notification
 
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
 
setAndOr(String) - Method in class com.oracle.e1.aisclient.query.ComplexQueryFragment
 
setApp(String) - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
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.message.Shortcut
 
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
 
setAppName(String) - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesRequest
 
setAppsRelease(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setAsIfCurrency(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
setAsIfDate(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
setAsIfDate(Date) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
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.QueryAbstract
Set AutoClear to true to clear the form before performing the query
setAutoFind(boolean) - Method in class com.oracle.e1.aisclient.query.QueryAbstract
Set AutoFind to true to automatically press the find button to popoulate the reocrds.
setBatchDataRequest(boolean) - Method in class com.oracle.e1.aisclient.BatchDataRequest
 
setBCC(Receiver) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the recipient in the BCC field
setBCC(Recipient) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the recipient in the BCC field
setBcc(Receiver) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setBypassFormServiceEREvent(boolean) - Method in class com.oracle.e1.aisclient.ActionRequest
 
setBypassFormServiceEREvent(boolean) - Method in class com.oracle.e1.aisclient.FormRequest
 
setBypassFormServiceEREvent(boolean) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setCacheTime(int) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setCacheTime(int) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setCapabilityList(Capability[]) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setCC(Receiver) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the recipient in the CC field
setCC(Recipient) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the recipient in the CC field
setCc(Receiver) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setClassName(String) - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
setColTitle(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setColumn(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
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
 
setComplexQuery(ArrayList<ComplexQueryFragment>) - Method in class com.oracle.e1.aisclient.query.ComplexQuery
 
setCondition(ArrayList<Condition>) - Method in class com.oracle.e1.aisclient.query.Query
 
setContact_number(int) - Method in class com.oracle.e1.aisclient.message.Recipient
 
setContent(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingValue
 
setContent(String) - Method in class com.oracle.e1.aisclient.query.QueryValue
 
setContext(String) - Method in class com.oracle.e1.aisclient.ResponseLink
 
setControlId(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
setControlID(String) - Method in class com.oracle.e1.aisclient.FormAction
 
setControlId(String) - Method in class com.oracle.e1.aisclient.query.Condition
 
setCookies(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setCount(int) - Method in class com.oracle.e1.aisclient.CountResponse
 
setCountImage(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
setCountry(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setCountText(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
setCriticalThreshold(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
setCriticalThreshold(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setCurrency(AggregationInfo.CurrencyProcessing) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
setCurrencyCode(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
setCurrencyCols(ArrayList<String>) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
setCurrentApp(String) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setData(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setData_structure_template(String) - Method in class com.oracle.e1.aisclient.message.MessageFormInterconnect
 
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.notification.InputType
 
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
 
setDefaultValue(String) - Method in class com.oracle.e1.aisclient.notification.InputType
 
setDeleteStatus(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
 
setDESC(String) - Method in class com.oracle.e1.aisclient.StackErrorWarning
 
setDescription(String) - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
setDescription(String) - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
setDescription(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setDescription(String) - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
setDescription(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setDescription(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setDeviceName(String) - Method in class com.oracle.e1.aisclient.AISRequest
 
setDeviceName(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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
 
setDictionary_item(String) - Method in class com.oracle.e1.aisclient.message.Template
 
setDirection(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
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
 
setEmail_address(String) - Method in class com.oracle.e1.aisclient.message.Recipient
 
setEnableNextPageProcessing(boolean) - Method in class com.oracle.e1.aisclient.DataRequest
 
setEnvironment(String) - Method in class com.oracle.e1.aisclient.AISRequest
 
setEnvironment(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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.GetUDOResponse
 
setError(String) - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
 
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(boolean) - Method in class com.oracle.e1.aisclient.FSRParent
 
setFindOnEntry(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setForceUpdate(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setForceUpdate(boolean) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setForceUpdate(boolean) - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
Setting the forceUpdate flag will force the execution to fetch the records from the database and not the cache.
setForm(String) - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
setForm_name(String) - Method in class com.oracle.e1.aisclient.message.Shortcut
 
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(List<MessageFormInput>) - Method in class com.oracle.e1.aisclient.message.MessageFormInterconnect
 
setFormInputs(Collection<FIStructure>) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormInterconnect(MessageFormInterconnect) - Method in class com.oracle.e1.aisclient.message.Shortcut
 
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.query.ListAvailableQueriesRequest
 
setFormName(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormOID(String) - Method in class com.oracle.e1.aisclient.ActionRequest
 
setFormOID(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
setFormOID(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setFormRequest(FormRequest) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setFormRequests(ArrayList<SingleFormRequest>) - 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(boolean) - Method in class com.oracle.e1.aisclient.FSRParent
 
setFormServiceDemo(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setFormtitle(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
setGridrows(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
setGridRowUpdateEvents(ArrayList<GridRowUpdateEvent>) - Method in class com.oracle.e1.aisclient.GridAction
 
setGroup(String) - Method in class com.oracle.e1.aisclient.AvailableUDOListObject
 
setGroupBy(ArrayList<AggregationItem>) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
setHasValidTimestamp(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setHaving(Having) - Method in class com.oracle.e1.aisclient.DataRequest
 
setHeight(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
setHref(String) - Method in class com.oracle.e1.aisclient.ResponseLink
 
setIconPath(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setId(String) - Method in class com.oracle.e1.aisclient.FIStructure
 
setId(String) - Method in class com.oracle.e1.aisclient.message.MessageFormInput
 
setIgnoreFDAFindOnEntry(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setIncludeData(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setIncludeTimings(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setIncludeURLs(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListRequest
 
setIndex(int) - Method in class com.oracle.e1.aisclient.message.Parameter
The indext to use for text substitution, the index is zero based, text substituion value &1 is index 0, &2 is index 1, etc.
setInputFormat(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setInputPassword(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setInputs(List<DiscoveryResponse.InputItem>) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setInputs(ArrayList<InputType>) - Method in class com.oracle.e1.aisclient.notification.Notification
 
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
 
setIsCritical(boolean) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
setIsWarning(boolean) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
setItems(ArrayList<AvailableUDOItem>) - Method in class com.oracle.e1.aisclient.AvailableUDOListObject
 
setJasserver(String) - Method in class com.oracle.e1.aisclient.AISRequest
 
setJasserver(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
setJasserver(String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setJasserver(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setJasServer(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setJwtToken(String) - Method in class com.oracle.e1.aisclient.JWTLoginEnvironment
 
setJwtToken(String) - Method in class com.oracle.e1.aisclient.LoginRequest
 
setKeepJasSessionOpen(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
 
setKeyCols(ArrayList<String>) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
setLangPref(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setLanguage(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
 
setLastRunTime(long) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
setLinks(ArrayList<ResponseLink>) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setLinks(List<ResponseLink>) - Method in class com.oracle.e1.aisclient.DataRequestLinks
 
setLoadBaseFormOnly(Boolean) - Method in class com.oracle.e1.aisclient.FSRParent
 
setLocale(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setLoginEnv(LoginEnvironment) - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
setLoginEnv(LoginEnvironment) - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
setLoginResponse(LoginResponse) - Method in class com.oracle.e1.aisclient.LoginEnvironment
 
setLongDescription(String) - Method in class com.oracle.e1.aisclient.Capability
 
setLongDescription(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setMailbox(String) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the mailbox - used for Work Center messages
setMailbox(String) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setManagerTitle(String) - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
 
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(int) - Method in class com.oracle.e1.aisclient.FSRParent
Set the number of records to be returned, if no value is indicated 100 records will be returned
setMaxPageSize(String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setMaxPageSize(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setMaxPageSize(int) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setMaxPageSizeUnlimited() - Method in class com.oracle.e1.aisclient.FSRParent
Set the maximum records returned to Unlimited, all records in the table will be returned
setMaxRecords(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
setMaxRecords(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setMediaObjects(MediaObjectListItem[]) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListResponse
 
setMessage(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setMessage_text(String) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setMessageBody(String) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the body text of the message
setMessageDetails(SendMessageDetails) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Access for the message details, you can use the other top level accessors to set values in the message details.
setMetaData(Object) - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
setMetaData(WatchListMetaData) - Method in class com.oracle.e1.aisclient.watchlist.WatchListActiveObject
 
setModifier(boolean) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
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.AvailableUDOItem
 
setName(String) - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
setName(String) - Method in class com.oracle.e1.aisclient.Capability
 
setName(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setName(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
 
setName(String) - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
setName(String) - Method in class com.oracle.e1.aisclient.notification.InputType
 
setName(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setName(String) - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
 
setNextPageTimeInterval(int) - Method in class com.oracle.e1.aisclient.ApplicationStack
 
setNextPageTimeInterval(int) - Method in class com.oracle.e1.aisclient.DataRequest
 
setNextPageTimeInterval(int) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setNotifications(ArrayList<Notification>) - Method in class com.oracle.e1.aisclient.notification.NotificationDiscoveryResponse
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.AvailableUDOItem
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setOmwObjectOwner(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setOncePerSubscriber(boolean) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setOperator(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
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
 
setOrchestrations(List<DiscoveryResponse.DiscoveryOrch>) - Method in class com.oracle.e1.aisclient.DiscoveryResponse
 
setOrderBy(ArrayList<AggregationItem>) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
setOrderBy(ArrayList<AggregationItem>) - Method in class com.oracle.e1.aisclient.aggregation.FormServiceOrderBy
 
setOrderBy(FormServiceOrderBy) - Method in class com.oracle.e1.aisclient.FormRequest
 
setOutput(CountResponse.Output[]) - Method in class com.oracle.e1.aisclient.CountResponse
 
setOutput(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setOutputType(String) - Method in class com.oracle.e1.aisclient.ApplicationStack
 
setOutputType(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setOutputType(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
setOutputType(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setOutputType(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setOutputType(String) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setOutputType(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setParameter(List<Parameter>) - Method in class com.oracle.e1.aisclient.message.Template
 
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.AISRequest
 
setPassword(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
setPassword(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setPoStringJSON(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setPreferences(String, HashMap<String, Object>) - Method in class com.oracle.e1.aisclient.preference.PreferenceService
The setPreference method will save user preferences based on a client id, and a hashmap of preference values.
setPreferences(String, String, String, String, String, HashMap<String, Object>) - Method in class com.oracle.e1.aisclient.preference.PreferenceService
The setPreference method will save user preferences based on a client id, and a hashmap of preference values.
setPreferences(String, int, String, String, String, String, HashMap<String, Object>) - Method in class com.oracle.e1.aisclient.preference.PreferenceService
The setPreference method will save user preferences based on a client id, sequence, and a hashmap of preference values.
setProcessingOptions(HashMap<String, ProcessingOption>) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
setProdCode(String) - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
setProductCode(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setPsToken(String) - Method in class com.oracle.e1.aisclient.AISRequest
 
setPsToken(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
setQBEValue(String, String) - Method in class com.oracle.e1.aisclient.FSREvent
 
setQBEValueDate(String, Date, LoginEnvironment) - Method in class com.oracle.e1.aisclient.FSREvent
 
setQuery(QueryAbstract) - Method in class com.oracle.e1.aisclient.FSRParent
 
setQuery(Query) - Method in class com.oracle.e1.aisclient.query.ComplexQueryFragment
 
setQuery(QueryAbstract) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setQueryname(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setQueryObjectName(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.FSRParent
 
setQueryObjectName(LoginEnvironment, String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setQueryObjectName(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setQueryObjectName(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
setQueryObjectName(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setQueue(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
 
setRecipient(List<Recipient>) - Method in class com.oracle.e1.aisclient.message.Receiver
Method to set the receiver based on a reciepient
setRecipient_type(String) - Method in class com.oracle.e1.aisclient.message.Recipient
The type of reciepient, valid values are in constants wiithin this class:
CONTACT - A Who's Who Contact, you must include address_number and contact_number in the request
ADDRESS_NUMBER - An address book numbber, you must include address_number value in the request
DISTRIBUTION - A distribution list (P0150), you must include address_number, the parent of the list, and structure_type (UDC 01/TS)
EMAIL - An email address, you must include email_address value
setRecords(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
setRefreshInterval(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
setRel(String) - Method in class com.oracle.e1.aisclient.ResponseLink
 
setRequestedDataItems(List<JargonDataItem>) - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
 
setRequestedItems(List<JargonResponseItem>) - Method in class com.oracle.e1.aisclient.jargon.JargonResponse
 
setRequired(boolean) - Method in class com.oracle.e1.aisclient.notification.InputType
 
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.AISRequest
 
setRole(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
setRole(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setRole(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setRowcount(WatchListResponse.RowCount) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
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
 
setScheduleUDOName(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setSend_message_ext(SendMessageExtended) - Method in class com.oracle.e1.aisclient.message.SendMessageDetails
 
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
 
setSetDirtyOnly(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setSetDirtyOnly(boolean) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setSetDirtyOnly(boolean) - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
Setting this DirtyOnly flag will not execute the watchlist.
setShortcut(Shortcut) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the details of a shortcut to be included in the message.
setShortcut(Shortcut) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setShortDescription(String) - Method in class com.oracle.e1.aisclient.Capability
 
setShowActionControls(boolean) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
 
setShowActionControls(boolean) - Method in class com.oracle.e1.aisclient.BatchFormRequest
 
setShowActionControls(boolean) - Method in class com.oracle.e1.aisclient.FSRParent
 
setShowActionControls(boolean) - Method in class com.oracle.e1.aisclient.JASRequestBase
 
setSimpecount(int) - Method in class com.oracle.e1.aisclient.CountResponse.Output
 
setSimpleDateFormat(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setSingleAggregations(AggregationItem) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
setSingleGroupBy(AggregationItem) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
setSingleOrderBy(AggregationItem) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo
 
setSingleOrderBy(AggregationItem) - Method in class com.oracle.e1.aisclient.aggregation.FormServiceOrderBy
 
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.
setSpecialHandling(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
 
setSpecialValueId(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingValue
 
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.AISRequest
 
setSsoEnabled(boolean) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
setSsoUniqueId(String) - Method in class com.oracle.e1.aisclient.AISRequest
 
setSsoUniqueId(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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(String) - Method in class com.oracle.e1.aisclient.ActionRequest
 
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
 
setStructure_type(String) - Method in class com.oracle.e1.aisclient.message.Recipient
 
setSubject(String) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the subject of the message
setSubject(String) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setSuccess(boolean) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setSuccess(boolean) - Method in class com.oracle.e1.aisclient.message.MessageResponse
 
setSysErrors(StackErrorWarning[]) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
 
setSysErrors(StackErrorWarning[]) - Method in class com.oracle.e1.aisclient.GetUDOResponse
 
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
 
setTemplate(Template) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the details of a text substitution data item to be included in the message.
setTemplate(Template) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
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
 
setTo(Receiver) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the recipient in the To field
setTo(Recipient) - Method in class com.oracle.e1.aisclient.message.MessageRequest
Set the recipient in the To field
setTo(Receiver) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
 
setToken(String) - Method in class com.oracle.e1.aisclient.AISRequest
 
setToken(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
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
 
setTurboMode(String) - Method in class com.oracle.e1.aisclient.FormRequest
 
setTurboMode(int) - Method in class com.oracle.e1.aisclient.FormRequest
 
setTurboMode(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
 
setType(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
setType(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
 
setType(String) - Method in class com.oracle.e1.aisclient.notification.InputType
 
setType(int) - Method in class com.oracle.e1.aisclient.ProcessingOption
 
setType(String) - Method in class com.oracle.e1.aisclient.taskauthorization.Task
 
setUdoGroup(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
setUdoGroup(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
setUdoObjects(ArrayList<AvailableUDOListObject>) - Method in class com.oracle.e1.aisclient.query.ListAvailableQueriesResponse
 
setUdoObjects(ArrayList<AvailableUDOListObject>) - Method in class com.oracle.e1.aisclient.watchlist.ListAvailableWatchlistResponse
 
setUdoType(String) - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
setUdoType(String) - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
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.AvailableUDOItem
 
setUser(String) - Method in class com.oracle.e1.aisclient.AvailableUDOListDefault
 
setUser(String) - Method in class com.oracle.e1.aisclient.GetUDOActiveObject
 
setUser(String) - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
 
setUser(String) - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
 
setUser(String) - Method in class com.oracle.e1.aisclient.LogRequest
 
setUser(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
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.AISRequest
 
setUsername(String) - Method in class com.oracle.e1.aisclient.AISRequestBase
 
setUsername(String) - Method in class com.oracle.e1.aisclient.LoginResponse
 
setUsername(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
 
setUsername(String) - Method in class com.oracle.e1.aisclient.UserInfo
 
setValue(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
Set a string value for the comparison in this condiition
setValue(ArrayList<HavingValue>) - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
setValue(Integer) - Method in class com.oracle.e1.aisclient.aggregation.HavingNumberCondition
Set the comparison value with an Integer
setValue(BigDecimal) - Method in class com.oracle.e1.aisclient.aggregation.HavingNumberCondition
Set the comparison value with a BigDecimal
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.message.MessageFormInput
 
setValue(String) - Method in class com.oracle.e1.aisclient.message.Parameter
The value to use for text substitution
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(BigDecimal, BigDecimal) - Method in class com.oracle.e1.aisclient.aggregation.HavingBetweenCondition
Set the values for the between comparison, field value must be between the left and right values.
setValues(Integer, Integer) - Method in class com.oracle.e1.aisclient.aggregation.HavingBetweenCondition
Set the values for the between comparison, field value must be between the left and right values.
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.AvailableUDOItem
 
setVersion(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
 
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.message.Shortcut
 
setVersion(String) - Method in class com.oracle.e1.aisclient.notification.Notification
 
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
 
setWarningThreshold(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
setWarningThreshold(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
setWatchlistId(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
setWatchlistObjectName(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
setWidth(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
 
SEVERE - Static variable in class com.oracle.e1.aisclient.AISClientLogger
 
Shortcut - Class in com.oracle.e1.aisclient.message
Details of a shortcut to include in the message
Shortcut() - Constructor for class com.oracle.e1.aisclient.message.Shortcut
 
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
 
STATIC - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
 
STR_OP_BETWEEN - Static variable in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
STR_OP_LIST - Static variable in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
STR_SV_LITERAL - Static variable in class com.oracle.e1.aisclient.aggregation.HavingCondition
 
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 - Static variable in class com.oracle.e1.aisclient.notification.Notification
 
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
 
TaskAuthorizationRequest() - 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
 
Template - Class in com.oracle.e1.aisclient.message
Details of a text substutuion data item to include in the message.
Template() - Constructor for class com.oracle.e1.aisclient.message.Template
 
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
 
TURBO_MODE_HIGH - Static variable in class com.oracle.e1.aisclient.FormRequest
 
TURBO_MODE_LOW - 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 - Variable in class com.oracle.e1.aisclient.aggregation.AggregationType
 
TYPE - Static variable in class com.oracle.e1.aisclient.ProcessingOptionsSet
 
TYPE_AGGREGATION - Static variable in class com.oracle.e1.aisclient.DataRequest
 
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
 
VERSION2_OUTPUT_TYPE - Static variable in class com.oracle.e1.aisclient.JASRequestBase
 
VERSION_2_SERVICES - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 

W

WARN - Static variable in class com.oracle.e1.aisclient.AISClientLogger
 
WATCHLIST - Static variable in class com.oracle.e1.aisclient.AISClientCapability
 
WATCHLIST_LEVEL - Variable in class com.oracle.e1.aisclient.notification.Notification
 
WATCHLIST_SERVICE - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
 
WATCHLIST_TYPE - Static variable in class com.oracle.e1.aisclient.watchlist.GetWatchlistByKeyRequest
 
WatchListActiveObject - Class in com.oracle.e1.aisclient.watchlist
 
WatchListActiveObject() - Constructor for class com.oracle.e1.aisclient.watchlist.WatchListActiveObject
 
WatchListMetaData - Class in com.oracle.e1.aisclient.watchlist
 
WatchListMetaData() - Constructor for class com.oracle.e1.aisclient.watchlist.WatchListMetaData
 
WatchListRequest - Class in com.oracle.e1.aisclient.watchlist
WatchListRequest is the input object to call an EnterpriseOne watchlist, provide either the watchlistId or the watchlistObject name.
WatchListRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.watchlist.WatchListRequest
 
WatchListResponse - Class in com.oracle.e1.aisclient.watchlist
WatchListResponse is the class returned when a watchlist is fetched
WatchListResponse() - Constructor for class com.oracle.e1.aisclient.watchlist.WatchListResponse
 
WatchListResponse.RowCount - Class in com.oracle.e1.aisclient.watchlist
 
WatchListResponse.RowCount() - Constructor for class com.oracle.e1.aisclient.watchlist.WatchListResponse.RowCount
 
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 2.0.3

E53614-07

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