- 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
- 
- 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 
- addAttachment(Attachment) - Method in class com.oracle.e1.aisclient.message.Attachments
-  
- 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 
- addCriterion(SelectionValue, Criterion.Comparison, SelectionValue, Criterion.Operator) - Method in class com.oracle.e1.aisclient.launchreport.DataSelection
- 
Add a Criterion object to the list based on passed in subject, comparison, predicate and operator 
- 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 
- addPOValue(int, String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
Method can be used to quickly add a PO value 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
-  
- addRIValue(int, String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- 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 
- addTextMediaObject(LoginEnvironment, MediaObjectAddTextRequest) - Static method in class com.oracle.e1.aisclient.mediaobject.MediaObjectOperations
- 
addTextMediaObject allows you to add a text media ogject based on the media object structure, key 
- 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() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_AVG
-  
- 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_AVG_DISTINCT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_AVG_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() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_COUNT
-  
- 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_COUNT_DISTINCT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_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_MAX() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_MAX
-  
- 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_MIN() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_MIN
-  
- 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() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_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 
- AGG_TYPE_SUM_DISTINCT() - Constructor for class com.oracle.e1.aisclient.aggregation.AggregationType.AGG_TYPE_SUM_DISTINCT
-  
- 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. 
- 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_DISTINCT - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Average Distict aggregation 
- AggregationType.AGG_TYPE_COUNT - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Count Distict aggregation 
- AggregationType.AGG_TYPE_COUNT_DISTINCT - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Count Distict aggregation 
- AggregationType.AGG_TYPE_MAX - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Max aggregation 
- AggregationType.AGG_TYPE_MIN - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Min aggregation 
- AggregationType.AGG_TYPE_SUM - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Sum aggregation 
- AggregationType.AGG_TYPE_SUM_DISTINCT - Class in com.oracle.e1.aisclient.aggregation
- 
Pass this type to perform an Sum Distict aggregation 
- 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
-  
- AND - Static variable in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- 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
-  
- ASCENDING - Static variable in class com.oracle.e1.aisclient.launchreport.OrderByColumn
-  
- Attachment - Class in com.oracle.e1.aisclient.message
-  
- Attachment() - Constructor for class com.oracle.e1.aisclient.message.Attachment
-  
- Attachments - Class in com.oracle.e1.aisclient.message
-  
- Attachments() - Constructor for class com.oracle.e1.aisclient.message.Attachments
-  
- 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
-  
- genericExecute() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
-  
- GenericExternalSoftCoding - Class in com.oracle.e1.aisclient.softcoding
-  
- GenericExternalSoftCoding() - Constructor for class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- GET_METHOD - Static variable in class com.oracle.e1.aisclient.JDERestServiceProvider
-  
- GET_SAMPLES - 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
-  
- getAddressBookNumber() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getAddressNumber() - Method in class com.oracle.e1.aisclient.UserInfo
-  
- getAddTextStatus() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextResponse
-  
- 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
-  
- getAlias() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getAlphaDescription() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- getAlphaDescriptionTemplate() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- getArray() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
-  
- getAs400DisplayParm() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getAs400DisplayRule() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getAs400EditParm1() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getAs400EditParm2() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getAs400EditRule() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- getAttachment() - Method in class com.oracle.e1.aisclient.message.Attachments
-  
- getAttachments() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
-  
- getAuthorizedTasks() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationResponse
-  
- getBasic_auth() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getBcc() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
-  
- getBiReportDeliveryTypes() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getBiReportLanguages() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getBiReportOptions() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getBiReportOutputTypes() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- 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
-  
- getComparisonType() - Method in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- 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
-  
- getConnection() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- getControlId() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- getControls() - Method in class com.oracle.e1.aisclient.launchreport.POTab
-  
- 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
-  
- getCriteria() - Method in class com.oracle.e1.aisclient.launchreport.DataSelection
-  
- 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
-  
- getCurrency() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- getDataSelection() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getDataSelection() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getDataSelectionColumns() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getDataSelectionReportFields() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getDataSequence() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getDataSequence() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getDataServiceType() - Method in class com.oracle.e1.aisclient.DataRequest
-  
- getDataStructureDetail() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getDataStructureName() - Method in class com.oracle.e1.aisclient.launchreport.POStruct
-  
- getDataType() - Method in class com.oracle.e1.aisclient.launchreport.RIItem
-  
- getDatatype() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- 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
-  
- getDdict() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getDdinfo() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getDdItem() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- getDecimalFormat() - Method in class com.oracle.e1.aisclient.UserInfo
-  
- getDecimals() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- getDeliveryOptions() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- 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.runbsfn.BSFNDataStructure
-  
- getDescription() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getDescription() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- getDeviceName() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getDfltValue() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getDictionary_item() - Method in class com.oracle.e1.aisclient.message.Template
-  
- getDictItem() - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
-  
- getDictItem() - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
-  
- getDictItem() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getDirection() - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
-  
- getDirection() - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
-  
- getDispDecimals() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getDisplayString() - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
-  
- getDisplayString() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getDispRuleBFName() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getDistributionListTypeABEmail() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getDistributionListTypeDataDriven() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- 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
-  
- getDriver() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getEditRuleBFName() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getEmail_address() - Method in class com.oracle.e1.aisclient.message.Recipient
-  
- getEmailAddress() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getEmailLanguage() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getEndpoint() - Method in class com.oracle.e1.aisclient.scheduler.StartAScheduledJobRequest
-  
- getEndpoint() - Method in class com.oracle.e1.aisclient.scheduler.StopAScheduledJobRequest
-  
- getEndpoint() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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.launchreport.ReportProcessResponse
-  
- getEnvironment() - Method in class com.oracle.e1.aisclient.LoginResponse
-  
- getEnvironment() - Method in class com.oracle.e1.aisclient.OrchestrationRequest
-  
- getEnvironment() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getError() - Method in class com.oracle.e1.aisclient.GetUDOResponse
-  
- getError() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getError() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getError() - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
-  
- getError() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextResponse
-  
- getError() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
-  
- getError() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextResponse
-  
- getErrorLevel() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- getErrors() - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
-  
- getErrors() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResult
-  
- getException() - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Get the exception message string from processing the get sample call. 
- getExecutionServer() - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- getExecutionServer() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getExecutionServer() - Method in class com.oracle.e1.aisclient.launchreport.ReportStatusRequest
-  
- 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.launchreport.ReportProcessResponse
-  
- getFileName() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
-  
- getFileName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
-  
- getFileName() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- getFromEmailOverride() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getFunctions() - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNResponse
-  
- getGlossaryText() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- getGlossaryTextTemplate() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- getHeaders() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getHeight() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
-  
- getHost() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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.launchreport.POValue
-  
- getId() - Method in class com.oracle.e1.aisclient.message.MessageFormInput
-  
- getId() - Method in class com.oracle.e1.aisclient.runbsfn.DSTRInputValue
-  
- getId() - Method in class com.oracle.e1.aisclient.runbsfn.DSTROutputValue
-  
- getIdControl() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getIdControl() - Method in class com.oracle.e1.aisclient.launchreport.POTab
-  
- getIdEVDT() - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
-  
- getIdEVDT() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getIdItem() - Method in class com.oracle.e1.aisclient.launchreport.RIItem
-  
- getIditem() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- getIdItems() - Method in class com.oracle.e1.aisclient.launchreport.POStruct
-  
- getIdObject() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getIdObject() - Method in class com.oracle.e1.aisclient.launchreport.POTab
-  
- getIdSystemValue() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getIgnoreFDAFindOnEntry() - Method in class com.oracle.e1.aisclient.FormRequest
-  
- getIndex() - Method in class com.oracle.e1.aisclient.message.Parameter
-  
- getInParams() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
The input parameters for business function execution 
- 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
-  
- getInputSample() - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Get the payload for the input sample 
- getInputText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextRequest
-  
- getInputText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
-  
- getInputUser() - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- getIoType() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- getItemID() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getItemID() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
-  
- getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextRequest
-  
- getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
-  
- getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
-  
- getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
-  
- getItemName() - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
-  
- 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
-  
- getJdeDebugLog() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getJdeLog() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getJobBaseUrl() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobConsecutiveErrors() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobEndpointRequested() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getJobEndpointRequested() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobgroup() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobLastExecutionBaseUrl() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobLastExecutionDateTime() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobLastExecutionTimeMillis() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobname() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobNextFireTime() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobNumber() - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- getJobNumber() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getJobNumber() - Method in class com.oracle.e1.aisclient.launchreport.ReportStatusRequest
-  
- getJobNumber() - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- getJobPercentageErrors() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobs() - Method in class com.oracle.e1.aisclient.scheduler.ListExecutingSchedulesResponse
-  
- getJobServicePath() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getJobServicePath() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobsstarted() - Method in class com.oracle.e1.aisclient.scheduler.StartedJobsResponse
-  
- getJobsstopped() - Method in class com.oracle.e1.aisclient.scheduler.StoppedJobsResponse
-  
- getJobStatus() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getJobTotalCompletions() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobTotalErrors() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJobTotalExecutions() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getJwtToken() - Method in class com.oracle.e1.aisclient.JWTLoginEnvironment
-  
- getJwtToken() - Method in class com.oracle.e1.aisclient.LoginRequest
-  
- getKey() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- getLanguage() - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- getLanguages() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getLastAppStackResponse() - Method in class com.oracle.e1.aisclient.ApplicationStack
- 
Get the last response from the stack, which will include the currently open form 
- getLastDate() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getLastModifiedUser() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getLastModifiedUser() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getLastRunTime() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
-  
- getLastTime() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getLength() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getLength() - Method in class com.oracle.e1.aisclient.launchreport.RIItem
-  
- getLevel() - Method in class com.oracle.e1.aisclient.LogRequest
-  
- getLevel() - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
-  
- getLineNumber() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- getLiteralType() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- 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 
- getLocation() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getLoginEnv() - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
-  
- getLoginEnv() - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
-  
- getLoginEnv() - Method in class com.oracle.e1.aisclient.softcoding.OrchestratorSoftCoding
-  
- getLoginResponse() - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- getLogType() - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- getLongDescription() - Method in class com.oracle.e1.aisclient.Capability
-  
- getLongDescription() - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- getLongName() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getMailbox() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
-  
- getManagerTitle() - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
-  
- getMaskedKeys() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- getMemberName() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getMessage() - Method in class com.oracle.e1.aisclient.LogRequest
-  
- getMessage() - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Get the message for an exception while processing the get sample call
 Only if an exception occured 
- 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.openapi.OrchestrationSample
- 
Get the name of the Orchestration 
- getName() - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
-  
- getName() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- getName() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getName() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
Get the name of the busniness function 
- getName() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- getName() - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Get the name of the Business Function 
- getNewSsh() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getNextNumberIndex() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getNextNumberSystem() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- getNumberCopies() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- getOauth2ClientId() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getOauth2ClientSecret() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getOauth2FormParameters() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getOauth2TokenURL() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getObjectMapper() - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- getObjectName() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getObjectName() - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Get the name of the parent Business Function 
- getObjectType() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- 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
-  
- getOmwObjectName() - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSample
- 
Get the OMW Object Name of the Orchestration 
- getOmwObjectOwner() - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- getOmwScheduleDescription() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getOmwScheduleDescription() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getOmwScheduleLongName() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getOmwScheduleObjectName() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getOmwScheduleOwner() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getOmwServiceDescription() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getOmwServiceDescription() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getOmwServiceObjectName() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getOperator() - Method in class com.oracle.e1.aisclient.aggregation.HavingCondition
-  
- getOperator() - Method in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- 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
-  
- getOrderByColumns() - Method in class com.oracle.e1.aisclient.launchreport.DataSequence
-  
- getOrientation() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- getOriginatingEnvironment() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getOriginatingUser() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getOsaInterfaceName() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- getOutput() - Method in class com.oracle.e1.aisclient.CountResponse
-  
- getOutput() - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- getOutput() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResult
-  
- getOutputIds() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
The ids of the outputs from the business function 
- getOutputOptions() - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
-  
- getOutputs() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
-  
- getOutputSample() - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Get the payload for the output sample 
- 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.launchreport.ReportRequest
-  
- getOutputType() - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- getOutputType() - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- getPageNumber() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getPageNumber() - Method in class com.oracle.e1.aisclient.launchreport.POTab
-  
- getPaperSource() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- getPaperType() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- getParameter() - Method in class com.oracle.e1.aisclient.message.Template
-  
- getParentDll() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- 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
-  
- getPath() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getPathExt() - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- getPathExt() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getPoglossaryOverride() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getPoPrompt() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getPort() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getPoStringJSON() - Method in class com.oracle.e1.aisclient.LoginResponse
-  
- getPoStruct() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getPoValues() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getPoValues() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getPredicate() - Method in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- 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 
- getPrinterName() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- getPrintOptions() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getPrintOptions() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getPrintStyleSDT() - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- 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
-  
- getProxy_host() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getProxy_port() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- getQueueName() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getQueueName() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getQueueName() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- 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
-  
- getRecordType() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getRefreshInterval() - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
-  
- getRel() - Method in class com.oracle.e1.aisclient.ResponseLink
-  
- getReportInterconnectID() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getReportInterconnects() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getReportInterconnectTemplateName() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getReportLoggingLevel() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getReportName() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getReportName() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getReportName() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getReportSecurity() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getReportVersion() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getReportVersion() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getReportVersion() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getRequestedDataItems() - Method in class com.oracle.e1.aisclient.jargon.JargonRequest
-  
- getRequestedItems() - Method in class com.oracle.e1.aisclient.jargon.JargonResponse
-  
- getRequestObjectName() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerRequest
-  
- getRequiredCapabilities() - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- getResult() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- 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
-  
- getRiValues() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- 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
-  
- getRole() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- 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
-  
- getScheduleCronString() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getScheduleCronString() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getScheduledServices() - Method in class com.oracle.e1.aisclient.scheduler.ListNotificationSchedulesResponse
-  
- getScheduleIntervalMinutes() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getScheduleIntervalMinutes() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getScheduleUDOName() - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
-  
- getScPassword() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getScUsername() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getSearchAppName() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getSearchFormName() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getSectionID() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getSectionID() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getSecure() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getSecurity_policy() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getSend_message_ext() - Method in class com.oracle.e1.aisclient.message.SendMessageDetails
-  
- getSeq() - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
-  
- getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
-  
- getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextResponse
-  
- 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.MediaObjectGetTextRequest
-  
- getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
-  
- getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
-  
- getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
-  
- getSequence() - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
-  
- getServer() - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- getServiceLongEndpoint() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getServiceLongEndpoint() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- getServiceShortEndpoint() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- getServiceShortEndpoint() - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- 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
-  
- getSoftCodingRecordKey() - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- getSoftCodingRecordKey() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getSource() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getSpecialHandling() - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
-  
- getSpecialValue() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getSpecialValueId() - Method in class com.oracle.e1.aisclient.aggregation.HavingValue
-  
- getSpecialValueId() - Method in class com.oracle.e1.aisclient.query.QueryValue
-  
- getSshFile() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getSshKey() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- getStartedcount() - Method in class com.oracle.e1.aisclient.scheduler.StartedJobsResponse
-  
- 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
-  
- getStyle() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getSubject() - Method in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- getSubject() - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
-  
- getSubmitDate() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getSubmitTime() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- getSubText() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- getSystemCode() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getSystemCode() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getSystemCode() - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Get the system code 
- getSzDataItem() - Method in class com.oracle.e1.aisclient.launchreport.RIItem
-  
- getSzDesc() - Method in class com.oracle.e1.aisclient.launchreport.RIItem
-  
- getSzDict() - Method in class com.oracle.e1.aisclient.jargon.JargonDataItem
-  
- getSzDict() - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
-  
- getSzDict() - Method in class com.oracle.e1.aisclient.launchreport.RIItem
-  
- getSzerror() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- getTable() - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
-  
- getTable() - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
-  
- getTable() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getTabPages() - Method in class com.oracle.e1.aisclient.launchreport.POPrompt
-  
- 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
-  
- getTemplate() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- getTemplate() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- getTemplate() - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Get the name of the Data Structure template 
- getTemplateName() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getTemplateName() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getText() - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
-  
- getText() - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
-  
- getTextAttachments() - 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 
- getThresholdType() - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
-  
- 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
-  
- getTimeout() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- getTimestamp() - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Get the timestamp for an exception while processing the get sample call
 Only if an exception occured 
- getTitle() - Method in class com.oracle.e1.aisclient.launchreport.POControl
-  
- getTitle() - Method in class com.oracle.e1.aisclient.launchreport.POTab
-  
- 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
-  
- getToken() - Method in class com.oracle.e1.aisclient.ValidateRequest
-  
- getTransactionId() - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
The existing transaction id if the business function should be executed as part a the transaction 
- 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.launchreport.POControl
-  
- getType() - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- getType() - Method in class com.oracle.e1.aisclient.launchreport.POTab
-  
- getType() - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- 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.runbsfn.DiscoverBSFNResponse
-  
- 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
-  
- getUdoServiceType() - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- 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
-  
- getUse_proxy() - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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.launchreport.ReportProcessResponse
-  
- 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.scheduler.ScheduledService
-  
- 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.launchreport.POValue
-  
- 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
-  
- getValue() - Method in class com.oracle.e1.aisclient.runbsfn.DSTRInputValue
-  
- getValue() - Method in class com.oracle.e1.aisclient.runbsfn.DSTROutputValue
-  
- getValues() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getVariableID() - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- getVariableID() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- 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.query.ListAvailableQueriesRequest
-  
- getVersion() - Method in class com.oracle.e1.aisclient.SingleFormRequest
-  
- getVersionSecurityFlag() - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
-  
- getView() - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
-  
- getView() - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- getViewType() - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- getViewType() - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
-  
- getWarning() - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
-  
- getWarning() - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
-  
- 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() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.GREATER
-  
- GREATER() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
-  
- GREATER() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.GREATER
-  
- GREATER() - Static method in class com.oracle.e1.aisclient.query.StringOperator
-  
- GREATER() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.GREATER
-  
- GREATER_EQUAL - Static variable in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- GREATER_EQUAL() - Static method in class com.oracle.e1.aisclient.query.DateOperator
-  
- GREATER_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.DateOperator.GREATER_EQUAL
-  
- GREATER_EQUAL() - Static method in class com.oracle.e1.aisclient.query.NumericOperator
-  
- GREATER_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.NumericOperator.GREATER_EQUAL
-  
- GREATER_EQUAL() - Static method in class com.oracle.e1.aisclient.query.StringOperator
-  
- GREATER_EQUAL() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.GREATER_EQUAL
-  
- GREATER_THAN - Static variable in class com.oracle.e1.aisclient.launchreport.Criterion
-  
- 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
-  
- ScheduledService - Class in com.oracle.e1.aisclient.scheduler
-  
- ScheduledService() - Constructor for class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- SchedulerJob - Class in com.oracle.e1.aisclient.scheduler
-  
- SchedulerJob() - Constructor for class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- SchedulerRequest - Class in com.oracle.e1.aisclient.scheduler
-  
- SchedulerRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.scheduler.SchedulerRequest
-  
- SchedulerRequest() - Constructor for class com.oracle.e1.aisclient.scheduler.SchedulerRequest
-  
- 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
-  
- SelectionValue - Class in com.oracle.e1.aisclient.launchreport
- 
A value within the data selection of a report 
- SelectionValue() - Constructor for class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- SelectionValue(String, String, String) - Constructor for class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
Create a table column SelectionValue with specified view, dictItem and table 
- SelectionValue(SelectionValue.LiteralType, String[]) - Constructor for class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
Create a literal type SelectionValue with type (based on constants defined in this class) and string array of values 
- SelectionValue.LiteralType - Enum in com.oracle.e1.aisclient.launchreport
-  
- 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
-  
- setAddressBookNumber(int) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The address number configured for a BI report using email with address number. 
- setAddressNumber(int) - Method in class com.oracle.e1.aisclient.UserInfo
-  
- setAddTextStatus(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextResponse
-  
- 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
-  
- setAlias(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- 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
-  
- setAlphaDescription(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- setAlphaDescriptionTemplate(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- setArray(List<DiscoveryResponse.InputItem>) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.InputItem
-  
- setAs400DisplayParm(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setAs400DisplayRule(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setAs400EditParm1(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setAs400EditParm2(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setAs400EditRule(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- setAttachment(List<Attachment>) - Method in class com.oracle.e1.aisclient.message.Attachments
-  
- setAttachments(Attachments) - Method in class com.oracle.e1.aisclient.message.SendMessageExtended
-  
- 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. 
- setAvailable(boolean) - Method in class com.oracle.e1.aisclient.launchreport.BIOption
- 
True if the option is available for this report. 
- setBasic_auth(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setBiReportDeliveryTypes(List<String>) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
For a BI report the delivery types requested 
- setBiReportLanguages(List<String>) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
For a BI report the languages requested 
- setBiReportOptions(BIReportOptions) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Additional options available for BI Reports 
- setBiReportOutputTypes(List<String>) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
For a BI report the output types requested 
- setBlindSubmission(boolean) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The BI report is configured to run without allowing the end user to modify the submission options. 
- 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
-  
- setCanAddDataSelection(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
Can the requesting user add to the data selection for this report/version. 
- setCanChangePO(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
Can the requesting user change processing option values when executing this report 
- setCanModifyDataSelection(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
Can the requesting user change the predicate values in the data selection for this report/version. 
- setCanRunDataSelection(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
Can the requesting user view the data selection for this report/version. 
- setCanRunPO(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
Can the requesting user view the processing option values for this report/version. 
- 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
-  
- setComparisonType(String) - Method in class com.oracle.e1.aisclient.launchreport.Criterion
- 
The comparison type to use, valid values are constants within this class 
- setComplexQuery(ArrayList<ComplexQueryFragment>) - Method in class com.oracle.e1.aisclient.query.ComplexQuery
-  
- setCondition(ArrayList<Condition>) - Method in class com.oracle.e1.aisclient.query.Query
-  
- setConnection(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setControlId(long) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- setControls(List<POControl>) - Method in class com.oracle.e1.aisclient.launchreport.POTab
- 
The controls on the tab page 
- 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
-  
- setCriteria(List<Criterion>) - Method in class com.oracle.e1.aisclient.launchreport.DataSelection
- 
The list of criterion 
- 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
-  
- setCurrency(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- setDataSelection(DataSelection) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Existig data selection for the version requested 
- setDataSelection(DataSelection) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The data selection to use when executign the report. 
- setDataSelectionColumns(List<BSVWColumn>) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Columns avaialble for data selection/sequencing for the report 
- setDataSelectionReportFields(List<ReportField>) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Other report fields available for data selection (RV, RI, PO, SL) 
- setDataSequence(DataSequence) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Existig data sequence for the version requested 
- setDataSequence(DataSequence) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The data sequencing to use when executing the report 
- setDataServiceType(String) - Method in class com.oracle.e1.aisclient.DataRequest
-  
- setDataStructureDetail(ArrayList<BSFNDataStructure>) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setDataStructureName(String) - Method in class com.oracle.e1.aisclient.launchreport.POStruct
-  
- setDataType(int) - Method in class com.oracle.e1.aisclient.launchreport.RIItem
- 
The data type of the report interconnect field 
- setDatatype(int) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- 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
-  
- setDdict(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setDdinfo(PODDInfo) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The Data Dictionary information for the option 
- setDdItem(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- setDecimalFormat(String) - Method in class com.oracle.e1.aisclient.UserInfo
-  
- setDecimals(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setDefaulted(boolean) - Method in class com.oracle.e1.aisclient.launchreport.BIOption
- 
True the option should be "ON" by default 
- 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
-  
- setDeliveryOptions(Map<String, BIOption>) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The delivery options for the BI report. 
- 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.runbsfn.BSFNDataStructure
-  
- setDescription(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setDescription(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setDeviceName(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setDfltValue(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setDictionary_item(String) - Method in class com.oracle.e1.aisclient.message.Template
-  
- setDictItem(String) - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
- 
The data dictionary item for the column 
- setDictItem(String) - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
- 
The data dictionary alias of the column to order by 
- setDictItem(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
The data dictionary item to use for comparison 
- setDirection(String) - Method in class com.oracle.e1.aisclient.aggregation.AggregationItem
-  
- setDirection(String) - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
- 
The sort direction: ASC or DESC for this column 
- setDispDecimals(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- setDisplayString(String) - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
- 
The display name of the column 
- setDisplayString(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
- 
The display name of the column 
- setDispRuleBFName(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setDistributionListTypeABEmail(String) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The distrubution list type for a BI report configured to email with address number of a distribution list. 
- setDistributionListTypeDataDriven(String) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The structure type for a BI report configured with data driven email delivery with a distrubution structure. 
- 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
-  
- setDriver(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setEditRuleBFName(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setEmail_address(String) - Method in class com.oracle.e1.aisclient.message.Recipient
-  
- setEmailAddress(String) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The email address configured for s BI report using email output. 
- setEmailLanguage(String) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The language in which the emailed report is generated. 
- setEnableAsyncEvents(boolean) - Method in class com.oracle.e1.aisclient.FormRequest
-  
- setEnableNextPageProcessing(boolean) - Method in class com.oracle.e1.aisclient.DataRequest
-  
- setEndpoint(String) - Method in class com.oracle.e1.aisclient.scheduler.StartAScheduledJobRequest
-  
- setEndpoint(String) - Method in class com.oracle.e1.aisclient.scheduler.StopAScheduledJobRequest
-  
- setEndpoint(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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.launchreport.ReportProcessResponse
- 
The environment report was executed with (only returned when fireAndForget is false, for synchronous execution) 
- setEnvironment(String) - Method in class com.oracle.e1.aisclient.LoginResponse
-  
- setEnvironment(String) - Method in class com.oracle.e1.aisclient.OrchestrationRequest
-  
- setEnvironment(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setError(String) - Method in class com.oracle.e1.aisclient.GetUDOResponse
-  
- setError(String) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Any errors encountered when running discovery service 
- setError(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
Any errors encountered by the report execution service 
- setError(String) - Method in class com.oracle.e1.aisclient.ListAvailableUDOResponse
-  
- setError(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextResponse
-  
- setError(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDeleteResponse
-  
- setError(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextResponse
-  
- setErrorLevel(int) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- setErrors(String) - Method in class com.oracle.e1.aisclient.ProcessingOptionsSet
-  
- setErrors(List<BSFNError>) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResult
-  
- setException(String) - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Set an exception message string from processing the get sample call 
- setExecutionServer(String) - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- setExecutionServer(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The server that the report was executed 
- setExecutionServer(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportStatusRequest
- 
Request the output for the report executed on this server 
- 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.launchreport.ReportProcessResponse
- 
The location of the output, if output was requested and when fireAndForget is false, for synchronous execution 
- setFileName(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
-  
- setFileName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
-  
- setFileName(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- setFireAndForget(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
Set to false to run the report syncronously, waiting for it to complete before returning from the service 
- 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
-  
- setFromEmailOverride(String) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The override from email address configured in the report definition. 
- setFunctions(ArrayList<BSFNFunction>) - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNResponse
-  
- setGlossaryText(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- setGlossaryTextTemplate(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- setHasFullDataSelectionAccess(boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
Can the requesting user change data selection for this report/version. 
- setHasValidTimestamp(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
-  
- setHaving(Having) - Method in class com.oracle.e1.aisclient.DataRequest
-  
- setHeaders(Map<String, String>) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setHeight(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectDownloadRequest
-  
- setHost(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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(int) - Method in class com.oracle.e1.aisclient.launchreport.POValue
- 
The id of the processing option 
- setId(String) - Method in class com.oracle.e1.aisclient.message.MessageFormInput
-  
- setId(long) - Method in class com.oracle.e1.aisclient.runbsfn.DSTRInputValue
-  
- setId(long) - Method in class com.oracle.e1.aisclient.runbsfn.DSTROutputValue
-  
- setIdControl(int) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The control id of the option 
- setIdControl(int) - Method in class com.oracle.e1.aisclient.launchreport.POTab
- 
The id of the tab page 
- setIdEVDT(int) - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
- 
The id of the column in the view 
- setIdEVDT(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
- 
The id of the column in the view 
- setIdItem(int) - Method in class com.oracle.e1.aisclient.launchreport.RIItem
- 
The id the report interconnect field 
- setIditem(int) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- setIdItems(Long[]) - Method in class com.oracle.e1.aisclient.launchreport.POStruct
-  
- setIdObject(int) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The id of the option. 
- setIdObject(int) - Method in class com.oracle.e1.aisclient.launchreport.POTab
- 
The id of the tab page 
- setIdSystemValue(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- 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. 
- setInParams(List<DSTRInputValue>) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
The input parameters for business function execution 
- 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. 
- setInputSample(Object) - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Set the payload for the input sample 
- setInputText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextRequest
-  
- setInputText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
-  
- setInputUser(String) - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- setIoType(int) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- setIsAsynch(boolean) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
A boolean defining if the call to the business function should be asynchronous 
- 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
- 
Value is true if it is an RTF text object, false for an HTML text object 
- setIsRTF(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
- 
Indicates if the text is in rich text format. 
- 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
-  
- setIsValidSession(boolean) - Method in class com.oracle.e1.aisclient.ValidateResponse
-  
- setIsWarning(boolean) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
-  
- setItemID(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- setItemID(int) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
-  
- setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextRequest
-  
- setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
-  
- setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
-  
- setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
-  
- setItemName(String) - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
- 
The name of the text media object item 
- 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
-  
- setJdeDebugLog(Boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
Request the report execution to output a jdedebug log 
- setJdeLog(Boolean) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
Request the report execution to output a jde log 
- setJobBaseUrl(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobConsecutiveErrors(Integer) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobEndpointRequested(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setJobEndpointRequested(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobgroup(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobLastExecutionBaseUrl(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobLastExecutionDateTime(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobLastExecutionTimeMillis(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobname(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobNextFireTime(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobNumber(int) - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- setJobNumber(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The job number for the requested reqport execution 
- setJobNumber(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportStatusRequest
- 
Request the output for this job number 
- setJobNumber(String) - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- setJobPercentageErrors(Integer) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobs(List<SchedulerJob>) - Method in class com.oracle.e1.aisclient.scheduler.ListExecutingSchedulesResponse
-  
- setJobServicePath(List<String>) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setJobServicePath(List<String>) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobsstarted(List<SchedulerJob>) - Method in class com.oracle.e1.aisclient.scheduler.StartedJobsResponse
-  
- setJobsstopped(List<SchedulerJob>) - Method in class com.oracle.e1.aisclient.scheduler.StoppedJobsResponse
-  
- setJobStatus(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The status of the report (only returned when fireAndForget is false, for synchronous execution) 
- setJobTotalCompletions(Integer) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobTotalErrors(Integer) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setJobTotalExecutions(Integer) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- 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
-  
- setKey(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setLanguage(String) - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- setLanguages(List<String>) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The list of languages the report will be generated in. 
- setLastDate(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The last activity date the report (only returned when fireAndForget is false, for synchronous execution) 
- setLastModifiedUser(String) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
The user that last modified the version, which may have security implications 
- setLastModifiedUser(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The user who last modified the requested version, this may have security implications 
- setLastRunTime(long) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
-  
- setLastTime(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The last activity time of the report (only returned when fireAndForget is false, for synchronous execution) 
- setLength(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setLength(int) - Method in class com.oracle.e1.aisclient.launchreport.RIItem
- 
The length of the report interconnect field 
- setLevel(int) - Method in class com.oracle.e1.aisclient.LogRequest
-  
- setLevel(int) - Method in class com.oracle.e1.aisclient.taskauthorization.TaskAuthorizationRequest
-  
- setLevelBreak(boolean) - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
- 
Will return true from discovery if the column is a level break column in the data sequencing defined for the report. 
- setLineNumber(int) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- setLiteralType(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
Type of literal: SINGLE, LIST or RANGE 
- setLoadBaseFormOnly(Boolean) - Method in class com.oracle.e1.aisclient.FSRParent
-  
- setLocale(String) - Method in class com.oracle.e1.aisclient.UserInfo
-  
- setLocation(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setLoginEnv(LoginEnvironment) - Method in class com.oracle.e1.aisclient.GetUDOByKeyRequest
-  
- setLoginEnv(LoginEnvironment) - Method in class com.oracle.e1.aisclient.ListAvailableUDORequest
-  
- setLoginEnv(LoginEnvironment) - Method in class com.oracle.e1.aisclient.softcoding.OrchestratorSoftCoding
-  
- setLoginResponse(LoginResponse) - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- setLogType(String) - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- setLongDescription(String) - Method in class com.oracle.e1.aisclient.Capability
-  
- setLongDescription(String) - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- setLongName(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- setMaskedKeys(Map<String, String>) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setMemberName(String) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The name of the option 
- setMessage(String) - Method in class com.oracle.e1.aisclient.LogRequest
-  
- setMessage(String) - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Set a message for an exception while processing the get sample call. 
- 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
-  
- setMultipleMode(boolean) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextRequest
- 
Set multipleMode to true to request all of the text objects for this key, or to request a specific text object by sequence. 
- 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.openapi.OrchestrationSample
- 
Set the name of the Orchestration to get samples for 
- setName(String) - Method in class com.oracle.e1.aisclient.OrchestrationInputValue
-  
- setName(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- setName(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setName(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
Set the name the busniness function. 
- setName(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- setName(String) - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Set the name of the Business Function to discover. 
- setNewSsh(Boolean) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setNextNumberIndex(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setNextNumberSystem(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- 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
-  
- setNumberCopies(int) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
The number of copies to print 
- setOauth2ClientId(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setOauth2ClientSecret(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setOauth2FormParameters(Map<String, String>) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setOauth2TokenURL(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setObjectName(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setObjectName(String) - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Set the name of the parent Business Function Object to include in the discovery
 For Example: B03B0301 
- setObjectType(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The object type of the report (only returned when fireAndForget is false, for synchronous execution) 
- 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
-  
- setOmwObjectName(String) - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSample
- 
Set the OMW Object Name of the Orchestration to get samples for 
- setOmwObjectOwner(String) - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- setOmwScheduleDescription(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setOmwScheduleDescription(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setOmwScheduleLongName(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setOmwScheduleObjectName(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setOmwScheduleOwner(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setOmwServiceDescription(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setOmwServiceDescription(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setOmwServiceObjectName(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- 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.launchreport.Criterion
- 
AND or OR operator to use in conjuction with previous comparisons in the list 
- 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
-  
- setOrderByColumns(List<OrderByColumn>) - Method in class com.oracle.e1.aisclient.launchreport.DataSequence
- 
A list of columns to order the report results by 
- setOrientation(int) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
The paper orientation, 1 - Portrate, 2 - Landscape 
- setOriginatingEnvironment(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setOriginatingUser(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setOsaInterfaceName(String) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
Provide the OSA interface name to generate an OSA file on the execution server 
- setOutput(CountResponse.Output[]) - Method in class com.oracle.e1.aisclient.CountResponse
-  
- setOutput(String) - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- setOutput(List<DSTROutputValue>) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResult
-  
- setOutputIds(List<Long>) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
The ids of the outputs from the business function 
- setOutputOptions(Map<String, BIOption>) - Method in class com.oracle.e1.aisclient.launchreport.BIReportOptions
- 
The output options for the BI report. 
- setOutputs(List<DiscoveryResponse.InputItem>) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
-  
- setOutputSample(Object) - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Set the payload for the output sample 
- 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.launchreport.ReportRequest
- 
Indicate if the report output should be transferred, default value is FTP transfer 
- setOutputType(String) - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- setOutputType(String) - Method in class com.oracle.e1.aisclient.notification.Notification
-  
- setPageBreak(boolean) - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
- 
Set to true if the report should include a page break when this column changes. 
- setPageNumber(int) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The page number the option is on 
- setPageNumber(int) - Method in class com.oracle.e1.aisclient.launchreport.POTab
- 
The tab page number 
- setPaperSource(int) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
The paper source to print from on the printer (if not default) 
- setPaperType(String) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
The paper type defined in EnterpriseOne to use when print immediate is requested 
- setParameter(List<Parameter>) - Method in class com.oracle.e1.aisclient.message.Template
-  
- setParentDll(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- 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
-  
- setPasswordAboutToExpire(boolean) - Method in class com.oracle.e1.aisclient.LoginResponse
-  
- setPath(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setPathExt(String) - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- setPathExt(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
An extension to the path on the FTP server where the file should be coppied to beyond the root of the FTP site. 
- setPoglossaryOverride(String) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The ID of the glossary used for the option 
- setPoPrompt(POPrompt) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
The details of the processing option prompt 
- setPort(Integer) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setPoStringJSON(String) - Method in class com.oracle.e1.aisclient.LoginResponse
-  
- setPoStruct(POStruct) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
The details of the processing option data structure 
- setPoValues(List<POValue>) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Processing options available for the report 
- setPoValues(List<POValue>) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The processig option values to use when executing the report 
- setPredicate(SelectionValue) - Method in class com.oracle.e1.aisclient.launchreport.Criterion
- 
The right side or predicate of the operation 
- 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. 
- setPrinterName(String) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
The name of a printer defined in EnterpriseOne to use when print immediate is requested 
- setPrintImmediate(boolean) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
Set this to true to send the report to the printer immediately when it has completed 
- setPrintOptions(PrintOptions) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Print options currently configured for the report/version 
- setPrintOptions(PrintOptions) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
Print options to use when executing the report 
- setPrintStyleSDT(int) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
The style to print 1-Simplex, 2-Duplex, 3-Tumble 
- 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
-  
- setProxy_host(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setProxy_port(Integer) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setQueueName(String) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Queue name used for the report by default 
- setQueueName(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The queue where report ran (only returned when fireAndForget is false, for synchronous execution) 
- setQueueName(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The name of the queue the report should execute in 
- 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
-  
- setRecordType(Integer) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setRefreshInterval(int) - Method in class com.oracle.e1.aisclient.watchlist.WatchListMetaData
-  
- setRel(String) - Method in class com.oracle.e1.aisclient.ResponseLink
-  
- setReportInterconnect(boolean) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- setReportInterconnectID(int) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- setReportInterconnects(List<RIItem>) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Report interconnects defined for the report 
- setReportInterconnectTemplateName(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- setReportLoggingLevel(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
Request the report execution to have this level of logging (0-6) in the jdedebug log 
- setReportName(String) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
The report name 
- setReportName(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The report name that was executed 
- setReportName(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The name of the report to execute, for example R01012 
- setReportSecurity(ReportSecurity) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Security configuration of the report and version requested 
- setReportVersion(String) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
The report version 
- setReportVersion(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The report version that was executed 
- setReportVersion(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The verion of the report to execute, for example XJDE0001 
- 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
-  
- setRequired(boolean) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNDataStructure
-  
- setRequiredCapabilities(ArrayList<String>) - Method in class com.oracle.e1.aisclient.LoginEnvironment
-  
- setRequiredCapabilityMissing(boolean) - Method in class com.oracle.e1.aisclient.DefaultConfig
-  
- setResult(BSFNResult) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- 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
-  
- setReturnDetail(boolean) - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Determine if the discovery should include the detail of the data structure 
- setRid(String) - Method in class com.oracle.e1.aisclient.ApplicationStackRequest
-  
- setRID(String) - Method in class com.oracle.e1.aisclient.ApplicationStackResponse
-  
- setRiValues(List<POValue>) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The report interconnect values to pass in when executing the report 
- 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
-  
- setRole(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- 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
-  
- setSaveCSVFile(boolean) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
Set this to true to generate a CSV file on the execution server 
- setSavePDLFile(boolean) - Method in class com.oracle.e1.aisclient.launchreport.PrintOptions
- 
Set this to true to generate a printer definition file (e.g. 
- setSaveURL(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddUrlResponse
-  
- setScheduleCronString(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setScheduleCronString(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setScheduledServices(List<ScheduledService>) - Method in class com.oracle.e1.aisclient.scheduler.ListNotificationSchedulesResponse
-  
- setScheduleIntervalMinutes(Integer) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setScheduleIntervalMinutes(Integer) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setScheduleUDOName(String) - Method in class com.oracle.e1.aisclient.DiscoveryResponse.DiscoveryOrch
-  
- setScPassword(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setScUsername(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setSearchAppName(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setSearchFormName(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setSectionID(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- setSectionID(int) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- setSecure(Boolean) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setSecurity_policy(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setSend_message_ext(SendMessageExtended) - Method in class com.oracle.e1.aisclient.message.SendMessageDetails
-  
- setSeq(int) - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
- 
The sequence for this coumn in the list of columns to order by 
- setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.FileAttachment
-  
- setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectAddTextResponse
-  
- 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.MediaObjectGetTextRequest
- 
Use in conjunction with multipleMode to request text for a single specific text item sequence. 
- setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectListItem
-  
- setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUpdateTextRequest
-  
- setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectUploadResponse
-  
- setSequence(int) - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
- 
The sequence number of the text attachment 
- setServer(String) - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- setServiceLongEndpoint(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setServiceLongEndpoint(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- setServiceShortEndpoint(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- setServiceShortEndpoint(String) - Method in class com.oracle.e1.aisclient.scheduler.SchedulerJob
-  
- 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
-  
- setSoftCodingRecordKey(String) - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- setSoftCodingRecordKey(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The soft coding/ connections record for the FTP site to transfer the report output to 
- setSource(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- 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
-  
- setSpecialValue(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
Specially allowed date values: TODAY, NULL_DATE or NULL_UTIME 
- setSpecialValueId(String) - Method in class com.oracle.e1.aisclient.aggregation.HavingValue
-  
- setSpecialValueId(String) - Method in class com.oracle.e1.aisclient.query.QueryValue
-  
- setSshFile(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setSshKey(String) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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
-  
- setStartedcount(Integer) - Method in class com.oracle.e1.aisclient.scheduler.StartedJobsResponse
-  
- 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
-  
- setStyle(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setSubject(SelectionValue) - Method in class com.oracle.e1.aisclient.launchreport.Criterion
- 
The left side or subject of the operation 
- 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
-  
- setSubmitDate(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The submittion date of the report (only returned when fireAndForget is false, for synchronous execution) 
- setSubmitted(boolean) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- setSubmitTime(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The submission time of the report (only returned when fireAndForget is false, for synchronous execution) 
- setSubText(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- 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
-  
- setSystemCode(String) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setSystemCode(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setSystemCode(String) - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Set the system code to incldue in the discovery
 For Example: 03B 
- setSzDataItem(String) - Method in class com.oracle.e1.aisclient.launchreport.RIItem
- 
The data dictionary item name of the report interconnect field 
- setSzDesc(String) - Method in class com.oracle.e1.aisclient.launchreport.RIItem
- 
The description of the report interconnect field 
- setSzDict(String) - Method in class com.oracle.e1.aisclient.jargon.JargonDataItem
-  
- setSzDict(String) - Method in class com.oracle.e1.aisclient.jargon.JargonResponseItem
-  
- setSzDict(String) - Method in class com.oracle.e1.aisclient.launchreport.RIItem
- 
The data dictionary item alias of the report interconnect field 
- setSzerror(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNError
-  
- setTable(String) - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
- 
The table for the column 
- setTable(String) - Method in class com.oracle.e1.aisclient.launchreport.OrderByColumn
- 
The table the data item is in 
- setTable(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
The table that the column to compare is in 
- setTabPages(List<POTab>) - Method in class com.oracle.e1.aisclient.launchreport.POPrompt
-  
- 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
-  
- setTemplate(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNFunction
-  
- setTemplate(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNResponse
-  
- setTemplate(String) - Method in class com.oracle.e1.aisclient.runbsfn.DiscoverBSFNRequest
- 
Set the name of the Data Structure templates that should be included in the discovery
 For Example : D03B0301 
- setTemplateName(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- setTemplateName(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- setText(String) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
- 
The Text contents of the media object. 
- setText(String) - Method in class com.oracle.e1.aisclient.mediaobject.TextMediaObject
- 
The text in the text media object. 
- setTextAttachments(List<TextMediaObject>) - Method in class com.oracle.e1.aisclient.mediaobject.MediaObjectGetTextResponse
- 
The list of text items 
- setThresholdType(String) - Method in class com.oracle.e1.aisclient.watchlist.WatchListResponse
-  
- 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
-  
- setTimeout(Integer) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- setTimestamp(String) - Method in class com.oracle.e1.aisclient.openapi.OrchestrationSampleResponse
- 
Set the timestamp for an exception while processing the get sample call 
- setTitle(String) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The title of the option 
- setTitle(String) - Method in class com.oracle.e1.aisclient.launchreport.POTab
- 
The title of the tab page 
- 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
-  
- setToken(String) - Method in class com.oracle.e1.aisclient.ValidateRequest
-  
- setTouch(boolean) - Method in class com.oracle.e1.aisclient.ValidateRequest
-  
- setTransactionId(String) - Method in class com.oracle.e1.aisclient.runbsfn.BSFNRequest
- 
The existing transaction id if the business function should be executed as part a the transaction 
- 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(int) - Method in class com.oracle.e1.aisclient.launchreport.POControl
- 
The data type of the option 
- setType(int) - Method in class com.oracle.e1.aisclient.launchreport.PODDInfo
-  
- setType(int) - Method in class com.oracle.e1.aisclient.launchreport.POTab
- 
The data type of the tab page 
- setType(String) - Method in class com.oracle.e1.aisclient.message.Attachment
-  
- 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.runbsfn.DiscoverBSFNResponse
-  
- 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
-  
- setUdoServiceType(String) - Method in class com.oracle.e1.aisclient.scheduler.ScheduledService
-  
- 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
-  
- setUse_proxy(Boolean) - Method in class com.oracle.e1.aisclient.softcoding.GenericExternalSoftCoding
-  
- 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.launchreport.ReportProcessResponse
- 
The user requesting execution of the report (only returned when fireAndForget is false, for synchronous execution) 
- 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.scheduler.ScheduledService
-  
- 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.launchreport.POValue
- 
The value to use for the processing option 
- 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 
- setValue(String) - Method in class com.oracle.e1.aisclient.runbsfn.DSTRInputValue
-  
- setValue(Object) - Method in class com.oracle.e1.aisclient.runbsfn.DSTROutputValue
-  
- 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(List<String>) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
The single, list or range of values of the literal 
- 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. 
- setVariableID(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportField
-  
- setVariableID(int) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- 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.query.ListAvailableQueriesRequest
-  
- setVersion(String) - Method in class com.oracle.e1.aisclient.SingleFormRequest
-  
- setVersionSecurityFlag(int) - Method in class com.oracle.e1.aisclient.launchreport.ReportSecurity
- 
The value of the version security flag (0-3) on this report/version 
- setView(String) - Method in class com.oracle.e1.aisclient.launchreport.BSVWColumn
- 
The view for the column 
- setView(String) - Method in class com.oracle.e1.aisclient.launchreport.SelectionValue
- 
The view that the table column used in the comparison is in 
- setViewType(String) - Method in class com.oracle.e1.aisclient.launchreport.FTPReportOutputRequest
-  
- setViewType(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportRequest
- 
The output view to transfer. 
- setWarning(String) - Method in class com.oracle.e1.aisclient.launchreport.DiscoverReportResponse
- 
Any warnings encountered when running discovery service 
- setWarning(String) - Method in class com.oracle.e1.aisclient.launchreport.ReportProcessResponse
- 
The any warnings encountered by the report execution process 
- 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
-  
- SPCLVAL_NULLDATE - Static variable in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- SPCLVAL_NULLUTIME - Static variable in class com.oracle.e1.aisclient.launchreport.SelectionValue
-  
- 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
-  
- START_WITH() - Constructor for class com.oracle.e1.aisclient.query.StringOperator.START_WITH
-  
- StartAllScheduledNTFAndOrchRequest - Class in com.oracle.e1.aisclient.scheduler
-  
- StartAllScheduledNTFAndOrchRequest() - Constructor for class com.oracle.e1.aisclient.scheduler.StartAllScheduledNTFAndOrchRequest
-  
- StartAllScheduledNTFAndOrchRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.scheduler.StartAllScheduledNTFAndOrchRequest
-  
- StartAScheduledJobRequest - Class in com.oracle.e1.aisclient.scheduler
-  
- StartAScheduledJobRequest() - Constructor for class com.oracle.e1.aisclient.scheduler.StartAScheduledJobRequest
-  
- StartAScheduledJobRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.scheduler.StartAScheduledJobRequest
-  
- StartedJobsResponse - Class in com.oracle.e1.aisclient.scheduler
-  
- StartedJobsResponse() - Constructor for class com.oracle.e1.aisclient.scheduler.StartedJobsResponse
-  
- STATIC - Static variable in class com.oracle.e1.aisclient.aggregation.AggregationInfo.CurrencyProcessing
-  
- StopAScheduledJobRequest - Class in com.oracle.e1.aisclient.scheduler
-  
- StopAScheduledJobRequest() - Constructor for class com.oracle.e1.aisclient.scheduler.StopAScheduledJobRequest
-  
- StopAScheduledJobRequest(LoginEnvironment) - Constructor for class com.oracle.e1.aisclient.scheduler.StopAScheduledJobRequest
-  
- StoppedJobsResponse - Class in com.oracle.e1.aisclient.scheduler
-  
- StoppedJobsResponse() - Constructor for class com.oracle.e1.aisclient.scheduler.StoppedJobsResponse
-  
- 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.CONTAINS - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.END_WITH - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.EQUAL - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.GREATER - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.GREATER_EQUAL - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.LESS - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.LESS_EQUAL - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.NOT_BLANK - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.NOT_EQUAL - Class in com.oracle.e1.aisclient.query
-  
- StringOperator.START_WITH - Class in com.oracle.e1.aisclient.query
-  
- STYLE_DUPLEX - Static variable in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- STYLE_SIMPLEX - Static variable in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- STYLE_TUMBLE - Static variable in class com.oracle.e1.aisclient.launchreport.PrintOptions
-  
- SYSTEMVAL_DATETODAY - Static variable in class com.oracle.e1.aisclient.launchreport.SelectionValue
-