Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
W
A
AND
- Static variable in class com.bea.ld.filter.
FilterXQuery
ANY_TYPE_LIMIT
- Static variable in class com.bea.ld.filter.
FilterXQuery
ASCENDING
- Static variable in class com.bea.ld.filter.
FilterXQuery
addFilter(String, String, String, String)
- Method in class com.bea.ld.filter.
FilterXQuery
Creates a filter and adds it to the list of filters.
addFilter(String, String, String, String, boolean)
- Method in class com.bea.ld.filter.
FilterXQuery
addFilter(String, Filter, Filter, String)
- Method in class com.bea.ld.filter.
FilterXQuery
addFilter(String, Filter)
- Method in class com.bea.ld.filter.
FilterXQuery
addOrderBy(String, String, String)
- Method in class com.bea.ld.filter.
FilterXQuery
Adds the sort crieteria to the object specified by the appliesTo argument.
B
BEA_SQL_LIKE
- Static variable in class com.bea.ld.filter.
FilterXQuery
bindBinary(QName, byte[])
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Binary DataType
bindBinaryXML(QName, byte[])
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds BinaryXML DataType
bindBoolean(QName, boolean)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Boolean DataType
bindByte(QName, byte)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Byte DataType
bindDate(QName, Date)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Date DataType
bindDateTime(QName, Date)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds DateTime DataType
bindDateTime(QName, Timestamp)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds DateTime DataType
bindDateTime(QName, Calendar)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Calendar DataType
bindDecimal(QName, BigDecimal)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds BigDecimal DataType
bindDouble(QName, double)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds double DataType
bindElement(QName, String)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Object DataType
bindElement(QName, Element)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Element DataType
bindFloat(QName, float)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds float DataType
bindInt(QName, int)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds int DataType
bindLong(QName, long)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds long DataType
bindObject(QName, Object)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Object DataType
bindShort(QName, short)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds short DataType
bindString(QName, String)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds String DataType
bindTime(QName, Time)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds Time DataType
bindURI(QName, URI)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
binds URI DataType
C
COMPILE_ONLY
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting query processor only compile the query, not execute it.
closeStream()
- Method in interface com.bea.ld.dsmediator.client.
StreamingDataService
Closes the stream.
closeStream()
- Method in interface com.bea.ld.dsmediator.client.
StreamingPreparedExpression
Deprecated.
Closes the stream.
com.bea.ld
- package com.bea.ld
com.bea.ld.dsmediator.client
- package com.bea.ld.dsmediator.client
com.bea.ld.dsmediator.client.exception
- package com.bea.ld.dsmediator.client.exception
com.bea.ld.filter
- package com.bea.ld.filter
createFilter(String, String, String)
- Method in class com.bea.ld.filter.
FilterXQuery
Creates a filter that can be later applied to any of the objects in the hierarchy of the field path, e.g., either to CUSTOMER or ORDER if the field is CUSTOMER/ORDER/TOTAL_ORDER_AMOUNT.
createFilter(String, String, String, boolean)
- Method in class com.bea.ld.filter.
FilterXQuery
createFilter(Filter, Filter, String)
- Method in class com.bea.ld.filter.
FilterXQuery
This method will create a compound filter.
D
DESCENDING
- Static variable in class com.bea.ld.filter.
FilterXQuery
DO_NOT_CACHE_QUERY_PLAN
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting query processor not to cache compiled execution plan
DataService
- interface com.bea.ld.dsmediator.client.
DataService
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
DataServiceFactory
- class com.bea.ld.dsmediator.client.
DataServiceFactory
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
DataServiceFactory()
- Constructor for class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
disableFeature(String)
- Method in class com.bea.ld.
QueryAttributes
Disable a specified feature flag for this query execution.
E
EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
ExternalVariables
- class com.bea.ld.
ExternalVariables
.
This class contains the list of variable name ( QName) - value pair.
ExternalVariables()
- Constructor for class com.bea.ld.
ExternalVariables
enableFeature(String)
- Method in class com.bea.ld.
QueryAttributes
Enable a specified feature flag for this query execution.
executeQuery()
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
Executes the prepared query.
executeQueryToStream()
- Method in interface com.bea.ld.dsmediator.client.
StreamingPreparedExpression
Deprecated.
Executes the ad hoc query, getting results back as an XMLInputStream.
F
FORCE_COMPILE
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting query processor recompile query, instead of using any previously-cached version.
Filter
- class com.bea.ld.filter.
Filter
.
This object helps in building compound filters ( i.e. combining two or more filter logically).
FilterXQuery
- class com.bea.ld.filter.
FilterXQuery
.
This class enables client-side control of data service function results through filtering and ordering without having to use complex XQuery syntax.
FilterXQuery()
- Constructor for class com.bea.ld.filter.
FilterXQuery
featureEnabled(String)
- Method in class com.bea.ld.
QueryAttributes
Inquire whether a particular feature is enabled or not for this query execution.
G
GET_CURRENT_DATA
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting that cached content should be ignored, data computed and cached entries used in the current query refreshed
GREATER_THAN
- Static variable in class com.bea.ld.filter.
FilterXQuery
GREATER_THAN_EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
getAttribute(String)
- Method in class com.bea.ld.
QueryAttributes
Retrieve a String-valued attribute.
getExternalVariables()
- Method in class com.bea.ld.filter.
FilterXQuery
gets the ExternalVariables
getIntegerAttribute(String)
- Method in class com.bea.ld.
QueryAttributes
Retrieve an int-valued attribute.
getStringArrayAttribute(String)
- Method in class com.bea.ld.
QueryAttributes
Retrieve a String array-valued attribute.
I
invoke(String, Object[])
- Method in interface com.bea.ld.dsmediator.client.
DataService
Deprecated.
The dynamic method for invoking data service functions.
invoke(String, Object[])
- Method in interface com.bea.ld.dsmediator.client.
StreamingDataService
Invokes the given function.
L
LESS_THAN
- Static variable in class com.bea.ld.filter.
FilterXQuery
LESS_THAN_EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
M
MATCHES
- Static variable in class com.bea.ld.filter.
FilterXQuery
N
NOT
- Static variable in class com.bea.ld.filter.
FilterXQuery
NOT_EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
newDataService(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
Factory method to create a data service instance.
newStreamingDataService(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
Creates a streaming data service that can be used to get an XMLInputStream.
O
OR
- Static variable in class com.bea.ld.filter.
FilterXQuery
P
PreparedExpression
- interface com.bea.ld.dsmediator.client.
PreparedExpression
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
prepareExpression(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
Used to create a prepared expression, which is an ad hoc query that can be executed against Liquid Data information.
Q
QueryAttributes
- class com.bea.ld.
QueryAttributes
.
NOTE:
This class should not be considered part of the mediator API any longer.
QueryAttributes()
- Constructor for class com.bea.ld.
QueryAttributes
R
REFRESH_CACHE_EARLY
- Static variable in class com.bea.ld.
QueryAttributes
Integer attribute requesting that a cached data record must be valid for at least the specified number of seconds.
RETURN_AUDIT_PROPERTIES
- Static variable in class com.bea.ld.
QueryAttributes
String[] list of audit properties that would be enabled and returned if allowed.
RETURN_DATA_SERVICE_AUDIT
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting query processor to return all returnable audit properties collected.
ReadTransactionAttribute
- Static variable in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
ReadTransactionNotSupported
- Static variable in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
ReadTransactionRequired
- Static variable in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
S
SDOMediatorException
- exception com.bea.ld.dsmediator.client.exception.
SDOMediatorException
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
SDOMediatorException(String)
- Constructor for class com.bea.ld.dsmediator.client.exception.
SDOMediatorException
Deprecated.
SDOMediatorException(Throwable)
- Constructor for class com.bea.ld.dsmediator.client.exception.
SDOMediatorException
Deprecated.
ServerPrepareException
- exception com.bea.ld.dsmediator.client.exception.
ServerPrepareException
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
ServerPrepareException(String)
- Constructor for class com.bea.ld.dsmediator.client.exception.
ServerPrepareException
Deprecated.
ServerPrepareException(Throwable)
- Constructor for class com.bea.ld.dsmediator.client.exception.
ServerPrepareException
Deprecated.
StreamingDataService
- interface com.bea.ld.dsmediator.client.
StreamingDataService
.
Interface for acquiring data service function results as a stream.
StreamingException
- exception com.bea.ld.dsmediator.client.exception.
StreamingException
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
StreamingException(String)
- Constructor for class com.bea.ld.dsmediator.client.exception.
StreamingException
Deprecated.
StreamingException(Throwable)
- Constructor for class com.bea.ld.dsmediator.client.exception.
StreamingException
Deprecated.
StreamingPreparedExpression
- interface com.bea.ld.dsmediator.client.
StreamingPreparedExpression
.
Deprecated.
Replaced by com.bea.dsp.dsmediator.client.* in Dasani release.
setAttribute(String, String)
- Method in class com.bea.ld.
QueryAttributes
Provide a String value for an attribute for this query execution.
setBinary(QName, byte[])
- Method in class com.bea.ld.
ExternalVariables
sets the binary type variable
setBoolean(QName, boolean)
- Method in class com.bea.ld.
ExternalVariables
sets the boolean type variable
setByte(QName, byte)
- Method in class com.bea.ld.
ExternalVariables
sets the byte type variable
setDateTime(QName, Date)
- Method in class com.bea.ld.
ExternalVariables
sets the Date type variable
setDateTime(QName, Calendar)
- Method in class com.bea.ld.
ExternalVariables
sets the Calendar type variable
setDecimal(QName, BigDecimal)
- Method in class com.bea.ld.
ExternalVariables
sets the BigDecimal type variable
setDouble(QName, double)
- Method in class com.bea.ld.
ExternalVariables
sets the double type variable
setExternalVariables(ExternalVariables)
- Method in class com.bea.ld.filter.
FilterXQuery
set the ExternalVariables containing the list of external variables which can be used in filter/limit.
setFilterCondition(FilterXQuery)
- Method in interface com.bea.ld.dsmediator.client.
DataService
Deprecated.
Sets a filtering condition to be applied to the results of data service function execution.
setFloat(QName, float)
- Method in class com.bea.ld.
ExternalVariables
sets the float type variable
setInt(QName, int)
- Method in class com.bea.ld.
ExternalVariables
sets the int type variable
setIntegerAttribute(String, int)
- Method in class com.bea.ld.
QueryAttributes
Provide an integer value for an attribute for this query execution.
setLimit(String, String)
- Method in class com.bea.ld.filter.
FilterXQuery
Associates the maximum number of entries to return of the element specified by the appliesTo argument.
setLong(QName, long)
- Method in class com.bea.ld.
ExternalVariables
sets the long type variable
setQueryAttributes(QueryAttributes)
- Method in interface com.bea.ld.dsmediator.client.
DataService
Deprecated.
Sets the query attributes.
setQueryAttributes(QueryAttributes)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
Sets the Query Attributes
setShort(QName, short)
- Method in class com.bea.ld.
ExternalVariables
sets the short type variable
setSortCriteria(String, String, String)
- Method in interface com.bea.ld.dsmediator.client.
DataService
Deprecated.
Sets a sorting criteria on the results of data service function execution.
setString(QName, String)
- Method in class com.bea.ld.
ExternalVariables
sets the String type variable
setStringArrayAttribute(String, String[])
- Method in class com.bea.ld.
QueryAttributes
Provide a String array value for an attribute for this query execution.
setURI(QName, URI)
- Method in class com.bea.ld.
ExternalVariables
sets the URI type variable
streamingPreparedExpression(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
Deprecated.
Creates a streaming prepared expression that can be used to get an XMLInputStream for ad hoc queries.
submit(DataObject)
- Method in interface com.bea.ld.dsmediator.client.
DataService
Deprecated.
Submits data object changes for updates to back-end systems.
T
TIMEOUT
- Static variable in class com.bea.ld.
QueryAttributes
Integer attribute specifying maximum time the query engine should allow for this request to complete (in milliseconds).
toProxy()
- Method in class com.bea.ld.
ExternalVariables
toProxy()
- Method in class com.bea.ld.filter.
Filter
toProxy()
- Method in class com.bea.ld.filter.
FilterXQuery
W
writeOutputToFile(String, Object[], String)
- Method in interface com.bea.ld.dsmediator.client.
DataService
Deprecated.
Writes the results of method invocation to the specified file.
writeOutputToFile(String)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Deprecated.
Writes the result of function invocation to a file.
writeOutputToFile(String, Object[], String)
- Method in interface com.bea.ld.dsmediator.client.
StreamingDataService
Writes the stream results to the specified file.
A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006 BEA Systems Inc. All Rights Reserved.