Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
W
A
addFilter(String, Filter)
- Method in class com.bea.ld.filter.
FilterXQuery
addFilter(String, Filter, Filter, String)
- Method 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
addOrderBy(String, String, String)
- Method in class com.bea.ld.filter.
FilterXQuery
Adds the sort crieteria to the object specified by the appliesTo argument.
AND
- Static variable in class com.bea.ld.filter.
FilterXQuery
ASCENDING
- Static variable in class com.bea.ld.filter.
FilterXQuery
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
binds Binary DataType
bindBinaryXML(QName, byte[])
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds BinaryXML DataType
bindBoolean(QName, boolean)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Boolean DataType
bindByte(QName, byte)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Byte DataType
bindDate(QName, Date)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Date DataType
bindDateTime(QName, Calendar)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Calendar DataType
bindDateTime(QName, Date)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds DateTime DataType
bindDateTime(QName, Timestamp)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds DateTime DataType
bindDecimal(QName, BigDecimal)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds BigDecimal DataType
bindDouble(QName, double)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds double DataType
bindElement(QName, Element)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Element DataType
bindElement(QName, String)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Object DataType
bindFloat(QName, float)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds float DataType
bindInt(QName, int)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds int DataType
bindLong(QName, long)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds long DataType
bindObject(QName, Object)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Object DataType
bindShort(QName, short)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds short DataType
bindString(QName, String)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds String DataType
bindTime(QName, Time)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds Time DataType
bindURI(QName, URI)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
binds URI DataType
C
closeStream()
- Method in interface com.bea.ld.dsmediator.client.
StreamingDataService
Closes the stream.
closeStream()
- Method in interface com.bea.ld.dsmediator.client.
StreamingPreparedExpression
Closes the stream.
COMPILE_ONLY
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting query processor only compile the query, not execute it.
createFilter(Filter, Filter, String)
- Method in class com.bea.ld.filter.
FilterXQuery
This method will create a compound 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
D
DataService
- interface com.bea.ld.dsmediator.client.
DataService
.
This class is the service interface for a data service.
DataServiceFactory
- class com.bea.ld.dsmediator.client.
DataServiceFactory
.
Factory class for creating local interfaces to data services.
DataServiceFactory()
- Constructor for class com.bea.ld.dsmediator.client.
DataServiceFactory
DESCENDING
- Static variable in class com.bea.ld.filter.
FilterXQuery
disableFeature(String)
- Method in class com.bea.ld.
QueryAttributes
Disable a specified feature flag for this query execution.
E
enableFeature(String)
- Method in class com.bea.ld.
QueryAttributes
Enable a specified feature flag for this query execution.
EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
executeQuery()
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Executes the prepared query.
executeQueryToStream()
- Method in interface com.bea.ld.dsmediator.client.
StreamingPreparedExpression
Executes the ad hoc query, getting results back as an XMLInputStream.
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
F
featureEnabled(String)
- Method in class com.bea.ld.
QueryAttributes
Inquire whether a particular feature is enabled or not for this query execution.
Filter
- class com.bea.ld.filter.
Filter
.
This object helps in building compound filters ( i.e.
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
FORCE_COMPILE
- Static variable in class com.bea.ld.
QueryAttributes
Feature flag requesting query processor recompile query, instead of using any previously-cached version.
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
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.
GREATER_THAN
- Static variable in class com.bea.ld.filter.
FilterXQuery
GREATER_THAN_EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
I
invoke(String, Object[])
- Method in interface com.bea.ld.dsmediator.client.
DataService
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
newDataService(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
Factory method to create a data service instance.
newStreamingDataService(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
Creates a streaming data service that can be used to get an XMLInputStream.
NOT
- Static variable in class com.bea.ld.filter.
FilterXQuery
NOT_EQUAL
- Static variable in class com.bea.ld.filter.
FilterXQuery
O
OR
- Static variable in class com.bea.ld.filter.
FilterXQuery
P
PreparedExpression
- interface com.bea.ld.dsmediator.client.
PreparedExpression
.
This class is used to prepare and execute ad hoc queries.
prepareExpression(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
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
.
Collection of attributes which control how a query is to be invoked.
QueryAttributes()
- Constructor for class com.bea.ld.
QueryAttributes
R
ReadTransactionAttribute
- Static variable in class com.bea.ld.dsmediator.client.
DataServiceFactory
ReadTransactionNotSupported
- Static variable in class com.bea.ld.dsmediator.client.
DataServiceFactory
ReadTransactionRequired
- Static variable in class com.bea.ld.dsmediator.client.
DataServiceFactory
S
SDOMediatorException
- exception com.bea.ld.dsmediator.client.exception.
SDOMediatorException
.
Represents exceptions thrown while mediator attempts to fetch data from data sources.
SDOMediatorException(Exception)
- Constructor for class com.bea.ld.dsmediator.client.exception.
SDOMediatorException
SDOMediatorException(String)
- Constructor for class com.bea.ld.dsmediator.client.exception.
SDOMediatorException
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, Calendar)
- Method in class com.bea.ld.
ExternalVariables
sets the Calendar type variable
setDateTime(QName, Date)
- Method in class com.bea.ld.
ExternalVariables
sets the Date 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
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
Sets the query attributes.
setQueryAttributes(QueryAttributes)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
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
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
setURI(QName, URI)
- Method in class com.bea.ld.
ExternalVariables
sets the URI type variable
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
.
Represents exceptions thrown while trying to stream results of data service function invocation.
StreamingException(Exception)
- Constructor for class com.bea.ld.dsmediator.client.exception.
StreamingException
StreamingException(String)
- Constructor for class com.bea.ld.dsmediator.client.exception.
StreamingException
StreamingPreparedExpression
- interface com.bea.ld.dsmediator.client.
StreamingPreparedExpression
.
Interface for acquiring ad hoc query results as a stream.
streamingPreparedExpression(Context, String, String)
- Static method in class com.bea.ld.dsmediator.client.
DataServiceFactory
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
Submits data object changes for updates to back-end systems.
W
writeOutputToFile(String)
- Method in interface com.bea.ld.dsmediator.client.
PreparedExpression
Writes the result of function invocation to a file.
writeOutputToFile(String, Object[], String)
- Method in interface com.bea.ld.dsmediator.client.
DataService
Writes the results of method invocation to the specified 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
W
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright © 2005 Bea Systems Inc. All Rights Reserved.