A B C D E F G I L M N O P R S T U V

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
 
addContainedDSToUpdate(DataGraph, String) - Method in class com.bea.ld.dsmediator.update.DataServiceToUpdate
Add new DataGraph as a child/dependent of current SDO
addContainedDSToUpdate(DataServiceToUpdate) - Method in class com.bea.ld.dsmediator.update.DataServiceToUpdate
Add new wrapped DataGraph as a child/dependent of current SDO
addDataService(DataGraph, String) - Method in class com.bea.ld.dsmediator.update.UpdatePlan
Add a independent data graph into update plan as top level object if you need make current sdo be dependent of another sdo in the plan, first locate DataSericeToUpdate object for the parent sdo, then add this sdo to it as contained SDO.
addDataService(DataGraph, DataServiceToUpdate) - Method in class com.bea.ld.dsmediator.update.UpdatePlan
 
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.
assignFilter(FilterXQuery) - Method in class com.bea.dsp.RequestConfig
Sets a filtering condition to be applied to the results of data service function execution.

B

BEA_SQL_LIKE - Static variable in class com.bea.ld.filter.FilterXQuery
 
bindBinary(QName, byte[]) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Binary DataType
bindBinaryXML(QName, byte[]) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds BinaryXML DataType
bindBoolean(QName, boolean) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Boolean DataType
bindByte(QName, byte) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Byte DataType
bindDate(QName, Date) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Date DataType
bindDateTime(QName, Date) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds DateTime DataType
bindDateTime(QName, Timestamp) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds DateTime DataType
bindDateTime(QName, Calendar) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Calendar DataType
bindDecimal(QName, BigDecimal) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds BigDecimal DataType
bindDouble(QName, double) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds double DataType
bindElement(QName, String) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Object DataType
bindElement(QName, Element) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Element DataType
bindFloat(QName, float) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds float DataType
bindInt(QName, int) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds int DataType
bindLong(QName, long) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds long DataType
bindObject(QName, Object) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Object DataType
bindShort(QName, short) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds short DataType
bindString(QName, String) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds String DataType
bindTime(QName, Time) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds Time DataType
bindURI(QName, URI) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
binds URI DataType

C

COMPILE_ONLY - Static variable in class com.bea.dsp.RequestConfig
Feature flag requesting query processor only compile the query, not execute it.
clear() - Method in class com.bea.ld.dsmediator.update.UpdatePlan
 
clearResultCache(String, int) - Method in interface com.bea.dsp.dsmediator.client.DataService
Purge result cache for the function on this Data Service with this name and arity.
com.bea.dsp - package com.bea.dsp
 
com.bea.dsp.dsmediator.client - package com.bea.dsp.dsmediator.client
 
com.bea.dsp.dsmediator.client.exception - package com.bea.dsp.dsmediator.client.exception
 
com.bea.ld - package com.bea.ld
 
com.bea.ld.dsmediator.update - package com.bea.ld.dsmediator.update
 
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.
createRootDataObject() - Method in interface com.bea.dsp.dsmediator.client.DataService
Create a new DataGraph based on the XML type associated with the Data Service.
currentContext() - Static method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
DataServiceMediatorContext for current user submit session

D

DESCENDING - Static variable in class com.bea.ld.filter.FilterXQuery
 
DO_NOT_CACHE_QUERY_PLAN - Static variable in class com.bea.dsp.RequestConfig
Feature flag requesting query processor not to cache compiled execution plan
DataService - interface com.bea.dsp.dsmediator.client.DataService.
This class is the service interface for a data service.
DataServiceAudit - interface com.bea.ld.DataServiceAudit.
 
DataServiceFactory - class com.bea.dsp.dsmediator.client.DataServiceFactory.
Factory class for creating local interfaces to data services.
DataServiceFactory() - Constructor for class com.bea.dsp.dsmediator.client.DataServiceFactory
 
DataServiceMediator - class com.bea.ld.dsmediator.update.DataServiceMediator.
 
DataServiceMediator() - Constructor for class com.bea.ld.dsmediator.update.DataServiceMediator
should not be called directly
DataServiceMediatorContext - class com.bea.ld.dsmediator.update.DataServiceMediatorContext.
 
DataServiceMediatorContext() - Constructor for class com.bea.ld.dsmediator.update.DataServiceMediatorContext
 
DataServiceToUpdate - class com.bea.ld.dsmediator.update.DataServiceToUpdate.
A wrapper class that contains a datagraph and its dataservice locator for submit it may also contains a collection of child DataServiceToUpdate objects
DataServiceToUpdate(DataGraph, String) - Constructor for class com.bea.ld.dsmediator.update.DataServiceToUpdate
 
disableFeature(String) - Method in class com.bea.dsp.RequestConfig
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.dsp.RequestConfig
Enable a specified feature flag for this query execution.
executeQuery() - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
Executes the prepared query.
executeQuery(RequestConfig) - Method in interface com.bea.dsp.dsmediator.client.PreparedExpression
Executes the prepared query.
executeQueryToStream() - Method in interface com.bea.dsp.dsmediator.client.StreamingPreparedExpression
Executes the ad hoc query, getting results back as an XMLInputStream.
executeQueryToStream(RequestConfig) - Method in interface com.bea.dsp.dsmediator.client.StreamingPreparedExpression
Executes the ad hoc query, getting results back as an XMLInputStream.
executeUpdatePlan(UpdatePlan) - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
For each unique data source instance within update plan, submit will invoked for inserted, updated or deleted.
executeUpdatePlan(UpdatePlan) - Method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
iterate through individual datagraph to trigger submit

F

FORCE_COMPILE - Static variable in class com.bea.dsp.RequestConfig
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.dsp.RequestConfig
Inquire whether a particular feature is enabled or not for this query execution.
flushCachedMetaData() - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
flush the cached decomposition map and data source meta data internal use only, invoked in development mode

G

GET_CURRENT_DATA - Static variable in class com.bea.dsp.RequestConfig
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
 
getAllRecords() - Method in interface com.bea.ld.DataServiceAudit
 
getApplicationProperty(String, String) - Method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
access the application properties defined in MBean console
getContainedDSToUpdateList() - Method in class com.bea.ld.dsmediator.update.DataServiceToUpdate
return all dependent sdo objects as collection of DataServiceToUpdate for current sdo
getCurrentDecompositionMap() - Method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
 
getCurrentUpdatePlan(DataGraph) - Method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
For a given view SDO object, decompose it and return a update plan Update plan is a sequence of nodes decomposed from original View SDO object.
getCurrentUpdatePlan(DataGraph, boolean) - Method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
For a given view SDO object, decompose it and return a update plan Update plan is a sequence of nodes decomposed from original View SDO object.
getDataGraph() - Method in class com.bea.ld.dsmediator.update.DataServiceToUpdate
get the current datagraph wrapped inside
getDataServiceAudit() - Method in interface com.bea.dsp.SubmitResult
Returns filtered data service audit event
getDataServiceList() - Method in class com.bea.ld.dsmediator.update.UpdatePlan
 
getDataServiceMetaData(String) - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
lookup DataObject meta data by ds name
getDataServiceName() - Method in class com.bea.ld.dsmediator.update.DataServiceToUpdate
 
getDeserializedPlan(byte[]) - Static method in class com.bea.ld.dsmediator.update.UpdatePlan
 
getExternalVariables() - Method in class com.bea.ld.filter.FilterXQuery
gets the ExternalVariables
getFilter() - Method in class com.bea.dsp.RequestConfig
Retrieve a previously-assigned FilterXQuery for further manipulation.
getIntegerAttribute(String) - Method in class com.bea.dsp.RequestConfig
Return the current value of an integer attribute.
getKeyProperties() - Method in interface com.bea.dsp.SubmitResult
Returns the keys created, if any, during an insert.
getProperty(String) - Method in interface com.bea.ld.DataServiceAudit
 
getRecords(String) - Method in interface com.bea.ld.DataServiceAudit
 
getSerializedBytes(UpdatePlan) - Static method in class com.bea.ld.dsmediator.update.UpdatePlan
 
getStringArrayAttribute(String) - Method in class com.bea.dsp.RequestConfig
Return the current value of a String array attribute.
getStringAttribute(String) - Method in class com.bea.dsp.RequestConfig
Return the current value of a String attribute.
getUpdatePlan(DataGraph) - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
For a given view SDO object, decompose it and return a update plan Update plan is a sequence of nodes decomposed from original View SDO object.
getVersion() - Method in interface com.bea.ld.DataServiceAudit
Version of the audit event.

I

invoke(String, Object[]) - Method in interface com.bea.dsp.dsmediator.client.DataService
The dynamic method for invoking data service functions.
invoke(String, Object[], RequestConfig) - Method in interface com.bea.dsp.dsmediator.client.DataService
The dynamic method for invoking data service functions.
invokeProcedure(String, Object[]) - Method in interface com.bea.dsp.dsmediator.client.DataService
The dynamic method for invoking data service functions marked as having side-effects, aka Procedures.
invokeProcedure(String, Object[], RequestConfig) - Method in interface com.bea.dsp.dsmediator.client.DataService
The dynamic method for invoking data service functions marked as having side-effects, aka Procedures.
invokeToStream(String, Object[]) - Method in interface com.bea.dsp.dsmediator.client.StreamingDataService
Invokes the given function.
invokeToStream(String, Object[], RequestConfig) - Method in interface com.bea.dsp.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.dsp.dsmediator.client.DataServiceFactory
Factory method to create a data service instance.
newDataService(Context, String, String, SchemaTypeCache) - Static method in class com.bea.dsp.dsmediator.client.DataServiceFactory
Factory method to create a data service instance.
newStreamingDataService(Context, String, String) - Static method in class com.bea.dsp.dsmediator.client.DataServiceFactory
Creates a streaming data service that can be used to get an XMLInputStream.

O

OR - Static variable in class com.bea.ld.filter.FilterXQuery
 
OUTPUT_FILENAME - Static variable in class com.bea.dsp.RequestConfig
String attribute which allows you to specify a filename on the server where the server will serialize the results of the function/query execution.

P

PreparedExpression - interface com.bea.dsp.dsmediator.client.PreparedExpression.
This class is used to prepare and execute ad hoc queries.
performChange(DataGraph) - Method in interface com.bea.ld.dsmediator.update.UpdateOverride
implement custom function here
prepareExpression(Context, String, String) - Static method in class com.bea.dsp.dsmediator.client.DataServiceFactory
Used to create a prepared expression, which is an ad hoc query that can be executed against Liquid Data information.
pushReturnKey(Properties) - Method in class com.bea.ld.dsmediator.update.DataServiceMediatorContext
Use inside updateoverride to indicate the return key values to the caller of submit method

R

REFRESH_CACHE_EARLY - Static variable in class com.bea.dsp.RequestConfig
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.dsp.RequestConfig
String array attribute which allows you to list the audit properties which should be collected during this function/query execution.
RETURN_DATA_SERVICE_AUDIT - Static variable in class com.bea.dsp.RequestConfig
Feature flag requesting query processor return all returnable audit properties collected during query execution.
ReadTransactionAttribute - Static variable in class com.bea.dsp.dsmediator.client.DataServiceFactory
Attribute name (passed as a Hashtable key to the InitialContext constructor) specifying the transaction awareness of read operations on a DataService.
ReadTransactionNotSupported - Static variable in class com.bea.dsp.dsmediator.client.DataServiceFactory
Attribute value (passed as a Hashtable value to the InitialContext constructor, keyed by DataServiceFactory.ReadTransactionAttribute) specifying that transactions are not supported.
ReadTransactionRequired - Static variable in class com.bea.dsp.dsmediator.client.DataServiceFactory
Attribute value (passed as a Hashtable value to the InitialContext constructor, keyed by DataServiceFactory.ReadTransactionAttribute) specifying that transactions are required.
RequestConfig - class com.bea.dsp.RequestConfig.
A collection of attributes which control how a Data Service method is to be invoked.
RequestConfig() - Constructor for class com.bea.dsp.RequestConfig
 
removeContainedDSToUpdate(DataServiceToUpdate) - Method in class com.bea.ld.dsmediator.update.DataServiceToUpdate
remove a wrapped DataGraph from the child collection of current SDO
removeContainedDataService(DataGraph) - Method in class com.bea.ld.dsmediator.update.UpdatePlan
Take out a top level data graph object from plan
retrieveDataServiceAudit() - Method in class com.bea.dsp.RequestConfig
Retrieve the collected audit materials from query execution.

S

SDOMediatorException - exception com.bea.dsp.dsmediator.client.exception.SDOMediatorException.
Represents exceptions thrown while mediator attempts to fetch data from data sources.
SDOMediatorException(String) - Constructor for class com.bea.dsp.dsmediator.client.exception.SDOMediatorException
 
SDOMediatorException(Throwable) - Constructor for class com.bea.dsp.dsmediator.client.exception.SDOMediatorException
 
StreamingDataService - interface com.bea.dsp.dsmediator.client.StreamingDataService.
Interface for acquiring data service function results as a stream.
StreamingPreparedExpression - interface com.bea.dsp.dsmediator.client.StreamingPreparedExpression.
Interface for acquiring ad hoc query results as a stream.
SubmitResult - interface com.bea.dsp.SubmitResult.
Bag to hold submit return Properties array and any out-of-band data that the caller requests - i.e., audit information.
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.
setFilter(FilterXQuery) - Method in class com.bea.dsp.RequestConfig
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.dsp.RequestConfig
Assign an integer value to an integer attribute.
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
setShort(QName, short) - Method in class com.bea.ld.ExternalVariables
sets the short type variable
setString(QName, String) - Method in class com.bea.ld.ExternalVariables
sets the String type variable
setStringArrayAttribute(String, String[]) - Method in class com.bea.dsp.RequestConfig
Assign a String[] value to a String array attribute.
setStringAttribute(String, String) - Method in class com.bea.dsp.RequestConfig
Assign a String value to a String attribute.
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.dsp.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.dsp.dsmediator.client.DataService
Submits data object changes for updates to back-end systems.
submit(DataObject[]) - Method in interface com.bea.dsp.dsmediator.client.DataService
Submits array of data object changes for updates to source systems.
submit(String, String) - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
Deprecated.  
submit(String[], String) - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
Deserialize the serialized SDO into a DataGraph, then call the method submit.
submit(DataGraph, String) - Method in class com.bea.ld.dsmediator.update.DataServiceMediator
First, the change summary for the data graph will be analyzed using the metadata for the associated SDO and an update plan will be produced.

T

TIMEOUT - Static variable in class com.bea.dsp.RequestConfig
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
 

U

UpdateOverride - interface com.bea.ld.dsmediator.update.UpdateOverride.
user override for update must implement com.bea.ld.dsmediator.update.UpdateOverride..
UpdatePlan - class com.bea.ld.dsmediator.update.UpdatePlan.
Update plan is a sequence of nodes decomposed from original View SDO object.
UpdatePlan() - Constructor for class com.bea.ld.dsmediator.update.UpdatePlan
 

V

VERSION - Static variable in interface com.bea.ld.DataServiceAudit
 

A B C D E F G I L M N O P R S T U V

Copyright © 2006 BEA Systems Inc. All Rights Reserved.