Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 2.3.3

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

A

ACTION_CREATE - Static variable in class com.oracle.e1.jdemf.FormRequest
 
ACTION_DELETE - Static variable in class com.oracle.e1.jdemf.FormRequest
 
ACTION_READ - Static variable in class com.oracle.e1.jdemf.FormRequest
 
ACTION_UPDATE - Static variable in class com.oracle.e1.jdemf.FormRequest
 
ActionRequest - Class in com.oracle.e1.jdemf
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.jdemf.ActionRequest
 
addAggregationColumn(String, AggregationType) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
Use this method to add an aggregation column to the request
addAggregationGroupBy(String) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
Use this method to add an aggregation group by to the request
addAggregationOrderBy(String, OrderByDirection) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
Use this method to add an order by to the aggregation request
addAggregationOrderBy(String, AggregationType, OrderByDirection) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
Use this method to add an order by to the aggregation request, where the order is based on an aggregation result
addAggregationOrderByCount(OrderByDirection) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
Use this method to add an order by to the aggregation request, where the order is based on a count result
addBetweenCondition(String) - Method in class com.oracle.e1.jdemf.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.jdemf.aggregation.AggregationInfo
Use this method to request a COUNT * aggregation
addDateCondition(String, DateOperator) - Method in class com.oracle.e1.jdemf.query.Query
Add a date condition to compare a date field to a date value based on the specified date operator.
addDateCondition(String, DateOperator, Date) - Method in class com.oracle.e1.jdemf.query.Query
Add a date condition to compare a date field to a date value based on the specified date operator.
addDateValue(Date) - Method in class com.oracle.e1.jdemf.query.ListCondition
Add a Date value to the list.
addExtension(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
addFSREvent(FSREvent) - Method in class com.oracle.e1.jdemf.ActionRequest
 
addFSREvent(FSREvent) - Method in class com.oracle.e1.jdemf.FSRParent
 
addFSREvent(FSREvent) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
addGridAction(GridAction) - Method in class com.oracle.e1.jdemf.FSREvent
Allows adding a grid action to the events being sent.
addHavingBetweenCondition(String, AggregationType) - Method in class com.oracle.e1.jdemf.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.jdemf.aggregation.Having
Add a list condition to reduce the response to aggregation values in the list.
addListCondition(String) - Method in class com.oracle.e1.jdemf.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.jdemf.mediaobject.MediaObject
 
addMoType(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
addNumberCondition(String, AggregationType, NumericOperator, BigDecimal) - Method in class com.oracle.e1.jdemf.aggregation.Having
Add a number condition to to reduce the response to aggregation values that compare to a BigDecimal value
addNumberCondition(String, AggregationType, NumericOperator, Integer) - Method in class com.oracle.e1.jdemf.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.jdemf.query.Query
Add a number condition to compare a numeric field from the form to a numeric value
addNumberCondition(String, NumericOperator, Integer) - Method in class com.oracle.e1.jdemf.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.jdemf.query.Query
Add a number condition to compare a numeric field from the form to a numeric value
addPhoto(FileAttachment) - Method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
addSpecialDate(DateSpecialValue, int) - Method in class com.oracle.e1.jdemf.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.jdemf.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.jdemf.query.Query
Add a string condition user id to compare a string field from the form to the currently logged in user id.
addToFISet(String, String) - Method in class com.oracle.e1.jdemf.FormRequest
 
addToFISet(String, Date) - Method in class com.oracle.e1.jdemf.FormRequest
 
addToFISet(String, String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
addToFISet(String, Date) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
addUrlMediaObject(MediaObjectAddUrlRequest) - Static method in class com.oracle.e1.jdemf.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.jdemf.aggregation.HavingListCondition
Add a string value to the list
addValue(BigDecimal) - Method in class com.oracle.e1.jdemf.aggregation.HavingListCondition
Add a string value to the list
addValue(String) - Method in class com.oracle.e1.jdemf.query.ListCondition
Add a string value to the list.
AGG_TYPE_AVG() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Average
AGG_TYPE_AVG() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_AVG
 
AGG_TYPE_AVG_DISTINCT() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Average Distinct
AGG_TYPE_AVG_DISTINCT() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_AVG_DISTINCT
 
AGG_TYPE_COUNT_DISTINCT() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Count Distinct
AGG_TYPE_COUNT_DISTINCT() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_COUNT_DISTINCT
 
AGG_TYPE_MAX() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Maximum Value
AGG_TYPE_MAX() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_MAX
 
AGG_TYPE_MIN() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Minimum Value
AGG_TYPE_MIN() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_MIN
 
AGG_TYPE_SUM() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Sum
AGG_TYPE_SUM() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_SUM
 
AGG_TYPE_SUM_DISTINCT() - Static method in class com.oracle.e1.jdemf.aggregation.AggregationType
Use this method to specify the aggregation type as Sum Distitinct
AGG_TYPE_SUM_DISTINCT() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationType.AGG_TYPE_SUM_DISTINCT
 
AggregationInfo - Class in com.oracle.e1.jdemf.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() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
AggregationItem - Class in com.oracle.e1.jdemf.aggregation
 
AggregationItem() - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationItem
 
AggregationItem(String, String) - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationItem
 
AggregationItem(String) - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationItem
 
AggregationItem(String, String, boolean) - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationItem
 
AggregationItem(String, String, String) - Constructor for class com.oracle.e1.jdemf.aggregation.AggregationItem
 
AggregationResponseHelper - Class in com.oracle.e1.jdemf.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.jdemf.aggregation.AggregationResponseHelper
 
AggregationType - Class in com.oracle.e1.jdemf.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.jdemf.aggregation.AggregationType
 
AggregationType.AGG_TYPE_AVG - Class in com.oracle.e1.jdemf.aggregation
 
AggregationType.AGG_TYPE_AVG_DISTINCT - Class in com.oracle.e1.jdemf.aggregation
 
AggregationType.AGG_TYPE_COUNT_DISTINCT - Class in com.oracle.e1.jdemf.aggregation
 
AggregationType.AGG_TYPE_MAX - Class in com.oracle.e1.jdemf.aggregation
 
AggregationType.AGG_TYPE_MIN - Class in com.oracle.e1.jdemf.aggregation
 
AggregationType.AGG_TYPE_SUM - Class in com.oracle.e1.jdemf.aggregation
 
AggregationType.AGG_TYPE_SUM_DISTINCT - Class in com.oracle.e1.jdemf.aggregation
 
APP - Static variable in class com.oracle.e1.jdemf.JDEmfLogger
 
APPLICATION_STACK - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
APPLICATION_STACK_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
ApplicationGlobals - Class in com.oracle.e1.jdemf
ApplicationGlobals is a Singleton class that holds global values accessable from any class in your mobile application
It stores important information used by the Login.jar to control sessions, application security, AIS capability/compatability, and to configure the EULA page displayed in the springboard, info for the about page available on the springboard is also maintained here.
ApplicationGlobals(ApplicationGlobals.SerializableGlobals) - Constructor for class com.oracle.e1.jdemf.ApplicationGlobals
 
ApplicationGlobals() - Constructor for class com.oracle.e1.jdemf.ApplicationGlobals
 
ApplicationGlobals.SerializableGlobals - Class in com.oracle.e1.jdemf
 
ApplicationStack - Class in com.oracle.e1.jdemf
ApplicationStack class allows AIS Client users to interact with and maintain a stack of EnterpriseOne forms.
ApplicationStack() - Constructor for class com.oracle.e1.jdemf.ApplicationStack
 
ApplicationStackRequest - Class in com.oracle.e1.jdemf
Class representing the expected input into an application stack AIS call, this class will be serialized to JSON and then sent to AIS
ApplicationStackRequest() - Constructor for class com.oracle.e1.jdemf.ApplicationStackRequest
 
ApplicationStackResponse - Class in com.oracle.e1.jdemf
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.jdemf.ApplicationStackResponse
 
AvailableUDOItem - Class in com.oracle.e1.jdemf
Class representing UDO attributes.
AvailableUDOItem() - Constructor for class com.oracle.e1.jdemf.AvailableUDOItem
 
AvailableUDOListDefault - Class in com.oracle.e1.jdemf
List of UDO Items.
AvailableUDOListDefault() - Constructor for class com.oracle.e1.jdemf.AvailableUDOListDefault
 
AvailableUDOListObject - Class in com.oracle.e1.jdemf
 
AvailableUDOListObject() - Constructor for class com.oracle.e1.jdemf.AvailableUDOListObject
 

B

BATCH_FORM_SERVICE_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
BatchDataRequest - Class in com.oracle.e1.jdemf
Use the BatchDataRequest class to perform multiple data requests in a single call.
BatchDataRequest() - Constructor for class com.oracle.e1.jdemf.BatchDataRequest
 
BatchFormRequest - Class in com.oracle.e1.jdemf
Use BatchFormRequest along wit uri batchformservice to call multiple forms in one request.
BatchFormRequest() - Constructor for class com.oracle.e1.jdemf.BatchFormRequest
 
BetweenCondition - Class in com.oracle.e1.jdemf.query
BetweenCondition allows you to apply a query condition where the values in a field are between two other values.
BetweenCondition() - Constructor for class com.oracle.e1.jdemf.query.BetweenCondition
 
BIG_DECIMAL_TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
BLANK() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
BLANK() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.BLANK
 
buildAddressMapURL(String, String, String, String, String, String, String, String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Get a url to use to call native map applications from an address
buildAddressMapURL(String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Get a url to use to call native map applications
buildCoordinateMapURL(String, String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Get a url to use to call native map applications

C

CALENDAR_TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
Capability - Class in com.oracle.e1.jdemf
Represents a capability available on the AIS server - Use for JSON de-serialization
Capability() - Constructor for class com.oracle.e1.jdemf.Capability
 
capabilityDetectCheck(DefaultConfig) - Static method in class com.oracle.e1.jdemf.JDEmfCapability
Provided the defaultConfig response from the AIS server, and that required capabilities are listed in the ApplicationGlobals, this will check if the server provides all of the required capabilities.
CapabilityException - Exception in com.oracle.e1.jdemf
A Capability Exception will be thrown when a capability use is attempted, if the capability is not available on the AIS server or if you have not indicated the capability is used or required by your application.
CapabilityException(Throwable) - Constructor for exception com.oracle.e1.jdemf.CapabilityException
 
CapabilityException(String, Throwable) - Constructor for exception com.oracle.e1.jdemf.CapabilityException
 
CapabilityException(String) - Constructor for exception com.oracle.e1.jdemf.CapabilityException
 
CapabilityException() - Constructor for exception com.oracle.e1.jdemf.CapabilityException
 
capabilityExists(String) - Static method in class com.oracle.e1.jdemf.JDEmfCapability
Look through the list of capabilities for matching one, return true if it is found
CHAR_TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
checkBoxChecked(String) - Method in class com.oracle.e1.jdemf.FSREvent
 
checkBoxNotChecked(String) - Method in class com.oracle.e1.jdemf.FSREvent
 
checkConnection(String, boolean) - Method in class com.oracle.e1.jdemf.disconnected.E1Connect
checkConnection continually checks for a network connection
checkSuccess(String) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
clearFieldValue(String) - Method in class com.oracle.e1.jdemf.FSREvent
 
clearGridColumnValue(String) - Method in class com.oracle.e1.jdemf.GridRowInsertEvent
 
clearGridColumnValue(String) - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
clearQBEValue(String) - Method in class com.oracle.e1.jdemf.FSREvent
 
clickGridCell(String, int, String) - Method in class com.oracle.e1.jdemf.FSREvent
Sends an action request to click a grid cell hyperlink
close() - Method in class com.oracle.e1.jdemf.ApplicationStack
Close the stack without performing any additional actions.
close(ActionRequest) - Method in class com.oracle.e1.jdemf.ApplicationStack
Close the stack after performing the actions provided.
CLOSE - Static variable in class com.oracle.e1.jdemf.ApplicationStackRequest
 
closeConnection() - Static method in class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
closeConnection
com.oracle.e1.jdemf - package com.oracle.e1.jdemf
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server
com.oracle.e1.jdemf.aggregation - package com.oracle.e1.jdemf.aggregation
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to request aggregation of columns in a data request Aggregation is new and is dependent on AIS version 9.2.0.2
com.oracle.e1.jdemf.disconnected - package com.oracle.e1.jdemf.disconnected
Provides helper classes to aid in building disconnection applications.
com.oracle.e1.jdemf.mediaobject - package com.oracle.e1.jdemf.mediaobject
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to manage EnterpriseOne media objects (attachments).
com.oracle.e1.jdemf.preference - package com.oracle.e1.jdemf.preference
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to call the preference service to store user preferences.
com.oracle.e1.jdemf.query - package com.oracle.e1.jdemf.query
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to execute queries on EnterpriseOne forms
com.oracle.e1.jdemf.udo - package com.oracle.e1.jdemf.udo
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to request UDO Information from EnterpriseOne.
com.oracle.e1.jdemf.watchlist - package com.oracle.e1.jdemf.watchlist
Provides the classes necessary to interact withe the Oracle JD Edwards EnterpriseOne Application Interface Services (AIS) Server to execute the Watchlist Service.
Condition - Class in com.oracle.e1.jdemf.query
As part of an Query you define several Conditions to filter the data based on values in a field.
Condition() - Constructor for class com.oracle.e1.jdemf.query.Condition
 
conn - Static variable in class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
 
connect() - Method in class com.oracle.e1.jdemf.disconnected.E1Connect
connect Called after going from disconnected to connection available, connects using previous credentials
CONTAINS() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
CONTAINS() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.CONTAINS
 
convertDateToYMDString(Date) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
convertDateToYMDString, converts the date to a string with year month day (e.g.
convertMillisecondsToYMDString(String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
convertMillisecondsToYMDString, converts the string which contains milliseconds to a string with year month day (e.g.
convertMillisecondsToYMDString(long) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
convertMillisecondsToYMDString, converts the string which contains milliseconds to a string with year month day (e.g.
COUNT - Static variable in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
CountResponse - Class in com.oracle.e1.jdemf
Use the CountResponse class to marshal output from a count type data service request.
CountResponse() - Constructor for class com.oracle.e1.jdemf.CountResponse
 
CountResponse.Output - Class in com.oracle.e1.jdemf
 
createMOTable(String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
createMOTable Creates an sqlite table to store MO blob using the table name passed, deletes table if exists prior to creation
createTable(String) - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
createTable Creates an sqlite table using the table name passed, deletes table prior to creation if exists.
CROSS_REFERENCE_TYPE - Static variable in class com.oracle.e1.jdemf.udo.UDORequest
 

D

DATA_BROWSE - Static variable in class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistRequest
 
DATA_SERVICE - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
DATA_SERVICE_AGGREGATION - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
DATA_SERVICE_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
DataRequest - Class in com.oracle.e1.jdemf
Use the DataRequest object to request data from a view or table in EnterpriseOne.
DataRequest() - Constructor for class com.oracle.e1.jdemf.DataRequest
 
DATE_TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
DateCondition - Class in com.oracle.e1.jdemf.query
DateConditions can be applied to dates.
DateCondition(String) - Constructor for class com.oracle.e1.jdemf.query.DateCondition
 
DateOperator - Class in com.oracle.e1.jdemf.query
DateOperator can be applied to dates.
DateOperator() - Constructor for class com.oracle.e1.jdemf.query.DateOperator
 
DateOperator.EQUAL - Class in com.oracle.e1.jdemf.query
 
DateOperator.GREATER - Class in com.oracle.e1.jdemf.query
 
DateOperator.GREATER_EQUAL - Class in com.oracle.e1.jdemf.query
 
DateOperator.LESS - Class in com.oracle.e1.jdemf.query
 
DateOperator.LESS_EQUAL - Class in com.oracle.e1.jdemf.query
 
DateOperator.NOT_EQUAL - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue - Class in com.oracle.e1.jdemf.query
Special Values used to compare dates to.
DateSpecialValue() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue
 
DateSpecialValue.TODAY - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue.TODAY_MINUS_DAY - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue.TODAY_MINUS_MONTH - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue.TODAY_MINUS_YEAR - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue.TODAY_PLUS_DAY - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue.TODAY_PLUS_MONTH - Class in com.oracle.e1.jdemf.query
 
DateSpecialValue.TODAY_PLUS_YEAR - Class in com.oracle.e1.jdemf.query
 
DBConnectionFactory - Class in com.oracle.e1.jdemf.disconnected
 
DBConnectionFactory() - Constructor for class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
 
DEBUG - Static variable in class com.oracle.e1.jdemf.JDEmfLogger
 
DEFAULT_CONFIG_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
DefaultConfig - Class in com.oracle.e1.jdemf
Represents a the default configuration of the AIS server - Use for JSON de-serialization
DefaultConfig() - Constructor for class com.oracle.e1.jdemf.DefaultConfig
 
DefaultConfig(String, String) - Constructor for class com.oracle.e1.jdemf.DefaultConfig
 
DELETE_ACTION - Static variable in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
deleteAllImagesfromFile(FileAttachment[]) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
deleteAllImagesfromFile deletes all of the files stored on the device based on the list of file attachments
deleteMediaObject(MediaObjectDeleteRequest) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
deleteMediaObject will delete the attachment based on the media object structure, key and squence
direction - Variable in class com.oracle.e1.jdemf.aggregation.OrderByDirection
 
disconnectedTimeRemaining() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
disconnectedTimeRemaining Returns the amount of time remaining to work in disconnected mode
doControlAction(String) - Method in class com.oracle.e1.jdemf.FSREvent
 
downloadMediaObject(MediaObjectDownloadRequest) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
downloadMediaObject allows you to request a single media object file based on the media object structure, key and sequence number, file will be saved to specified download directory location (if not provided the file will not be saved and no file location will be provided in the MediaObjectDownloadResponse).

E

E1Connect - Class in com.oracle.e1.jdemf.disconnected
 
E1Connect() - Constructor for class com.oracle.e1.jdemf.disconnected.E1Connect
 
E1Disconnected - Class in com.oracle.e1.jdemf.disconnected
 
E1Disconnected() - Constructor for class com.oracle.e1.jdemf.disconnected.E1Disconnected
 
E1ErrorWarning - Class in com.oracle.e1.jdemf
Used to hold Errors or Warnings set in the EnterpriseOne application invoked in a form service call.
E1ErrorWarning() - Constructor for class com.oracle.e1.jdemf.E1ErrorWarning
 
E1ErrorWarning(String, String, String) - Constructor for class com.oracle.e1.jdemf.E1ErrorWarning
 
e1LocaleOverride() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Overrides the locale to match the language preference for the currently logged in user in EnterpriseOne (user based on ApplicationGlobals loginResponse)
EDITABLE - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
enableCloud(HttpConnection) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Checks Application Globals to see if cloud support was enabled in about.properties.
END_WITH() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
END_WITH() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.END_WITH
 
EQUAL() - Static method in class com.oracle.e1.jdemf.query.DateOperator
 
EQUAL() - Constructor for class com.oracle.e1.jdemf.query.DateOperator.EQUAL
 
EQUAL() - Static method in class com.oracle.e1.jdemf.query.NumericOperator
 
EQUAL() - Constructor for class com.oracle.e1.jdemf.query.NumericOperator.EQUAL
 
EQUAL() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
EQUAL() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.EQUAL
 
EXECUTE - Static variable in class com.oracle.e1.jdemf.ApplicationStackRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDODeleteRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDODepenenciesRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOGetAllObjectsRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOGetObjectByKeyRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
execute() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoRequest
 
execute() - Method in class com.oracle.e1.jdemf.watchlist.GetWatchlistByKeyRequest
 
execute() - Method in class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistRequest
 
execute() - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
executeActions(ActionRequest) - Method in class com.oracle.e1.jdemf.ApplicationStack
Execute additional actions on an already opened application stack, you must provide the currently running form, and all actions are expected to be on that form.
executeRequest() - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
executeRequest() - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 

F

FALSE - Static variable in class com.oracle.e1.jdemf.FormRequest
 
FileAttachment - Class in com.oracle.e1.jdemf.mediaobject
FileAttachment class holds information about a downloaded media object attachment.
FileAttachment() - Constructor for class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
FileAttachment(String, String, int) - Constructor for class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
FileAttachment(String) - Constructor for class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
FIStructure - Class in com.oracle.e1.jdemf
FI Structure represents the form interconnect id, value pairs sent as input to an EnterpriseOne form.
FIStructure() - Constructor for class com.oracle.e1.jdemf.FIStructure
 
FIStructure(String, String) - Constructor for class com.oracle.e1.jdemf.FIStructure
 
FORM_SERVICE - Static variable in class com.oracle.e1.jdemf.FormRequest
 
FORM_SERVICE_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
FormAction - Class in com.oracle.e1.jdemf
FormAction represents a single action taken on an EnterpriseOne form.
FormAction() - Constructor for class com.oracle.e1.jdemf.FormAction
 
formActions - Variable in class com.oracle.e1.jdemf.FSREvent
 
FormRequest - Class in com.oracle.e1.jdemf
The FormRequest class is the expected input class to the jderest/formservice AIS service.
FormRequest() - Constructor for class com.oracle.e1.jdemf.FormRequest
 
fromAlbum(int, boolean, int, int) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
Invokes the device manager 'fromAlbum' function to get an image from the album, it re-names the image in the file system with a unique name.
fromCamera(int, boolean, int, int) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
Invokes the device manager 'fromCamera' function to get an image from the device camera, it re-names the image in the file system with a unique name.
FSREvent - Class in com.oracle.e1.jdemf
APIs Provided to allow AIS services to request actions be performed on the EntepriseOne form being called.
FSREvent() - Constructor for class com.oracle.e1.jdemf.FSREvent
 
FSRParent - Class in com.oracle.e1.jdemf
FSRParent contains fields shared by both FormServiceRequest and DataRequest
FSRParent() - Constructor for class com.oracle.e1.jdemf.FSRParent
 

G

GET - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
getAbout_ApplicationName() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getAbout_ApplicationName() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getAbout_ApplicationVersion() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getAbout_ApplicationVersion() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getAbout_MobileAppID() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getAbout_MobileAppID() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getAction() - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
getAction() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getAction() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
getActionRequest() - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
getActiveObject() - Method in class com.oracle.e1.jdemf.GetUDOResponse
 
getActiveObject() - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
getActiveObject() - Method in class com.oracle.e1.jdemf.watchlist.GetWatchlistByKeyResponse
 
getActiveObject() - Method in class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistResponse
 
getAddressNumber() - Method in class com.oracle.e1.jdemf.UserInfo
 
getAggregateValuesArray(String, String) - Static method in class com.oracle.e1.jdemf.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.jdemf.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.jdemf.aggregation.AggregationItem
 
getAggregation() - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
getAggregation() - Method in class com.oracle.e1.jdemf.DataRequest
 
getAggregations() - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
getAisVersion() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getAlphaName() - Method in class com.oracle.e1.jdemf.UserInfo
 
getAltPoStringJSON() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getApp() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getApplication() - Method in class com.oracle.e1.jdemf.LogRequest
 
getApplication() - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
getApplicationName() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getApplicationName() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getApplicationName() - Method in class com.oracle.e1.jdemf.LoginRequest
 
getApplicationName() - Method in class com.oracle.e1.jdemf.ProcessingOptionRequest
 
getApplicationVersion() - Method in class com.oracle.e1.jdemf.LogRequest
 
getAppName() - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
getAppsRelease() - Method in class com.oracle.e1.jdemf.UserInfo
 
getAsOfRelease() - Method in class com.oracle.e1.jdemf.Capability
 
getBadgeNumber() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getBadgeNumber() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getCapabilityList() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getCapabilityList() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getCapabilityList() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getClassName() - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
getCloudInstanceID() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getCloudInstanceID() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getCloudInstanceKey() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getCloudInstanceKey() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getCODE() - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
getColumn() - Method in class com.oracle.e1.jdemf.aggregation.AggregationItem
 
getColumnID() - Method in class com.oracle.e1.jdemf.GridColumnEvent
 
getCommand() - Method in class com.oracle.e1.jdemf.FormAction
 
getCommand() - Method in class com.oracle.e1.jdemf.GridColumnEvent
 
getCondition() - Method in class com.oracle.e1.jdemf.aggregation.Having
 
getCondition() - Method in class com.oracle.e1.jdemf.query.Query
 
getConn() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
 
getConnection() - Static method in class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
getConnection Returns a connection to an encrypted sqlite data base
getConstants() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsResponse
 
getContent() - Method in class com.oracle.e1.jdemf.aggregation.HavingValue
 
getContent() - Method in class com.oracle.e1.jdemf.query.QueryValue
 
getControlId() - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
getControlID() - Method in class com.oracle.e1.jdemf.FormAction
 
getControlId() - Method in class com.oracle.e1.jdemf.query.Condition
 
getCount(String, String) - Static method in class com.oracle.e1.jdemf.aggregation.AggregationResponseHelper
Use getCount method to get the integer value of a count * when the requested aggregation does not include any group by columns.
getCount() - Method in class com.oracle.e1.jdemf.CountResponse
 
getCOUNT() - Method in class com.oracle.e1.jdemf.CountResponse.Output
 
getCountBatch(String, String, int) - Static method in class com.oracle.e1.jdemf.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.jdemf.mediaobject.MediaObjectListResponse
 
getCountText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListResponse
 
getCP_PRODUCT_CODE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getCriticalThreshold() - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
getCriticalThreshold() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getCurrentApp() - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
getData() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getDataRequests() - Method in class com.oracle.e1.jdemf.BatchDataRequest
 
getDataServiceType() - Method in class com.oracle.e1.jdemf.DataRequest
 
getDateFormat() - Method in class com.oracle.e1.jdemf.UserInfo
 
getDateSeperator() - Method in class com.oracle.e1.jdemf.UserInfo
 
getDecimalFormat() - Method in class com.oracle.e1.jdemf.UserInfo
 
getDefaultConfig() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getDefaultConfig() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getDefaultEnvironment() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getDefaultFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getDefaultFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getDefaultJasServer() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getDefaultRole() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getDeleteStatus() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteResponse
 
getDependencies() - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse
 
getDESC() - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
getDESC() - Method in class com.oracle.e1.jdemf.StackErrorWarning
 
getDescription() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getDescription() - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
getDescription() - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
getDescription() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getDescription() - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
getDescription() - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
getDescription() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getDescription() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
getDescription() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getDetail() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
getDeviceLocale() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getDeviceName() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
getDeviceName() - Method in class com.oracle.e1.jdemf.LogRequest
 
getDirection() - Method in class com.oracle.e1.jdemf.aggregation.AggregationItem
 
getDisableEulaPrompt() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getDisableEulaPrompt() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getDisconnectedTimeout() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getDownloadUrl() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getDownloadUrl() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getDownloadURL() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
getDownloadUrl() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getEnvironment() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
getEnvironment() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getError() - Method in class com.oracle.e1.jdemf.GetUDOResponse
 
getError() - Method in class com.oracle.e1.jdemf.ListAvailableUDOResponse
 
getError() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteResponse
 
getError() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
getError() - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
getERRORCONTROL() - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
getErrors() - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
getEulaFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getEulaFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getExtensions() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
getFile() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadResponse
 
getFile() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getFile() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadRequest
 
getFileLocation() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getFileLocation() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getFileLocation() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteRequest
 
getFileLocation() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
getFileName() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getFileName() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getFileName() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
getFindOnEntry() - Method in class com.oracle.e1.jdemf.FSRParent
 
getFindOnEntry() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getForm() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getFormActions() - Method in class com.oracle.e1.jdemf.ActionRequest
 
getFormActions() - Method in class com.oracle.e1.jdemf.FSRParent
 
getFormActions() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormDSData() - Method in class com.oracle.e1.jdemf.FormRequest
 
getFormDSData() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormDSTmpl() - Method in class com.oracle.e1.jdemf.FormRequest
 
getFormDSTmpl() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormInputs() - Method in class com.oracle.e1.jdemf.FormRequest
 
getFormInputs() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormName() - Method in class com.oracle.e1.jdemf.FormRequest
 
getFormName() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
getFormName() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormName() - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
getFormOID() - Method in class com.oracle.e1.jdemf.ActionRequest
 
getFormOID() - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
getFormOID() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getFormRequest() - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
getFormRequests() - Method in class com.oracle.e1.jdemf.BatchFormRequest
 
getFormServiceAction() - Method in class com.oracle.e1.jdemf.FormRequest
 
getFormServiceAction() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormServiceDemo() - Method in class com.oracle.e1.jdemf.FSRParent
 
getFormServiceDemo() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getFormtitle() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getGridAction() - Method in class com.oracle.e1.jdemf.FormAction
 
getGridColumnEvents() - Method in class com.oracle.e1.jdemf.GridRowInsertEvent
 
getGridColumnEvents() - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
getGridID() - Method in class com.oracle.e1.jdemf.GridAction
 
getGridRowInsertEvents() - Method in class com.oracle.e1.jdemf.GridAction
 
getGridrows() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
getGridRowUpdateEvents() - Method in class com.oracle.e1.jdemf.GridAction
 
getGroup() - Method in class com.oracle.e1.jdemf.AvailableUDOListObject
 
getGroup() - Method in class com.oracle.e1.jdemf.udo.UDOListObject
 
getGroupBy() - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
getHaving() - Method in class com.oracle.e1.jdemf.DataRequest
 
getHeight() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
getId() - Method in class com.oracle.e1.jdemf.FIStructure
 
getIgnoreFDAFindOnEntry() - Method in class com.oracle.e1.jdemf.FormRequest
 
getImage() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getInputText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUpdateTextRequest
 
getInstance() - Static method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getInstance() - Static method in class com.oracle.e1.jdemf.disconnected.E1Connect
getInstance get the singleton instance of the connection
getItemName() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getItemName() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getItemName() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getItemName() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
getItems() - Method in class com.oracle.e1.jdemf.AvailableUDOListObject
 
getItems() - Method in class com.oracle.e1.jdemf.udo.UDOListObject
 
getJasserver() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
getJasserver() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getJDEPreferencesURL() - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
 
getJSessionId() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getJSessionId() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getKey() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getLangPref() - Method in class com.oracle.e1.jdemf.UserInfo
 
getLastAppStackResponse() - Method in class com.oracle.e1.jdemf.ApplicationStack
Get the last response from the stack, which will include the currently open form
getLastRunTime() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getLevel() - Method in class com.oracle.e1.jdemf.LogRequest
 
getLink() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getLocale() - Method in class com.oracle.e1.jdemf.UserInfo
 
getLoginOnlyURL() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getLoginOnlyURL() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getLoginOverrides() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getLoginOverrides() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getLoginResponse() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getLoginResponse() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getLoginResponse() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
getLoginResponse, gets the value of the application scope variable loginResponse.
getLongDescription() - Method in class com.oracle.e1.jdemf.Capability
 
getManagerTitle() - Method in class com.oracle.e1.jdemf.ListAvailableUDOResponse
 
getManagerTitle() - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
getMatchType() - Method in class com.oracle.e1.jdemf.query.Query
 
getMaxPageSize() - Method in class com.oracle.e1.jdemf.FSRParent
 
getMaxPageSize() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getMaxRecords() - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
getMaxRecords() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getMediaObjectList(MediaObjectListRequest) - Static method in class com.oracle.e1.jdemf.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.jdemf.mediaobject.MediaObjectListResponse
 
getMessage() - Method in class com.oracle.e1.jdemf.LogRequest
 
getMessages() - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
getMetaData() - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
getMetaData() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getMetaData() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getMetaData() - Method in class com.oracle.e1.jdemf.watchlist.WatchListActiveObject
 
getMoKey() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
getMoStructure() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
getMoType() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getMoTypes() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
getName() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getName() - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
getName() - Method in class com.oracle.e1.jdemf.Capability
 
getName() - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
getName() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getName() - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
getName() - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
getName() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getName() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
getNewNote() - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
getNote() - Method in class com.oracle.e1.jdemf.udo.UDONote
 
getNoteAction() - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
getNotes() - Method in class com.oracle.e1.jdemf.udo.UDONotesResponse
 
getNoteSequence() - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
getNoteToApprover() - Method in class com.oracle.e1.jdemf.udo.UDOPublishRequest
 
getObjectName() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getObjectName() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
getObjectName() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
getObjectName() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDODeleteRequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDODepenenciesRequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDOGetObjectByKeyRequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getOmwObjectName() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoRequest
 
getOperator() - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
getOperator() - Method in class com.oracle.e1.jdemf.query.Condition
 
getOperator() - Method in class com.oracle.e1.jdemf.query.DateOperator
 
getOperator() - Method in class com.oracle.e1.jdemf.query.NumericOperator
 
getOperator() - Method in class com.oracle.e1.jdemf.query.StringOperator
 
getOptionType(String) - Method in class com.oracle.e1.jdemf.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.jdemf.ProcessingOptionsSet
getOptionValue reterns an object of the proper type with a value from the processing option set based on the key string
getOrderBy() - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
getOutput() - Method in class com.oracle.e1.jdemf.CountResponse
 
getOverrideDefaultFeature() - Method in class com.oracle.e1.jdemf.ApplicationStack
 
getPassword() - Method in class com.oracle.e1.jdemf.LoginRequest
 
getPersistedString(String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
getPoStringJSON() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getPreferenceData() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
getPreferenceData() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
getPreferences(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService
The getPreference method will get a specific preference value based on a client id
getPreferences(String, int) - Method in class com.oracle.e1.jdemf.preference.PreferenceService
The getPreference method will get a specific preference value based on a client id and sequnece
getPrimary() - Method in class com.oracle.e1.jdemf.udo.UDOResponseMessges
 
getProcessingOptions() - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
getProdCode() - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
getProdCode() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getProductCode() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getPropertyChangeSupport() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getQuery() - Method in class com.oracle.e1.jdemf.FSRParent
 
getQueryname() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getQueryObjectName() - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
getQueryObjectName() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getQueue() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getRecords() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
getRefreshInterval() - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
getRequiredCapabilities() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getRequiredCapabilities() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getReturnControlIDs() - Method in class com.oracle.e1.jdemf.ActionRequest
 
getReturnControlIDs() - Method in class com.oracle.e1.jdemf.FSRParent
 
getReturnControlIDs() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getReturnFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getReturnFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getReusableFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getReusableFeature() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getRid() - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
getRID() - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
getRole() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
getRole() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getRowcount() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
getRowNumber() - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
getSaveURL() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlResponse
 
getSecondary() - Method in class com.oracle.e1.jdemf.udo.UDOResponseMessges
 
getSeq() - Method in class com.oracle.e1.jdemf.udo.UDONote
 
getSequence() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getSequence() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getSequence() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlResponse
 
getSequence() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteRequest
 
getSequence() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
getSequence() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getSequence() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
getSequence() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
getServerURL() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getServerURL() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getSessionTimeout() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
getShortDescription() - Method in class com.oracle.e1.jdemf.Capability
 
getSimpleAggregateValue(String, String, AggregationType, String) - Static method in class com.oracle.e1.jdemf.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.jdemf.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.jdemf.UserInfo
 
getSpecialValueId() - Method in class com.oracle.e1.jdemf.aggregation.HavingValue
 
getSpecialValueId() - Method in class com.oracle.e1.jdemf.query.QueryValue
 
getSqlDbConnection() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
getSqlDbConnection Get connection to the local DB, called from onActivate() in JDEmfUtilities when using a disconnected app
getSsoUniqueId() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
getStackId() - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
getStackId() - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
getStateId() - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
getStateId() - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
getStatus() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
getStopOnWarning() - Method in class com.oracle.e1.jdemf.FormRequest
 
getStopOnWarning() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getStringException() - Method in class com.oracle.e1.jdemf.LogRequest
 
getSysErrors() - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
getSysErrors() - Method in class com.oracle.e1.jdemf.GetUDOResponse
 
getSysErrors() - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
getTargetName() - Method in class com.oracle.e1.jdemf.DataRequest
 
getTargetType() - Method in class com.oracle.e1.jdemf.DataRequest
 
getText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectGetTextResponse
 
getTextMediaObject(MediaObjectGetTextRequest) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
getTextMediaObject allows you to request the text of the first text media object based on the media object structure, key
getThumbBlob() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getThumbBlobLength() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getThumbFileLocation() - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
getThumbFileLocation() - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
getThumbFileLocation() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getThumbnailLocation() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteRequest
 
getThumbnailSize() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
getTITLE() - Method in class com.oracle.e1.jdemf.StackErrorWarning
 
getTitle() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
getToken() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
getToken() - Method in class com.oracle.e1.jdemf.LogoutRequest
 
getToken() - Method in class com.oracle.e1.jdemf.LogRequest
 
getToken() - Method in class com.oracle.e1.jdemf.UserInfo
 
getTokenProjectName() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getTokenProjectName() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getTotalNotes() - Method in class com.oracle.e1.jdemf.udo.UDONotesResponse
 
getTYPE() - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
getType() - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
getType() - Method in class com.oracle.e1.jdemf.ProcessingOption
 
getType() - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
getUDO_BAD_NAME() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_CONFIRM_SWITCH() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_DELETE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_ENTER_APPROVER_NOTE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_LABEL_DESCRIPTION() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_LABEL_NAME() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_NOTES() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_PROMPT_NAME() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_REQUEST_PUBLISH() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_REQUESTOR_NOTE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_RESERVE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_SAVE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_SAVE_AS() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
getUDO_UNRESERVE() - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
GetUDOActiveObject - Class in com.oracle.e1.jdemf
Class representing a standard UDO Object
GetUDOActiveObject() - Constructor for class com.oracle.e1.jdemf.GetUDOActiveObject
 
GetUDOByKeyRequest - Class in com.oracle.e1.jdemf
Processes a request for a UDO object.
GetUDOByKeyRequest() - Constructor for class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
getUdoObjects() - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
getUdoObjects() - Method in class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistResponse
 
getUDORequestObjectName() - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
getUDORequestObjectName() - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
getUDORequestObjectName() - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
GetUDOResponse - Class in com.oracle.e1.jdemf
 
GetUDOResponse() - Constructor for class com.oracle.e1.jdemf.GetUDOResponse
 
getUdoType() - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
getUdoType() - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
getUdoType() - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
getUdoType() - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
getUniquefilename() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
getUpdateDate() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getUpdateHourOfDay() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getUpdateMinuteOfHour() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getUpdateSecondOfMinute() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getUpdateTextStatus() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUpdateTextResponse
 
getUpdateUserID() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
getUrlText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlRequest
 
getUrlText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlResponse
 
getUsedCapabilities() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
getUsedCapabilities() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
getUser() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getUser() - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
getUser() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
 
getUser() - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
getUser() - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
getUser() - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
getUser() - Method in class com.oracle.e1.jdemf.LogRequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOGetObjectByKeyRequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOPublishRequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOReserveRequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
getUser() - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoRequest
 
getUserFormattedDateString(Date) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
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.jdemf.LoginResponse
 
getUsername() - Method in class com.oracle.e1.jdemf.LoginRequest
 
getUsername() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getValue() - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
getValue() - Method in class com.oracle.e1.jdemf.FIStructure
 
getValue() - Method in class com.oracle.e1.jdemf.FormAction
 
getValue() - Method in class com.oracle.e1.jdemf.GridColumnEvent
 
getValue() - Method in class com.oracle.e1.jdemf.ProcessingOption
 
getValue() - Method in class com.oracle.e1.jdemf.query.Condition
 
getValue() - Method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
getVersion() - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
getVersion() - Method in class com.oracle.e1.jdemf.FormRequest
 
getVersion() - Method in class com.oracle.e1.jdemf.LoginResponse
 
getVersion() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
getVersion() - Method in class com.oracle.e1.jdemf.ProcessingOptionRequest
 
getVersion() - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
getVersion() - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
getVersion() - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
getWarningThreshold() - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
getWarningThreshold() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
GetWatchlistByKeyRequest - Class in com.oracle.e1.jdemf.watchlist
 
GetWatchlistByKeyRequest() - Constructor for class com.oracle.e1.jdemf.watchlist.GetWatchlistByKeyRequest
 
GetWatchlistByKeyResponse - Class in com.oracle.e1.jdemf.watchlist
 
GetWatchlistByKeyResponse() - Constructor for class com.oracle.e1.jdemf.watchlist.GetWatchlistByKeyResponse
 
getWatchlistId() - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
getWatchlistObjectName() - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
getWidth() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
goToDefaultFeature() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
GREATER() - Static method in class com.oracle.e1.jdemf.query.DateOperator
 
GREATER() - Constructor for class com.oracle.e1.jdemf.query.DateOperator.GREATER
 
GREATER() - Static method in class com.oracle.e1.jdemf.query.NumericOperator
 
GREATER() - Constructor for class com.oracle.e1.jdemf.query.NumericOperator.GREATER
 
GREATER() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
GREATER() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.GREATER
 
GREATER_EQUAL() - Static method in class com.oracle.e1.jdemf.query.DateOperator
 
GREATER_EQUAL() - Constructor for class com.oracle.e1.jdemf.query.DateOperator.GREATER_EQUAL
 
GREATER_EQUAL() - Static method in class com.oracle.e1.jdemf.query.NumericOperator
 
GREATER_EQUAL() - Constructor for class com.oracle.e1.jdemf.query.NumericOperator.GREATER_EQUAL
 
GREATER_EQUAL() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
GREATER_EQUAL() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.GREATER_EQUAL
 
GRID - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
GRID_CELL_CLICK - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
GridAction - Class in com.oracle.e1.jdemf
Contains actions for updating or inserting grid records to an EnterpriseOne grid.
GridAction() - Constructor for class com.oracle.e1.jdemf.GridAction
 
GridColumnEvent - Class in com.oracle.e1.jdemf
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.jdemf.GridColumnEvent
 
GridRowInsertEvent - Class in com.oracle.e1.jdemf
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.jdemf.GridRowInsertEvent
 
GridRowUpdateEvent - Class in com.oracle.e1.jdemf
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.jdemf.GridRowUpdateEvent
 
GridRowUpdateEvent(int) - Constructor for class com.oracle.e1.jdemf.GridRowUpdateEvent
 
GROUP_BY - Static variable in class com.oracle.e1.jdemf.aggregation.AggregationResponseHelper
 

H

handleServiceException(JDERestServiceException) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
Based on the exception received from jdeRestServiceCall this functional will return an error string with more information about the error.
Having - Class in com.oracle.e1.jdemf.aggregation
The Having object allows the caller to add a "HAVING" clause to the aggregation request, in order to filter results based on aggregation values
Having() - Constructor for class com.oracle.e1.jdemf.aggregation.Having
 
HavingBetweenCondition - Class in com.oracle.e1.jdemf.aggregation
Class used to create a between condition within a HAVING clause, to reduce results only to aggregation values between two values.
HavingBetweenCondition() - Constructor for class com.oracle.e1.jdemf.aggregation.HavingBetweenCondition
 
HavingCondition - Class in com.oracle.e1.jdemf.aggregation
This class is used by the API, you do not need to instantiate it directly, use the Having class methods to create a HAVING clause
HavingCondition() - Constructor for class com.oracle.e1.jdemf.aggregation.HavingCondition
 
HavingListCondition - Class in com.oracle.e1.jdemf.aggregation
Allows the aggregation value to be compared to a list of values, only results that are in the list are returned.
HavingListCondition() - Constructor for class com.oracle.e1.jdemf.aggregation.HavingListCondition
 
HavingNumberCondition - Class in com.oracle.e1.jdemf.aggregation
The condition to use when comparing to an aggregation to a numeric value for a HAVING clause
HavingNumberCondition(String) - Constructor for class com.oracle.e1.jdemf.aggregation.HavingNumberCondition
 
HavingValue - Class in com.oracle.e1.jdemf.aggregation
The value to be compared with the specified aggregation.
HavingValue() - Constructor for class com.oracle.e1.jdemf.aggregation.HavingValue
 
HIDE_LOADING_JS_FUNCTION - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
HIDE_LOADING_JS_FUNCTION - Static variable in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
 

I

IGNORE_FDA_FIND_ON_ENTRY - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
initializeDatabaseFromScript() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
initializeDatabaseFromScript.
initTimeoutValues() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
initTimeoutValues Creates an sqlite table for timeout values
insertGridRow(String, GridRowInsertEvent) - Method in class com.oracle.e1.jdemf.GridAction
Insert Grid Row to a Grid Row Insert Event
insertGridRow(GridRowInsertEvent) - Method in class com.oracle.e1.jdemf.GridAction
 
INTEGER_TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
isAliasNaming() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
isAliasNaming() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
isAliasNaming() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
isAppendText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUpdateTextRequest
 
isAutoClear() - Method in class com.oracle.e1.jdemf.query.Query
 
isAutoFind() - Method in class com.oracle.e1.jdemf.query.Query
 
isBatchDataRequest() - Method in class com.oracle.e1.jdemf.BatchDataRequest
 
isCapabilityAvailable(String) - Static method in class com.oracle.e1.jdemf.JDEmfCapability
Provided the capability name, determine if that capability is available on the currently configured AIS server.
isConnectedCheck() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
isConnectedCheck() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
isCreateAuthority() - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
isDelete() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isDesignMode() - Method in class com.oracle.e1.jdemf.udo.UDOGetAllObjectsRequest
 
isDisconnectedApp() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
isDisconnectedApp() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
isDisconnectedTimedOut() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
isDisconnectedTimedOut
isDisplayEnvironment() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
isDisplayJasServer() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
isDisplayRole() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
isForceUpdate() - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
isHasValidTimestamp() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIncludeData() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
isIncludeURLs() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
isIsCritical() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
isIsDefaultImage() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsImage() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsMisc() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsOLE() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsRTF() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectGetTextResponse
 
isIsShortCut() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsText() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsUpdated() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsURL() - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
isIsWarning() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
isKeepJasSessionOpen() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
isLoginChanged() - Static method in class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
isLoginChanged Checks if any login critera has changed
isLoginSessionTimedOut() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
isLoginSessionTimedOut
isLoginSuccess() - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
isLoginSuccess() - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
isModifier() - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
isNewSQLDBCreated() - Static method in class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
isNewSQLDBCreated If login changed remove DB and re-add
isNotes() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isObjectTypeEnabled() - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
isPublishAuthority() - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
isRecordWritten(String, int) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
isRecordWritten check if record already exists
isRequestpublish() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isRequiredCapabilityMissing() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
isReserve() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isReserveAuthority() - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
isSave() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isSaveas() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isSetDirtyOnly() - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
isSsoAllowed() - Method in class com.oracle.e1.jdemf.DefaultConfig
 
isSsoEnabled() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
isSSOEnabled() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
isSuccess() - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
isUnreserve() - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
isUserAuthorized() - Method in class com.oracle.e1.jdemf.LoginResponse
 

J

JASRequestBase - Class in com.oracle.e1.jdemf
Provides the login/session information required for every service request token - (required) The E1 token token that was returned from the tokenrequest service environment - (required) E1 environment that was used to request the token role - (required) the E1 role used to request the token
JASRequestBase() - Constructor for class com.oracle.e1.jdemf.JASRequestBase
 
JDEmfCapability - Class in com.oracle.e1.jdemf
Provides methods to determine if the AIS server provides the capabilities used by your application.
JDEmfCapability() - Constructor for class com.oracle.e1.jdemf.JDEmfCapability
 
JDEmfLogger - Class in com.oracle.e1.jdemf
Allows the client to send log messages to the AIS server.
JDEmfLogger() - Constructor for class com.oracle.e1.jdemf.JDEmfLogger
 
JDEmfUtilities - Class in com.oracle.e1.jdemf
Includes Utility methods that may be useful when implementing an application that uses AIS Client API
JDEmfUtilities() - Constructor for class com.oracle.e1.jdemf.JDEmfUtilities
 
jdeRestServiceCall(String, String, String, String) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
jdeRestServiceCall, this method gets the URL from Singleton ApplicationGlobals and calls AIS service.
jdeRestServiceCall(Object, String, String) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
Calls the requested method passing in the an object, which will be converted to JSON string representing the object passed.
jdeRestServiceCall(String, String, String) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
Calls the requested method passing in the JSON string representing the object passed.
jdeRestServiceCallConnectionCheck(String, String, String, String, String) - Static method in class com.oracle.e1.jdemf.disconnected.E1Connect
jdeRestServiceCallConnectionCheck Check if a connection is possible
jdeRestServiceCallwURL(String, String, String, String) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
Calls the requested method passing in the JSON string representing the object passed.
jdeRestServiceCallwURL(String, String, String, String, String) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
Calls the requested method passing in the JSON string representing the object passed.
JDERestServiceException - Exception in com.oracle.e1.jdemf
A JDERestServiceException is thrown if the service call to AIS fails for any reason.
JDERestServiceException(Throwable) - Constructor for exception com.oracle.e1.jdemf.JDERestServiceException
 
JDERestServiceException(String, Throwable) - Constructor for exception com.oracle.e1.jdemf.JDERestServiceException
 
JDERestServiceException(String) - Constructor for exception com.oracle.e1.jdemf.JDERestServiceException
 
JDERestServiceException() - Constructor for exception com.oracle.e1.jdemf.JDERestServiceException
 
JDERestServiceProvider - Class in com.oracle.e1.jdemf
Abstract Class JDERestServiceProvider provides methods for calling AIS services
JDERestServiceProvider() - Constructor for class com.oracle.e1.jdemf.JDERestServiceProvider
 
jdeURLBuilder(String, String) - Static method in class com.oracle.e1.jdemf.JDERestServiceProvider
 
JsonProperty - Annotation Type in com.oracle.e1.jdemf.udo
 

L

LESS() - Static method in class com.oracle.e1.jdemf.query.DateOperator
 
LESS() - Constructor for class com.oracle.e1.jdemf.query.DateOperator.LESS
 
LESS() - Static method in class com.oracle.e1.jdemf.query.NumericOperator
 
LESS() - Constructor for class com.oracle.e1.jdemf.query.NumericOperator.LESS
 
LESS() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
LESS() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.LESS
 
LESS_EQUAL() - Static method in class com.oracle.e1.jdemf.query.DateOperator
 
LESS_EQUAL() - Constructor for class com.oracle.e1.jdemf.query.DateOperator.LESS_EQUAL
 
LESS_EQUAL() - Static method in class com.oracle.e1.jdemf.query.NumericOperator
 
LESS_EQUAL() - Constructor for class com.oracle.e1.jdemf.query.NumericOperator.LESS_EQUAL
 
LESS_EQUAL() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
LESS_EQUAL() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.LESS_EQUAL
 
ListAvailableUDORequest - Class in com.oracle.e1.jdemf
Processes a request for a List of availible UDO Objects.
ListAvailableUDORequest() - Constructor for class com.oracle.e1.jdemf.ListAvailableUDORequest
 
ListAvailableUDOResponse - Class in com.oracle.e1.jdemf
 
ListAvailableUDOResponse() - Constructor for class com.oracle.e1.jdemf.ListAvailableUDOResponse
 
ListAvailableWatchlistRequest - Class in com.oracle.e1.jdemf.watchlist
Processes a request for a List of Watchlists available.
ListAvailableWatchlistRequest() - Constructor for class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistRequest
 
ListAvailableWatchlistResponse - Class in com.oracle.e1.jdemf.watchlist
Processes the response for a List of requested Watchlists.
ListAvailableWatchlistResponse() - Constructor for class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistResponse
 
ListCondition - Class in com.oracle.e1.jdemf.query
ListCondition allows you to compare field values to a list of different possible values.
ListCondition() - Constructor for class com.oracle.e1.jdemf.query.ListCondition
 
listOfRequired() - Static method in class com.oracle.e1.jdemf.JDEmfCapability
 
listOfUsed() - Static method in class com.oracle.e1.jdemf.JDEmfCapability
 
loadPhotosToSqlDB(String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
loadPhotosToSqlDB loads E1 MO data to local database using applicationScope variables populated in the call to reusable MO apps
localDBGet(int, String) - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
localDBGet get data from an sqlite table.
localDBGetMO(int, String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
localDBGet get data from an sqlite table
localDBGetMObySeq(int, String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
localDBGetMObySeq get data by seq from an sqlite table
localDBInsert(int, String, String) - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
localDBInsert inserts data into an sqlite table.
localDBInsertMO(int, String, String, String, String, String, int, boolean) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
localDBInsertMO inserts data into an sqlite table
localDBMarkAsAdded(int, String, String, String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
localDBMarkAsAdded after upload marks record as having been processed
localDBMarkAsDeleted(int, String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
localDBMarkAsDeleted marks record as having been deleted
localDBUpdate(int, String, String) - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
localDBUpdate update data into an sqlite table.
LOG - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
log(String, int, Exception) - Static method in class com.oracle.e1.jdemf.JDEmfLogger
Sends a log request to the AIS server.
log(String, int) - Static method in class com.oracle.e1.jdemf.JDEmfLogger
Sends a request to the AIS server to log a message in the AIS server log, no exception to log.
LoginConfiguration - Class in com.oracle.e1.jdemf
LoginConfiguration is used mainly to configure the 'default feature' of your application, for use in conjunciont with the JDE Login.jar.
LoginConfiguration() - Constructor for class com.oracle.e1.jdemf.LoginConfiguration
 
LoginRequest - Class in com.oracle.e1.jdemf
The LoginRequest class is the expected input class to the jderest/tokenrequest REST service.
LoginRequest() - Constructor for class com.oracle.e1.jdemf.LoginRequest
 
LoginResponse - Class in com.oracle.e1.jdemf
LoginResponse is the expected format of the AIS response from a tokenrequest call, the JSON from the AIS response can be de-serialized to the LoginResponse class
LoginResponse() - Constructor for class com.oracle.e1.jdemf.LoginResponse
 
loginSessionTimeRemaining() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
loginSessionTimeRemaining Returns the amount of time remaining without activity before timeout
logout(String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
logout() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Calls AIS service to logout the currently logged in user (based on loginResponse saved in ApplicationGlobals)
logoutOnURLConfigChange() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
LogoutRequest - Class in com.oracle.e1.jdemf
Class representing the expected input to a tokenrequest/logout call to AIS - Will be serialized to JSON
LogoutRequest() - Constructor for class com.oracle.e1.jdemf.LogoutRequest
 
LogRequest - Class in com.oracle.e1.jdemf
Class representing the expected input to a log request call to AIS - Will be serialized to JSON
LogRequest() - Constructor for class com.oracle.e1.jdemf.LogRequest
 

M

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

N

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

O

onActivate() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
onDeactivate() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
onStart() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
open(FormRequest) - Method in class com.oracle.e1.jdemf.ApplicationStack
Open the first form of an application stack, perform any actions as if running a basic form service request
OPEN - Static variable in class com.oracle.e1.jdemf.ApplicationStackRequest
 
operator - Variable in class com.oracle.e1.jdemf.query.DateOperator
 
operator - Variable in class com.oracle.e1.jdemf.query.NumericOperator
 
operator - Variable in class com.oracle.e1.jdemf.query.StringOperator
 
ORCHESTRATION_TYPE - Static variable in class com.oracle.e1.jdemf.udo.UDORequest
 
OrchestrationDependency() - Constructor for class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
OrchestrationDependency(String, String, String, String) - Constructor for class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
ORDER_DIRECT_ASCENDING() - Static method in class com.oracle.e1.jdemf.aggregation.OrderByDirection
 
ORDER_DIRECT_ASCENDING() - Constructor for class com.oracle.e1.jdemf.aggregation.OrderByDirection.ORDER_DIRECT_ASCENDING
 
ORDER_DIRECT_DESCENDING() - Static method in class com.oracle.e1.jdemf.aggregation.OrderByDirection
 
ORDER_DIRECT_DESCENDING() - Constructor for class com.oracle.e1.jdemf.aggregation.OrderByDirection.ORDER_DIRECT_DESCENDING
 
OrderByDirection - Class in com.oracle.e1.jdemf.aggregation
 
OrderByDirection() - Constructor for class com.oracle.e1.jdemf.aggregation.OrderByDirection
 
OrderByDirection.ORDER_DIRECT_ASCENDING - Class in com.oracle.e1.jdemf.aggregation
 
OrderByDirection.ORDER_DIRECT_DESCENDING - Class in com.oracle.e1.jdemf.aggregation
 
Output() - Constructor for class com.oracle.e1.jdemf.CountResponse.Output
 

P

photoCount(String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
photoCount returns photo count not maked for delete
PhotoCount(String, String, String, String) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
photoCount returns the count of photos (jpg,png,gif,jpeg) stored for that media object structure and key, form name and version must be provided for security.
PO_SERVICE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionRequest
 
POST - Static variable in class com.oracle.e1.jdemf.FormRequest
 
POST - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
POST - Static variable in class com.oracle.e1.jdemf.ProcessingOptionRequest
 
PREFEERNCE_SERVICE - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
PREFERENCE_SERVICE_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
PreferenceMap() - Constructor for class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceMap
 
PreferenceRequest() - Constructor for class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
PreferenceResponse() - Constructor for class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
PreferenceService - Class in com.oracle.e1.jdemf.preference
The PereferenceService class handles calls to the AIS prefrence service, where AIS client API users can permenetly store data base don User and Client Id.
PreferenceService() - Constructor for class com.oracle.e1.jdemf.preference.PreferenceService
 
PreferenceService.PreferenceMap - Class in com.oracle.e1.jdemf.preference
 
PreferenceService.PreferenceRequest - Class in com.oracle.e1.jdemf.preference
 
PreferenceService.PreferenceResponse - Class in com.oracle.e1.jdemf.preference
 
prependToURL(String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
PROCESSING_OPTION - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
ProcessingOption - Class in com.oracle.e1.jdemf
Part of a ProcessingOptionSet, it is the name value pair that will be populated after a call to the AIS processingoption service
ProcessingOption() - Constructor for class com.oracle.e1.jdemf.ProcessingOption
 
ProcessingOption(int, String) - Constructor for class com.oracle.e1.jdemf.ProcessingOption
 
ProcessingOptionRequest - Class in com.oracle.e1.jdemf
ProcessingOptionRequest object will be serialized to JSON and sent as input to the AIS processingoption service.
ProcessingOptionRequest() - Constructor for class com.oracle.e1.jdemf.ProcessingOptionRequest
 
ProcessingOptionsSet - Class in com.oracle.e1.jdemf
After a call to the AIS processingoption service the JSON response will be de-serialized a ProcessingOptionSet
ProcessingOptionsSet() - Constructor for class com.oracle.e1.jdemf.ProcessingOptionsSet
 

Q

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

R

readApplicationProperties() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Reads the about.properties file stored at the top level src folder and puts the values from that file into the ApplicationGlobals class.
recordCount(String) - Static method in class com.oracle.e1.jdemf.disconnected.MODisconnectedOperations
recordCount returns the full record count
recordEulaUser() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
removeFromFileSystem(String) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
Removes a file from the device file system based on file location
removePropertyChangeListener(PropertyChangeListener) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
removeSQLDatabase() - Static method in class com.oracle.e1.jdemf.disconnected.DBConnectionFactory
removeSQLDatabase
replaceAll(String, String, String) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
replaceAll utility, replacess all strings matching the second parameter with the string in the third parameter, result is returned through the call
replaceUnicodeChars(String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
Replaces unicode characters for carriage return and line feed with a line separator character.
RowCount() - Constructor for class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
RULE_TYPE - Static variable in class com.oracle.e1.jdemf.udo.UDORequest
 

S

saveSSOEnabled(boolean) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
SELECT_ALL_GRID_ROWS - Static variable in class com.oracle.e1.jdemf.JDEmfCapability
 
selectAllGridRows(String) - Method in class com.oracle.e1.jdemf.FSREvent
Sends an action request to select all grid rows.
selectComboItem(String, int) - Method in class com.oracle.e1.jdemf.FSREvent
 
selectRadioButton(String) - Method in class com.oracle.e1.jdemf.FSREvent
 
selectRow(String, int) - Method in class com.oracle.e1.jdemf.FSREvent
Sends an action request to select a row.
SerializableGlobals() - Constructor for class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
SerializableGlobals(ApplicationGlobals) - Constructor for class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
SERVICE_REQUEST_TYPE - Static variable in class com.oracle.e1.jdemf.udo.UDORequest
 
setAbout_ApplicationName(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setAbout_ApplicationName(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setAbout_ApplicationVersion(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setAbout_ApplicationVersion(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setAbout_MobileAppID(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setAbout_MobileAppID(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setAction(String) - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
setAction(int) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setAction(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
setActionRequest(ActionRequest) - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
setActiveObject(GetUDOActiveObject) - Method in class com.oracle.e1.jdemf.GetUDOResponse
 
setActiveObject(UDOActiveObject) - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
setActiveObject(WatchListActiveObject) - Method in class com.oracle.e1.jdemf.watchlist.GetWatchlistByKeyResponse
 
setActiveObject(AvailableUDOListDefault) - Method in class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistResponse
 
setAddressNumber(int) - Method in class com.oracle.e1.jdemf.UserInfo
 
setAggregation(String) - Method in class com.oracle.e1.jdemf.aggregation.AggregationItem
 
setAggregation(String) - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
setAggregation(AggregationInfo) - Method in class com.oracle.e1.jdemf.DataRequest
 
setAggregations(ArrayList<AggregationItem>) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
setAisVersion(String) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setAliasNaming(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setAlphaName(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setAltPoStringJSON(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setApp(String) - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
setAppendText(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUpdateTextRequest
 
setApplication(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setApplication(String) - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
setApplicationName(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setApplicationName(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setApplicationName(String) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Sets the application name corresponding to the EnterpriseOne object with that name (M****) in the Application Globals
Used in conjunction with the Login.jar this allows you to use EnterpriseOne Security for the application, only if the user has security clearance in EnterpriseOne to run M**** will the user be allowed to run the mobile application
setApplicationName(String) - Method in class com.oracle.e1.jdemf.LoginRequest
 
setApplicationName(String) - Method in class com.oracle.e1.jdemf.ProcessingOptionRequest
 
setApplicationVersion(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setAppName(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
setAppsRelease(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setAsOfRelease(String) - Method in class com.oracle.e1.jdemf.Capability
 
setAutoClear(boolean) - Method in class com.oracle.e1.jdemf.query.Query
Set AutoClear to true to clear the form before performing the query.
setAutoFind(boolean) - Method in class com.oracle.e1.jdemf.query.Query
Set AutoFind to true to automatically press the find button to popoulate the reocrds.
setBadgeNumber(int) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setBadgeNumber(int) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setBatchDataRequest(boolean) - Method in class com.oracle.e1.jdemf.BatchDataRequest
 
setCapabilityList(Capability[]) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setCapabilityList(Capability[]) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setCapabilityList(Capability[]) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setClassName(String) - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
setCloudInstanceID(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setCloudInstanceID(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setCloudInstanceKey(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setCloudInstanceKey(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setCODE(String) - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
setColumn(String) - Method in class com.oracle.e1.jdemf.aggregation.AggregationItem
 
setColumnID(String) - Method in class com.oracle.e1.jdemf.GridColumnEvent
 
setCommand(String) - Method in class com.oracle.e1.jdemf.FormAction
 
setCommand(String) - Method in class com.oracle.e1.jdemf.GridColumnEvent
 
setCondition(ArrayList) - Method in class com.oracle.e1.jdemf.query.Query
 
setConn(Connection) - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
 
setConnectedCheck(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setConnectedCheck(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setConstants(UDOGetConstantsValues) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsResponse
 
setContent(String) - Method in class com.oracle.e1.jdemf.aggregation.HavingValue
 
setContent(String) - Method in class com.oracle.e1.jdemf.query.QueryValue
 
setControlId(String) - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
setControlID(String) - Method in class com.oracle.e1.jdemf.FormAction
 
setControlId(String) - Method in class com.oracle.e1.jdemf.query.Condition
 
setCOUNT(int) - Method in class com.oracle.e1.jdemf.CountResponse.Output
 
setCount(int) - Method in class com.oracle.e1.jdemf.CountResponse
 
setCountImage(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListResponse
 
setCountText(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListResponse
 
setCP_PRODUCT_CODE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setCreateAuthority(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
setCredentials(String, String) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Sets credentials for username and password, used for development only, so you can bypass logging in during testing.
setCredentials(String, String, String, String) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Sets credentials for username, password, environment and role - used for development only, so you can bypass logging in during testing.
setCredentials(String, String, String, String, String) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Sets credentials for username, password, environment, role and jas server - used for development only, so you can bypass logging in during testing.
setCriticalThreshold(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
setCriticalThreshold(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setCurrentApp(String) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
setData(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setDataRequests(ArrayList<DataRequest>) - Method in class com.oracle.e1.jdemf.BatchDataRequest
 
setDataServiceType(String) - Method in class com.oracle.e1.jdemf.DataRequest
 
setDateFormat(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setDateSeperator(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setDecimalFormat(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setDefaultConfig(DefaultConfig) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setDefaultConfig(DefaultConfig) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setDefaultEnvironment(String) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDefaultFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setDefaultFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setDefaultFeature(String) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Sets the default feature in the Application Globals and sets the default local based on the current jvm locale.
setDefaultJasServer(String) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDefaultRole(String) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDelete(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setDeleteStatus(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteResponse
 
setDependencies(ArrayList<UDODependenciesResponse.OrchestrationDependency>) - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse
 
setDESC(String) - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
setDESC(String) - Method in class com.oracle.e1.jdemf.StackErrorWarning
 
setDescription(String) - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
setDescription(String) - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
setDescription(String) - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
setDescription(String) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setDescription(String) - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
setDescription(String) - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
setDescription(String) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setDescription(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
setDescription(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setDesignMode(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOGetAllObjectsRequest
 
setDetail(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
setDeviceLocale(Locale) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setDeviceName() - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setDeviceName(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setDirection(String) - Method in class com.oracle.e1.jdemf.aggregation.AggregationItem
 
setDisableEulaPrompt(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setDisableEulaPrompt(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setDisconnectedApp(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setDisconnectedApp(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setDisconnectedApp(boolean) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Apps that are created to work in a disconnected fashion must have this flag set to - true
setDisconnectedTimeout(String) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDisconnectedTimeoutValue() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
setDisconnectedTimeoutValue Stores the future time when disconnected login will be disabled.
setDisplayEnvironment(boolean) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDisplayJasServer(boolean) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDisplayRole(boolean) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setDownloadUrl(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setDownloadUrl(String) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setDownloadURL(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
setDownloadUrl(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setEnvironment(String) - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setEnvironment(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setError(String) - Method in class com.oracle.e1.jdemf.GetUDOResponse
 
setError(String) - Method in class com.oracle.e1.jdemf.ListAvailableUDOResponse
 
setError(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteResponse
 
setError(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
setError(String) - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
setERRORCONTROL(String) - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
setErrors(String) - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
setEulaFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setEulaFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setEULAFeature(String) - Static method in class com.oracle.e1.jdemf.LoginConfiguration
Sets the feature name for the EULA feature that is displayed from the "Legal Info" link on the spring board provided by Login.jar
setExtensions(ArrayList) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
setFieldValue(String, String) - Method in class com.oracle.e1.jdemf.FSREvent
 
setFieldValueDate(String, Date) - Method in class com.oracle.e1.jdemf.FSREvent
 
setFile(FileAttachment) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadResponse
 
setFile(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setFile(FileAttachment) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadRequest
 
setFileLocation(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setFileLocation(String) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setFileLocation(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteRequest
 
setFileLocation(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
setFileName(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setFileName(String) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setFileName(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
setFindOnEntry(String) - Method in class com.oracle.e1.jdemf.FSRParent
 
setFindOnEntry(boolean) - Method in class com.oracle.e1.jdemf.FSRParent
 
setFindOnEntry(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setForceUpdate(boolean) - Method in class com.oracle.e1.jdemf.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.jdemf.AvailableUDOItem
 
setFormActions(ArrayList) - Method in class com.oracle.e1.jdemf.ActionRequest
 
setFormActions(ArrayList<FormAction>) - Method in class com.oracle.e1.jdemf.FSRParent
 
setFormActions(ArrayList) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormDSData(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setFormDSData(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormDSTmpl(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setFormDSTmpl(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormInputs(Collection) - Method in class com.oracle.e1.jdemf.FormRequest
 
setFormInputs(Collection) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormName(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setFormName(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
setFormName(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormName(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
setFormOID(String) - Method in class com.oracle.e1.jdemf.ActionRequest
 
setFormOID(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
setFormOID(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setFormRequest(FormRequest) - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
setFormRequests(ArrayList) - Method in class com.oracle.e1.jdemf.BatchFormRequest
 
setFormServiceAction(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setFormServiceAction(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormServiceDemo(String) - Method in class com.oracle.e1.jdemf.FSRParent
 
setFormServiceDemo(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setFormtitle(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setGridAction(GridAction) - Method in class com.oracle.e1.jdemf.FormAction
 
setGridColumnComboValue(String, String) - Method in class com.oracle.e1.jdemf.GridRowInsertEvent
 
setGridColumnComboValue(String, String) - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
setGridColumnEvents(ArrayList) - Method in class com.oracle.e1.jdemf.GridRowInsertEvent
 
setGridColumnEvents(ArrayList) - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
setGridColumnValue(String, String) - Method in class com.oracle.e1.jdemf.GridRowInsertEvent
 
setGridColumnValue(String, String) - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
setGridColumnValueDate(String, Date) - Method in class com.oracle.e1.jdemf.GridRowInsertEvent
 
setGridColumnValueDate(String, Date) - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
setGridID(String) - Method in class com.oracle.e1.jdemf.GridAction
 
setGridRowInsertEvents(ArrayList) - Method in class com.oracle.e1.jdemf.GridAction
 
setGridrows(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
setGridRowUpdateEvents(ArrayList) - Method in class com.oracle.e1.jdemf.GridAction
 
setGroup(String) - Method in class com.oracle.e1.jdemf.AvailableUDOListObject
 
setGroup(String) - Method in class com.oracle.e1.jdemf.udo.UDOListObject
 
setGroupBy(ArrayList<AggregationItem>) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
setHasValidTimestamp(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setHaving(Having) - Method in class com.oracle.e1.jdemf.DataRequest
 
setHeight(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
setId(String) - Method in class com.oracle.e1.jdemf.FIStructure
 
setIgnoreFDAFindOnEntry(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setImage(byte[]) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setIncludeData(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
setIncludeURLs(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
setInputText(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUpdateTextRequest
 
setIsCritical(boolean) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setIsDefaultImage(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsImage(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsMisc(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsOLE(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsRTF(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectGetTextResponse
 
setIsShortCut(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsText(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsUpdated(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsURL(boolean) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setIsWarning(boolean) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setItemName(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setItemName(String) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setItemName(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setItemName(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
setItems(AvailableUDOItem[]) - Method in class com.oracle.e1.jdemf.AvailableUDOListObject
 
setItems(ArrayList<UDOListObjectItem>) - Method in class com.oracle.e1.jdemf.udo.UDOListObject
 
setJasserver(String) - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setJasserver(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setJSessionId(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setJSessionId(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setKeepJasSessionOpen(boolean) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setKey(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setLangPref(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setLastRunTime(long) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setLevel(int) - Method in class com.oracle.e1.jdemf.LogRequest
 
setLink(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setLocale(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setLoginOnlyURL(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setLoginOnlyURL(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setLoginOverrides(LoginRequest) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setLoginOverrides(LoginRequest) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setLoginResponse(LoginResponse) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setLoginResponse(LoginResponse) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setLoginSuccess(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setLoginSuccess(boolean) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setLongDescription(String) - Method in class com.oracle.e1.jdemf.Capability
 
setManagerTitle(String) - Method in class com.oracle.e1.jdemf.ListAvailableUDOResponse
 
setManagerTitle(String) - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
setMatchType(String) - Method in class com.oracle.e1.jdemf.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.jdemf.FSRParent
 
setMaxPageSize(String) - Method in class com.oracle.e1.jdemf.FSRParent
 
setMaxPageSize(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setMaxRecords(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
setMaxRecords(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setMediaObjects(MediaObjectListItem[]) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListResponse
 
setMessage(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setMessages(UDOResponseMessges) - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
setMetaData(Object) - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
setMetaData(Object) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setMetaData(Object) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setMetaData(WatchListMetaData) - Method in class com.oracle.e1.jdemf.watchlist.WatchListActiveObject
 
setModifier(boolean) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
setMoKey(ArrayList) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
setMoStructure(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
setMoType(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setMoTypes(ArrayList) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
setName(String) - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
setName(String) - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
setName(String) - Method in class com.oracle.e1.jdemf.Capability
 
setName(String) - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
setName(String) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setName(String) - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
setName(String) - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
setName(String) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setName(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
setNewNote(String) - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
setNote(String) - Method in class com.oracle.e1.jdemf.udo.UDONote
 
setNoteAction(String) - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
setNotes(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setNotes(ArrayList<UDONote>) - Method in class com.oracle.e1.jdemf.udo.UDONotesResponse
 
setNoteSequence(int) - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
setNoteToApprover(String) - Method in class com.oracle.e1.jdemf.udo.UDOPublishRequest
 
setObjectName(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setObjectName(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
setObjectName(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
setObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
setObjectTypeEnabled(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDODeleteRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDODepenenciesRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetObjectByKeyRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setOmwObjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoRequest
 
setOperator(String) - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
setOperator(String) - Method in class com.oracle.e1.jdemf.query.Condition
 
setOperator(String) - Method in class com.oracle.e1.jdemf.query.DateOperator
 
setOperator(String) - Method in class com.oracle.e1.jdemf.query.NumericOperator
 
setOperator(String) - Method in class com.oracle.e1.jdemf.query.StringOperator
 
setOrderBy(ArrayList<AggregationItem>) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
setOutput(CountResponse.Output[]) - Method in class com.oracle.e1.jdemf.CountResponse
 
setOverrideDefaultFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationStack
 
setPassword(String) - Method in class com.oracle.e1.jdemf.LoginRequest
 
setPersistedString(String, String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
setPopupTopandLeftPositions(String, String, String, String, String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
setPopupTopandLeftPositions(String, String, String, String, String, String, String) - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
setPoStringJSON(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setPreferenceData(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
setPreferenceData(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
setPreferences(String, HashMap<String, Object>) - Method in class com.oracle.e1.jdemf.preference.PreferenceService
The setPreference method will save user preferences based on a client id, and a hashmap of preference values.
setPreferences(String, int, HashMap<String, Object>) - Method in class com.oracle.e1.jdemf.preference.PreferenceService
The setPreference method will save user preferences based on a client id, sequence, and a hashmap of preference values.
setPrimary(String) - Method in class com.oracle.e1.jdemf.udo.UDOResponseMessges
 
setProcessingOptions(JSONObject) - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
setProdCode(String) - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
setProdCode(String) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setProductCode(String) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setPropertyChangeSupport(PropertyChangeSupport) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setPublishAuthority(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
setQBEValue(String, String) - Method in class com.oracle.e1.jdemf.FSREvent
 
setQBEValueDate(String, Date) - Method in class com.oracle.e1.jdemf.FSREvent
 
setQuery(Query) - Method in class com.oracle.e1.jdemf.FSRParent
 
setQueryname(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setQueryObjectName(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
setQueryObjectName(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setQueue(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setRecords(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse.RowCount
 
setRefreshInterval(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
setRequestpublish(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setRequiredCapabilities(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setRequiredCapabilities(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setRequiredCapabilityMissing(boolean) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setReserve(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setReserveAuthority(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
setReturnControlIDs(String) - Method in class com.oracle.e1.jdemf.ActionRequest
 
setReturnControlIDs(String) - Method in class com.oracle.e1.jdemf.FSRParent
 
setReturnControlIDs(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setReturnFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setReturnFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setReusableFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setReusableFeature(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setRid(String) - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
setRID(String) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
setRole(String) - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setRole(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setRowcount(WatchListResponse.RowCount) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setRowNumber(int) - Method in class com.oracle.e1.jdemf.GridRowUpdateEvent
 
setSave(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setSaveas(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setSaveURL(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlResponse
 
setSecondary(String) - Method in class com.oracle.e1.jdemf.udo.UDOResponseMessges
 
setSeq(int) - Method in class com.oracle.e1.jdemf.udo.UDONote
 
setSequence(int) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setSequence(int) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setSequence(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlResponse
 
setSequence(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteRequest
 
setSequence(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
setSequence(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setSequence(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
setSequence(int) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceRequest
 
setServerURL(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setServerURL(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setSessionTimeout(String) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setSessionTimeoutValue() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
setSessionTimeoutValue Saves the total time before user must login, in minutes.
setSetDirtyOnly(boolean) - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
Setting this DirtyOnly flag will not execute the watchlist.
setShortDescription(String) - Method in class com.oracle.e1.jdemf.Capability
 
setSimpleDateFormat(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setSingleAggregations(AggregationItem) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
setSingleGroupBy(AggregationItem) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
setSingleOrderBy(AggregationItem) - Method in class com.oracle.e1.jdemf.aggregation.AggregationInfo
 
setSpecialDateValue(DateSpecialValue, int) - Method in class com.oracle.e1.jdemf.query.DateCondition
Set special date values for the comparison.
setSpecialDateValues(DateSpecialValue, int, DateSpecialValue, int) - Method in class com.oracle.e1.jdemf.query.BetweenCondition
Set special date values for the between comparison, for example the value in the field must be between today minus 10 days and today.
setSpecialValueId(String) - Method in class com.oracle.e1.jdemf.aggregation.HavingValue
 
setSpecialValueId(String) - Method in class com.oracle.e1.jdemf.query.QueryValue
 
setSsoAllowed(boolean) - Method in class com.oracle.e1.jdemf.DefaultConfig
 
setSsoEnabled(boolean) - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setSsoUniqueId(String) - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setStackId(int) - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
setStackId(int) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
setStateId(int) - Method in class com.oracle.e1.jdemf.ApplicationStackRequest
 
setStateId(int) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
setStatus(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
setStopOnWarning(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setStopOnWarning(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setStringException(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setSuccess(boolean) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
setSysErrors(StackErrorWarning[]) - Method in class com.oracle.e1.jdemf.ApplicationStackResponse
 
setSysErrors(StackErrorWarning[]) - Method in class com.oracle.e1.jdemf.GetUDOResponse
 
setSysErrors(StackErrorWarning[]) - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
setTargetName(String) - Method in class com.oracle.e1.jdemf.DataRequest
 
setTargetType(String) - Method in class com.oracle.e1.jdemf.DataRequest
 
setText(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectGetTextResponse
 
setThumbBlob(InputStream) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setThumbBlobLength(long) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setThumbFileLocation(String) - Method in class com.oracle.e1.jdemf.disconnected.MOFileAttachment
 
setThumbFileLocation(String) - Method in class com.oracle.e1.jdemf.mediaobject.FileAttachment
 
setThumbFileLocation(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setThumbnailLocation(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDeleteRequest
 
setThumbnailSize(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListRequest
 
setTITLE(String) - Method in class com.oracle.e1.jdemf.StackErrorWarning
 
setTitle(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
setToken(String) - Method in class com.oracle.e1.jdemf.JASRequestBase
 
setToken(String) - Method in class com.oracle.e1.jdemf.LogoutRequest
 
setToken(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setToken(String) - Method in class com.oracle.e1.jdemf.UserInfo
 
setTokenProjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setTokenProjectName(String) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setTotalNotes(int) - Method in class com.oracle.e1.jdemf.udo.UDONotesResponse
 
setTYPE(String) - Method in class com.oracle.e1.jdemf.E1ErrorWarning
 
setType(String) - Method in class com.oracle.e1.jdemf.preference.PreferenceService.PreferenceResponse
 
setType(int) - Method in class com.oracle.e1.jdemf.ProcessingOption
 
setType(String) - Method in class com.oracle.e1.jdemf.udo.UDODependenciesResponse.OrchestrationDependency
 
setUDO_BAD_NAME(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_CONFIRM_SWITCH(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_DELETE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_ENTER_APPROVER_NOTE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_LABEL_DESCRIPTION(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_LABEL_NAME(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_NOTES(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_PROMPT_NAME(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_REQUEST_PUBLISH(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_REQUESTOR_NOTE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_RESERVE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_SAVE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_SAVE_AS(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUDO_UNRESERVE(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
setUdoObjects(ArrayList<UDOListObject>) - Method in class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
setUdoObjects(AvailableUDOListObject[]) - Method in class com.oracle.e1.jdemf.watchlist.ListAvailableWatchlistResponse
 
setUdoType(String) - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
setUdoType(String) - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
setUdoType(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
setUdoType(String) - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
setUniquefilename(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUploadResponse
 
setUnreserve(boolean) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setUpdateDate(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setUpdateHourOfDay(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setUpdateMinuteOfHour(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setUpdateSecondOfMinute(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setUpdateTextStatus(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectUpdateTextResponse
 
setUpdateUserID(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectListItem
 
setUrlText(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlRequest
 
setUrlText(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectAddUrlResponse
 
setUsedCapabilities(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals.SerializableGlobals
 
setUsedCapabilities(String) - Method in class com.oracle.e1.jdemf.ApplicationGlobals
 
setUser(String) - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
setUser(String) - Method in class com.oracle.e1.jdemf.AvailableUDOListDefault
 
setUser(String) - Method in class com.oracle.e1.jdemf.GetUDOActiveObject
 
setUser(String) - Method in class com.oracle.e1.jdemf.GetUDOByKeyRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.ListAvailableUDORequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.LogRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOActiveObject
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetObjectByKeyRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOPublishRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDORequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOReserveRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
setUser(String) - Method in class com.oracle.e1.jdemf.udo.UDOShowInfoRequest
 
setUserAuthorized(boolean) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setUserInfo(UserInfo) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setUsername(String) - Method in class com.oracle.e1.jdemf.LoginRequest
 
setUsername(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setValue(String) - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
Set a string value for the comparison in this condiition
setValue(ArrayList<HavingValue>) - Method in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
setValue(Integer) - Method in class com.oracle.e1.jdemf.aggregation.HavingNumberCondition
Set the comparison value with an Integer
setValue(BigDecimal) - Method in class com.oracle.e1.jdemf.aggregation.HavingNumberCondition
Set the comparison value with a BigDecimal
setValue(String) - Method in class com.oracle.e1.jdemf.FIStructure
 
setValue(String) - Method in class com.oracle.e1.jdemf.FormAction
 
setValue(String) - Method in class com.oracle.e1.jdemf.GridColumnEvent
 
setValue(String) - Method in class com.oracle.e1.jdemf.ProcessingOption
 
setValue(String) - Method in class com.oracle.e1.jdemf.query.Condition
Set a string value for the comparison in this condiition.
setValue(ArrayList) - Method in class com.oracle.e1.jdemf.query.Condition
 
setValue(Date) - Method in class com.oracle.e1.jdemf.query.DateCondition
Set the value for this comparison with a date.
setValue(String) - Method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
setValue(Integer) - Method in class com.oracle.e1.jdemf.query.NumberCondition
Set the comparison value with an Integer.
setValue(int) - Method in class com.oracle.e1.jdemf.query.NumberCondition
Set the comparison value with an int.
setValue(BigDecimal) - Method in class com.oracle.e1.jdemf.query.NumberCondition
Set the comparison value with a BigDecimal.
setValue(float) - Method in class com.oracle.e1.jdemf.query.NumberCondition
Set the comparison value with an float.
setValues(BigDecimal, BigDecimal) - Method in class com.oracle.e1.jdemf.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.jdemf.aggregation.HavingBetweenCondition
Set the values for the between comparison, field value must be between the left and right values.
setValues(String, String) - Method in class com.oracle.e1.jdemf.query.BetweenCondition
Set the values for the between comparison, field value must be between the left and right values.
setValues(Date, Date) - Method in class com.oracle.e1.jdemf.query.BetweenCondition
Set the values for the between comparis on of a date.
setValueUserId() - Method in class com.oracle.e1.jdemf.query.StringCondition
Set the value to compare to the current enterprise one user ID.
setVersion(String) - Method in class com.oracle.e1.jdemf.AvailableUDOItem
 
setVersion(String) - Method in class com.oracle.e1.jdemf.FormRequest
 
setVersion(String) - Method in class com.oracle.e1.jdemf.LoginResponse
 
setVersion(String) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObject
 
setVersion(String) - Method in class com.oracle.e1.jdemf.ProcessingOptionRequest
 
setVersion(String) - Method in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
setVersion(String) - Method in class com.oracle.e1.jdemf.SingleFormRequest
 
setVersion(String) - Method in class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
setWarningThreshold(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
setWarningThreshold(int) - Method in class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
setWatchlistId(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
setWatchlistObjectName(String) - Method in class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
setWidth(int) - Method in class com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
 
SEVERE - Static variable in class com.oracle.e1.jdemf.JDEmfLogger
 
SHOW_LOADING_JS_FUNCTION - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
SHOW_LOADING_JS_FUNCTION - Static variable in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
 
SingleFormRequest - Class in com.oracle.e1.jdemf
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.jdemf.SingleFormRequest
 
StackErrorWarning - Class in com.oracle.e1.jdemf
Included in an ApplicationStackResponse, it contains any errors or warning returned from AIS for the stack call
StackErrorWarning() - Constructor for class com.oracle.e1.jdemf.StackErrorWarning
 
START_WITH() - Static method in class com.oracle.e1.jdemf.query.StringOperator
 
START_WITH() - Constructor for class com.oracle.e1.jdemf.query.StringOperator.START_WITH
 
startConnectionCheck() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
startSessionLoginTimer() - Static method in class com.oracle.e1.jdemf.disconnected.E1Disconnected
startSessionLoginTimer - Starts the login timer countdown.
STR_OP_BETWEEN - Static variable in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
STR_OP_LIST - Static variable in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
STR_SV_LITERAL - Static variable in class com.oracle.e1.jdemf.aggregation.HavingCondition
 
STR_SV_LITERAL - Static variable in class com.oracle.e1.jdemf.query.Query
 
STR_SV_TODAY - Static variable in class com.oracle.e1.jdemf.query.DateSpecialValue
 
STRING_TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
StringCondition - Class in com.oracle.e1.jdemf.query
Condition used to compare string fields.
StringCondition(String) - Constructor for class com.oracle.e1.jdemf.query.StringCondition
 
StringOperator - Class in com.oracle.e1.jdemf.query
Operators that apply to string fields.
StringOperator() - Constructor for class com.oracle.e1.jdemf.query.StringOperator
 
StringOperator.BLANK - Class in com.oracle.e1.jdemf.query
 
StringOperator.CONTAINS - Class in com.oracle.e1.jdemf.query
 
StringOperator.END_WITH - Class in com.oracle.e1.jdemf.query
 
StringOperator.EQUAL - Class in com.oracle.e1.jdemf.query
 
StringOperator.GREATER - Class in com.oracle.e1.jdemf.query
 
StringOperator.GREATER_EQUAL - Class in com.oracle.e1.jdemf.query
 
StringOperator.LESS - Class in com.oracle.e1.jdemf.query
 
StringOperator.LESS_EQUAL - Class in com.oracle.e1.jdemf.query
 
StringOperator.NOT_BLANK - Class in com.oracle.e1.jdemf.query
 
StringOperator.NOT_EQUAL - Class in com.oracle.e1.jdemf.query
 
StringOperator.START_WITH - Class in com.oracle.e1.jdemf.query
 

T

TARGET_TABLE - Static variable in class com.oracle.e1.jdemf.DataRequest
 
TARGET_VIEW - Static variable in class com.oracle.e1.jdemf.DataRequest
 
timestamp() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
TODAY() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY
 
TODAY_MINUS_DAY() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY_MINUS_DAY() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY_MINUS_DAY
 
TODAY_MINUS_MONTH() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY_MINUS_MONTH() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY_MINUS_MONTH
 
TODAY_MINUS_YEAR() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY_MINUS_YEAR() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY_MINUS_YEAR
 
TODAY_PLUS_DAY() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY_PLUS_DAY() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY_PLUS_DAY
 
TODAY_PLUS_MONTH() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY_PLUS_MONTH() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY_PLUS_MONTH
 
TODAY_PLUS_YEAR() - Static method in class com.oracle.e1.jdemf.query.DateSpecialValue
 
TODAY_PLUS_YEAR() - Constructor for class com.oracle.e1.jdemf.query.DateSpecialValue.TODAY_PLUS_YEAR
 
TOKEN_REQUEST_URI - Static variable in class com.oracle.e1.jdemf.JDERestServiceProvider
 
TRUE - Static variable in class com.oracle.e1.jdemf.FormRequest
 
type - Variable in class com.oracle.e1.jdemf.aggregation.AggregationType
 
TYPE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
TYPE_AGGREGATION - Static variable in class com.oracle.e1.jdemf.DataRequest
 
TYPE_BROWSE - Static variable in class com.oracle.e1.jdemf.DataRequest
 
TYPE_COUNT - Static variable in class com.oracle.e1.jdemf.DataRequest
 

U

UDOActiveObject - Class in com.oracle.e1.jdemf.udo
 
UDOActiveObject() - Constructor for class com.oracle.e1.jdemf.udo.UDOActiveObject
 
UDODeleteRequest - Class in com.oracle.e1.jdemf.udo
 
UDODeleteRequest() - Constructor for class com.oracle.e1.jdemf.udo.UDODeleteRequest
 
UDODependenciesResponse - Class in com.oracle.e1.jdemf.udo
 
UDODependenciesResponse() - Constructor for class com.oracle.e1.jdemf.udo.UDODependenciesResponse
 
UDODependenciesResponse.OrchestrationDependency - Class in com.oracle.e1.jdemf.udo
 
UDODepenenciesRequest - Class in com.oracle.e1.jdemf.udo
 
UDODepenenciesRequest() - Constructor for class com.oracle.e1.jdemf.udo.UDODepenenciesRequest
 
UDOGetAllObjectsRequest - Class in com.oracle.e1.jdemf.udo
 
UDOGetAllObjectsRequest() - Constructor for class com.oracle.e1.jdemf.udo.UDOGetAllObjectsRequest
 
UDOGetConstantsRequest - Class in com.oracle.e1.jdemf.udo
 
UDOGetConstantsRequest() - Constructor for class com.oracle.e1.jdemf.udo.UDOGetConstantsRequest
 
UDOGetConstantsResponse - Class in com.oracle.e1.jdemf.udo
 
UDOGetConstantsResponse() - Constructor for class com.oracle.e1.jdemf.udo.UDOGetConstantsResponse
 
UDOGetConstantsValues - Class in com.oracle.e1.jdemf.udo
 
UDOGetConstantsValues() - Constructor for class com.oracle.e1.jdemf.udo.UDOGetConstantsValues
 
UDOGetObjectByKeyRequest - Class in com.oracle.e1.jdemf.udo
 
UDOGetObjectByKeyRequest(UDOListObjectItem) - Constructor for class com.oracle.e1.jdemf.udo.UDOGetObjectByKeyRequest
Pass an object from a list and name and user will automatically be populated
UDOGetQueryByKeyRequest - Class in com.oracle.e1.jdemf.udo
 
UDOGetQueryByKeyRequest(UDOListObjectItem) - Constructor for class com.oracle.e1.jdemf.udo.UDOGetQueryByKeyRequest
 
UDOGetUserAuthorityRequest - Class in com.oracle.e1.jdemf.udo
 
UDOGetUserAuthorityRequest() - Constructor for class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityRequest
 
UDOGetUserAuthorityResponse - Class in com.oracle.e1.jdemf.udo
 
UDOGetUserAuthorityResponse() - Constructor for class com.oracle.e1.jdemf.udo.UDOGetUserAuthorityResponse
 
UDOListObject - Class in com.oracle.e1.jdemf.udo
 
UDOListObject() - Constructor for class com.oracle.e1.jdemf.udo.UDOListObject
 
UDOListObjectItem - Class in com.oracle.e1.jdemf.udo
 
UDOListObjectItem() - Constructor for class com.oracle.e1.jdemf.udo.UDOListObjectItem
 
UDONote - Class in com.oracle.e1.jdemf.udo
 
UDONote() - Constructor for class com.oracle.e1.jdemf.udo.UDONote
 
UDONotesRequest - Class in com.oracle.e1.jdemf.udo
 
UDONotesRequest() - Constructor for class com.oracle.e1.jdemf.udo.UDONotesRequest
 
UDONotesResponse - Class in com.oracle.e1.jdemf.udo
 
UDONotesResponse() - Constructor for class com.oracle.e1.jdemf.udo.UDONotesResponse
 
UDOObjectsResponse - Class in com.oracle.e1.jdemf.udo
 
UDOObjectsResponse() - Constructor for class com.oracle.e1.jdemf.udo.UDOObjectsResponse
 
UDOPublishRequest - Class in com.oracle.e1.jdemf.udo
 
UDOPublishRequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDOPublishRequest
 
UDORequest - Class in com.oracle.e1.jdemf.udo
 
UDORequest() - Constructor for class com.oracle.e1.jdemf.udo.UDORequest
 
UDORequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDORequest
 
UDOReserveRequest - Class in com.oracle.e1.jdemf.udo
 
UDOReserveRequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDOReserveRequest
 
UDOResponseMessges - Class in com.oracle.e1.jdemf.udo
 
UDOResponseMessges() - Constructor for class com.oracle.e1.jdemf.udo.UDOResponseMessges
 
UDOSaveAsRequest - Class in com.oracle.e1.jdemf.udo
 
UDOSaveAsRequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDOSaveAsRequest
 
UDOSaveRequest - Class in com.oracle.e1.jdemf.udo
 
UDOSaveRequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDOSaveRequest
 
UDOShowInfoRequest - Class in com.oracle.e1.jdemf.udo
 
UDOShowInfoRequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDOShowInfoRequest
 
UDOShowInfoResponse - Class in com.oracle.e1.jdemf.udo
 
UDOShowInfoResponse() - Constructor for class com.oracle.e1.jdemf.udo.UDOShowInfoResponse
 
UDOUnReserveRequest - Class in com.oracle.e1.jdemf.udo
 
UDOUnReserveRequest(UDOActiveObject) - Constructor for class com.oracle.e1.jdemf.udo.UDOUnReserveRequest
 
unselectAllGridRows(String) - Method in class com.oracle.e1.jdemf.FSREvent
Sends an action request to unselect all rows.
unSelectRow(String, int) - Method in class com.oracle.e1.jdemf.FSREvent
Sends an action request to unselect a row.
UPDATE_ACTION - Static variable in class com.oracle.e1.jdemf.udo.UDONotesRequest
 
updateBadge() - Static method in class com.oracle.e1.jdemf.JDEmfUtilities
 
updateGridRow(String, int, GridRowUpdateEvent) - Method in class com.oracle.e1.jdemf.GridAction
 
updateGridRow(int, GridRowUpdateEvent) - Method in class com.oracle.e1.jdemf.GridAction
 
updateTextMediaObject(MediaObjectUpdateTextRequest) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
updateTextMediaObject allows you to update the first text media ogject based on the media object structure, key
uploadMediaObject(MediaObjectUploadRequest) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
uploadMediaObject - will upload a single file to the media object based on structure and key
uploadSignatureToMO(String) - Static method in class com.oracle.e1.jdemf.mediaobject.MediaObjectOperations
 
UserInfo - Class in com.oracle.e1.jdemf
UserInfo is contained within the LoginResponse object, which is populated after JSON response from tokenrequest call is de-serialized to the LoginResponse class.
UserInfo() - Constructor for class com.oracle.e1.jdemf.UserInfo
 

V

VALUE - Static variable in class com.oracle.e1.jdemf.ProcessingOptionsSet
 
value - Variable in class com.oracle.e1.jdemf.query.Condition
 
value - Variable in class com.oracle.e1.jdemf.query.DateSpecialValue
 
VIEW_ACTION - Static variable in class com.oracle.e1.jdemf.udo.UDONotesRequest
 

W

WARN - Static variable in class com.oracle.e1.jdemf.JDEmfLogger
 
WATCHLIST_TYPE - Static variable in class com.oracle.e1.jdemf.watchlist.GetWatchlistByKeyRequest
 
WatchListActiveObject - Class in com.oracle.e1.jdemf.watchlist
 
WatchListActiveObject() - Constructor for class com.oracle.e1.jdemf.watchlist.WatchListActiveObject
 
WatchListMetaData - Class in com.oracle.e1.jdemf.watchlist
 
WatchListMetaData() - Constructor for class com.oracle.e1.jdemf.watchlist.WatchListMetaData
 
WatchListRequest - Class in com.oracle.e1.jdemf.watchlist
WatchListRequest is the input object to call an EnterpriseOne watchlist, provide either the watchlistId or the watchlistObject name.
WatchListRequest() - Constructor for class com.oracle.e1.jdemf.watchlist.WatchListRequest
 
WatchListResponse - Class in com.oracle.e1.jdemf.watchlist
WatchListResponse is the class returned when a watchlist is fetched
WatchListResponse() - Constructor for class com.oracle.e1.jdemf.watchlist.WatchListResponse
 
WatchListResponse.RowCount - Class in com.oracle.e1.jdemf.watchlist
 
WHITE_LIST_TYPE - Static variable in class com.oracle.e1.jdemf.udo.UDORequest
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 2.3.3

E64174-03

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