|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.server.dkAbstractDatastore | +--com.ibm.mm.sdk.server.DKDatastoreDES
DKDatastoreDES is the specific version of dkDatastore to implement the Lotus Domino Extended Search datastore. It provides Documents, Parts and Folders storage and retrieval mechanisms, as well as search and other document processing capabilities supported by DES.
Field Summary | |
com.ibm.bts.es.cliSrv.EsDatabaseAccessRMI |
_ics_rmiref
|
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDES |
DK_DES_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKDatastoreDES()
Constructs the datastore and initializes the datastore with the default CC2MIME object. |
|
DKDatastoreDES(java.lang.String configuration)
Constructs the datastore and initializes the datastore with the DKCC2Mime object based on the configuration string |
Method Summary | |
void |
addExtension(java.lang.String extensionName,
dkExtension extensionObj)
Adds a new extension object. |
void |
addObject(dkDataObject ddo)
Adds this ddo to this datastore. |
void |
addStoredQueryAndSchedule(java.lang.String queryStr,
DKNVPair[] options)
addStoredQueryAndSchedule will save or add a query in ES database. |
void |
commit()
Commits a datastore transaction |
void |
connect(java.lang.String datastore_name,
java.lang.String userName,
java.lang.String authentication,
java.lang.String connect_string)
Connects to a datastore by initializing ES objects. |
DKHandle |
connection()
Gets the connection handle for a datastore |
DKDDO |
createDDO(java.lang.String objectType,
int Flags)
Creates a new DDO with a basic pid for DES |
dkQuery |
createQuery(DKCQExpr qe)
Creates a query object. |
dkQuery |
createQuery(java.lang.String command,
short commandLangType,
DKNVPair[] params)
Creates a query object. |
dkDatastoreDef |
datastoreDef()
Get datastore definition |
java.lang.String |
datastoreName()
Gets the name of this datastore object. |
java.lang.String |
datastoreType()
Gets the datastore type for this datastore object |
void |
deleteObject(dkDataObject ddo)
Deletes this ddo from this datastore. |
void |
deleteQueryFolders(java.lang.String[] folderNames)
deleteQueryFolders will delete the specified query folder |
void |
deleteStoredQueries(java.lang.String folderName,
java.lang.String[] queryNames)
deleteStoredQueries will delete the specified stored query in ES DB |
void |
deleteStoredQueryResultIDs(java.lang.String folderName,
java.lang.String queryName,
java.lang.String[] resultIDs)
deleteStoredQueryResultIDs will delete specified resultIDs |
void |
destroy()
datastore destroy - datastore cleanup if needed |
void |
disconnect()
Disconnects from a datastore. |
java.lang.Object |
evaluate(DKCQExpr qe)
evaluates the query. |
java.lang.Object |
evaluate(dkQuery query)
evaluates the query. |
java.lang.Object |
evaluate(java.lang.String command,
short commandLangType,
DKNVPair[] params)
evaluates the query. |
dkResultSetCursor |
execute(DKCQExpr cqe)
executes the query in the DKCQExpr |
dkResultSetCursor |
execute(dkQuery query)
executes the query. |
dkResultSetCursor |
execute(java.lang.String command,
short commandLangType,
DKNVPair[] params)
executes the query. |
void |
executeWithCallback(DKCQExpr qe,
dkCallback callbackObj)
execute the query with callback function. |
void |
executeWithCallback(dkQuery query,
dkCallback callbackObj)
execute the query with callback function. |
void |
executeWithCallback(java.lang.String command,
short commandLangType,
DKNVPair[] params,
dkCallback callbackObj)
execute the query with callback function. |
DKNVPair[] |
getActions(java.lang.String entityName)
getActions will return a DKNVpair with Action names (as key) and the URLS (as value) for the specified source in the specified application |
java.lang.String |
getConnStrFromDESRMICfgFile()
Will return the DES rmi port and rmi reference names for DES from information in desrmi.cfg file located in the application run directory. |
java.lang.String |
getEntitySourceType(java.lang.String entityName)
getEntitySourceType will return the link type of specified source |
dkExtension |
getExtension(java.lang.String extensionName)
Gets the extension object from a given extension name. |
boolean |
getFindAllWords()
|
int |
getGetPage()
|
java.util.Locale |
getLocale()
Will return the local copy of client Locale. |
java.lang.String |
getMailResultsTo()
|
dkSchemaMapping |
getMapping(java.lang.String mappingName)
Gets a mapping information from this datastore. |
java.lang.Object |
getOption(int option)
Gets a datastore option. |
int |
getPageSize()
|
java.lang.String |
getQuery()
|
DKNVPair[] |
getQueryFolderProperties(java.lang.String folderName)
getQueryFolderProperties will get the properties of the specified query folder |
java.lang.String |
getQueryId()
|
boolean |
getResultsWhenAvail()
|
boolean |
getScheduled()
|
boolean |
getSortAscending()
|
java.lang.String |
getSortField()
|
int |
getSourceMaxHits()
|
DKNVPair[] |
getStoredQueryOptions(java.lang.String folderName,
java.lang.String queryName)
getStoredQueryOptions will return the URL for the stored query t be displayed in the Browser |
DKNVPair[] |
getStoredQueryProperties(java.lang.String folderName,
java.lang.String queryName)
getStoredQueryProperties will get the properties for the specified stored query |
int |
getTimeOut()
|
int |
getTotalMaxHits()
|
java.lang.String |
getUserId()
|
DKHandle |
handle(java.lang.String type)
Gets the either the DES session handle or the broker handle based on type |
boolean |
isConnected()
Checks to see if the datastore is connected. |
java.lang.String[] |
listDataSourceNames()
Gets a list of datasource names |
dkCollection |
listDataSources()
List the available datastore sources that you can connect to. |
dkCollection |
listEntities()
Gets a list of entities from persistent datastore |
java.lang.String[] |
listEntityAttrNames(java.lang.String entityName)
Gets a list of attribute names for a given entity name. |
dkCollection |
listEntityAttrs(java.lang.String entityName)
Gets a list of attributes for a given entity name. |
java.lang.String[] |
listEntityCategoryNames()
listEntityCategoryNames will return a String array of Category names under the specified application. |
java.lang.String[] |
listEntityNames()
Gets a list of entity names from persistent datastore |
java.lang.String[] |
listEntityNamesByCategory(java.lang.String categoryName)
listEntityNamesByCategory will return a String array of Source names names under the specified category in a specified application. |
java.lang.String[] |
listEntityNamesByCategoryAndType(java.lang.String categoryName,
java.lang.String entitySourceType)
listEntityNamesByCategoryAndType will return a String array of Source names names under the specified category in a specified application of a particulare link type. |
java.lang.String[] |
listExtensionNames()
Gets the list of extension objects' names |
java.lang.String[] |
listFileSystemEntities()
listFileSystemEntities will list the file system sources configured. |
java.lang.String[] |
listMappingNames()
Gets the list of the registered mappings from this datastore. |
java.lang.String[] |
listQueryFolderNames()
listQueryFolderNames will list all the parent level folders in the ES database |
java.lang.Object |
listSchema()
List the entities that belong to this datastore |
java.lang.Object |
listSchemaAttributes(java.lang.String schemaEntry)
List the attributes that belong to a schema. |
java.lang.Object |
listServers()
Deprecated. Replace by listDataSources |
java.lang.String[] |
listStoredQueryNames(java.lang.String folderName)
listStoredQueryNames will list all the stored queries in a folder |
java.lang.String[] |
listStoredQueryResultIDs(java.lang.String folderName,
java.lang.String queryName)
listStoredQueryResultIDs will list all the resultIDs in the specifed stored query Names in a folder |
void |
printSearchOpts()
Will print out the variables set for the private varibale _ics_search_opts. |
void |
refreshDESRepositories()
Will refresh the DES repositories by communicating to DES RMI Also refresh the repositories and rmiref handles. |
java.lang.String |
registerMapping(DKNVPair sourceMap)
Registers a mapping definition to this datastore. |
void |
removeExtension(java.lang.String extensionName)
Remove an existing extension object |
void |
retrieveObject(dkDataObject ddo)
Retrieves the data-object from this datastore. |
void |
rollback()
Rollback a datastore transaction |
void |
setConstraints(java.lang.String name,
java.lang.String operator,
java.lang.String value)
|
void |
setFindAllWords(boolean bFindAll)
|
void |
setGetPage(int iGetPage)
|
void |
setLocale(java.util.Locale locale)
Will set the locale for the icsBroker to pass the client locale to the ES server. |
void |
setLocaleForDES(java.lang.String locale)
Will set the locale for the icsBroker. |
void |
setMailResultsTo(java.lang.String sMailTo)
|
void |
setOption(int option,
java.lang.Object value)
Sets a datastore option. |
void |
setPageSize(int iPageSize)
|
void |
setQuery(java.lang.String sQuery)
|
void |
setQueryFolderProperties(DKNVPair[] prop)
setQueryFolderProperties will set the properties for query folder |
void |
setQueryId(java.lang.String sQueryId)
|
void |
setResultsWhenAvail(boolean bResultsWhenAvail)
|
void |
setScheduled(boolean bScheduled)
|
void |
setSortAscending(boolean bAscending)
|
void |
setSortField(java.lang.String sSortField)
|
void |
setSourceMaxHits(int iMaxHits)
|
void |
setStoredQueryProperties(DKNVPair[] prop)
setStoredQueryProperties will set the properties for the stored query passed in the DKNVPair |
void |
setTimeOut(int iTimeOut)
|
void |
setUserId(java.lang.String sUserId)
|
dkResultSetCursor |
storedQueryResults(java.lang.String folderName,
java.lang.String queryName,
java.lang.String resultID)
storedQueryResults will return result set for specified results ID. |
DKCQExpr |
translate(DKCQExpr cqe)
Translate a query expression into a native query expression processable by this datastore. |
void |
unRegisterMapping(java.lang.String mappingName)
Unregisters mapping information from this datastore. |
void |
updateObject(dkDataObject ddo)
Updates this ddo in this datastore. |
java.lang.String |
userName()
Gets the user name for this datastore object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.mm.sdk.common.dkDatastore |
addObject, addObject, addObjects, addObjects, addObjects, changePassword, clearCache, clearCache, deleteObject, deleteObject, deleteObjects, deleteObjects, deleteObjects, evaluate, execute, executeWithCallback, listAvailableServices, listSearchableEntities, listSearchableEntityNames, listSearchTemplateNames, listSearchTemplates, retrieveObject, retrieveObject, retrieveObjects, retrieveObjects, retrieveObjects, serviceMgr, startTransaction, updateObject, updateObject, updateObjects, updateObjects, updateObjects |
Field Detail |
public com.ibm.bts.es.cliSrv.EsDatabaseAccessRMI _ics_rmiref
Constructor Detail |
public DKDatastoreDES() throws DKException, java.lang.Exception
public DKDatastoreDES(java.lang.String configuration) throws DKException, java.lang.Exception
configuration
- - info about location of the CC2MIME fileMethod Detail |
public void connect(java.lang.String datastore_name, java.lang.String userName, java.lang.String authentication, java.lang.String connect_string) throws DKException, java.lang.Exception
connect
in interface dkDatastore
connect
in class dkAbstractDatastore
datastore_name
- DES server TCP/IP addressuserName
- the user name used for connectionauthentication
- the password used for connectionconnect_string
- a string which supplies connection parameters to establish
and maintain a connection to the DES server.
Valid parameters are:
DKException
- - DKUsageError: if either datastore_name, userName, authentication
or connect_string is null.java.lang.Exception
- if an error occurs in the java classes.public java.lang.Object getOption(int option) throws DKException, java.lang.Exception
getOption
in interface dkDatastore
getOption
in class dkAbstractDatastore
option
- the option identifierpublic void setOption(int option, java.lang.Object value) throws DKException, java.lang.Exception
setOption
in interface dkDatastore
setOption
in class dkAbstractDatastore
option
- the option identifiervalue
- the option valuepublic java.lang.Object evaluate(java.lang.String command, short commandLangType, DKNVPair[] params) throws DKException, java.lang.Exception
evaluate
in interface dkDatastore
evaluate
in class dkAbstractDatastore
command
- a query stringcommandLang
- a query typeparams
- additional query option in name/value pairpublic java.lang.Object evaluate(dkQuery query) throws DKException, java.lang.Exception
evaluate
in interface dkDatastore
evaluate
in class dkAbstractDatastore
query
- a query objectpublic java.lang.Object evaluate(DKCQExpr qe) throws DKException, java.lang.Exception
evaluate
in interface dkDatastore
evaluate
in class dkAbstractDatastore
qe
- a common query expression objectpublic dkResultSetCursor execute(java.lang.String command, short commandLangType, DKNVPair[] params) throws DKException, java.lang.Exception
execute
in interface dkDatastore
execute
in class dkAbstractDatastore
command
- a query stringcommandLang
- a query typeparams
- additional query option in name/value pairpublic dkResultSetCursor execute(dkQuery query) throws DKException, java.lang.Exception
execute
in interface dkDatastore
execute
in class dkAbstractDatastore
query
- a query objectpublic dkResultSetCursor execute(DKCQExpr cqe) throws DKException, java.lang.Exception
execute
in interface dkDatastore
execute
in class dkAbstractDatastore
qe
- a common query expression objectpublic void executeWithCallback(dkQuery query, dkCallback callbackObj) throws DKException, java.lang.Exception
executeWithCallback
in interface dkDatastore
executeWithCallback
in class dkAbstractDatastore
qo
- a query objectcallbackObj
- a dkCallback objectpublic void executeWithCallback(java.lang.String command, short commandLangType, DKNVPair[] params, dkCallback callbackObj) throws DKException, java.lang.Exception
executeWithCallback
in interface dkDatastore
executeWithCallback
in class dkAbstractDatastore
command
- a query stringcommandLang
- a query typeparams
- additional query option in name/value paircallbackObj
- a dkCallback objectpublic void executeWithCallback(DKCQExpr qe, dkCallback callbackObj) throws DKException, java.lang.Exception
executeWithCallback
in interface dkDatastore
executeWithCallback
in class dkAbstractDatastore
qe
- a common query expression objectcallbackObj
- a dkCallback objectpublic dkQuery createQuery(java.lang.String command, short commandLangType, DKNVPair[] params) throws DKException, java.lang.Exception
createQuery
in interface dkDatastore
createQuery
in class dkAbstractDatastore
command
- a query stringcommandLang
- a query typeparams
- additional query option in name/value pairpublic dkQuery createQuery(DKCQExpr qe) throws DKException, java.lang.Exception
createQuery
in interface dkDatastore
createQuery
in class dkAbstractDatastore
qe
- a common query expression objectpublic void retrieveObject(dkDataObject ddo) throws DKException, java.lang.Exception
retrieveObject
in interface dkDatastore
retrieveObject
in class dkAbstractDatastore
ddo
- the data-object to be retrieved from this datastoreDKDDO.retrieve()
public void disconnect() throws DKException, java.lang.Exception
disconnect
in interface dkDatastore
disconnect
in class dkAbstractDatastore
public boolean isConnected() throws java.lang.Exception
isConnected
in interface dkDatastore
isConnected
in class dkAbstractDatastore
public java.lang.String datastoreName() throws java.lang.Exception
datastoreName
in interface dkDatastore
datastoreName
in class dkAbstractDatastore
public DKHandle handle(java.lang.String type) throws java.lang.Exception
handle
in interface dkDatastore
handle
in class dkAbstractDatastore
type
- of handle - session of brokerpublic DKHandle connection() throws java.lang.Exception
connection
in interface dkDatastore
connection
in class dkAbstractDatastore
public java.lang.String datastoreType() throws java.lang.Exception
datastoreType
in interface dkDatastore
datastoreType
in class dkAbstractDatastore
public java.lang.String userName() throws java.lang.Exception
userName
in interface dkDatastore
userName
in class dkAbstractDatastore
public dkCollection listDataSources() throws DKException
listDataSources
in interface dkDatastore
listDataSources
in class dkAbstractDatastore
DKException
- if internal error occurs from serverpublic java.lang.String[] listDataSourceNames() throws DKException
listDataSourceNames
in interface dkDatastore
listDataSourceNames
in class dkAbstractDatastore
DKException
- if error occurs when retrieving datasource namespublic java.lang.Object listServers() throws DKException, java.lang.Exception
listServers
in interface dkDatastore
listServers
in class dkAbstractDatastore
listDataSources()
public dkCollection listEntities() throws DKException, java.lang.Exception
listEntities
in interface dkDatastore
listEntities
in class dkAbstractDatastore
DKException
- if error occurspublic java.lang.String[] listEntityNames() throws DKException, java.lang.Exception
listEntityNames
in interface dkDatastore
listEntityNames
in class dkAbstractDatastore
DKException
- if error occurspublic dkCollection listEntityAttrs(java.lang.String entityName) throws DKException, java.lang.Exception
listEntityAttrs
in interface dkDatastore
listEntityAttrs
in class dkAbstractDatastore
entityName
- name of entity to retrieve attributes forDKException
- if the entity name does not existpublic java.lang.String[] listEntityAttrNames(java.lang.String entityName) throws DKException, java.lang.Exception
listEntityAttrNames
in interface dkDatastore
listEntityAttrNames
in class dkAbstractDatastore
entityName
- name of entity to retrieve attribute names forDKException
- if the entity name does not existpublic dkDatastoreDef datastoreDef()
datastoreDef
in interface dkDatastore
datastoreDef
in class dkAbstractDatastore
public java.lang.String registerMapping(DKNVPair sourceMap) throws DKException, java.lang.Exception
registerMapping
in interface dkDatastore
registerMapping
in class dkAbstractDatastore
sourceMap
- source name and mapping, a DKNVPair class with the following
possible values:
unRegisterMapping(java.lang.String)
public void unRegisterMapping(java.lang.String mappingName) throws DKException, java.lang.Exception
unRegisterMapping
in interface dkDatastore
unRegisterMapping
in class dkAbstractDatastore
mappingName
- name of the mapping informationregisterMapping(com.ibm.mm.sdk.common.DKNVPair)
public java.lang.String[] listMappingNames() throws DKException, java.lang.Exception
listMappingNames
in interface dkDatastore
listMappingNames
in class dkAbstractDatastore
registerMapping(com.ibm.mm.sdk.common.DKNVPair)
public dkSchemaMapping getMapping(java.lang.String mappingName) throws DKException, java.lang.Exception
getMapping
in interface dkDatastore
getMapping
in class dkAbstractDatastore
mappingName
- name of the mapping informationregisterMapping(com.ibm.mm.sdk.common.DKNVPair)
public DKDDO createDDO(java.lang.String objectType, int Flags) throws DKException, java.lang.Exception
createDDO
in interface dkDatastore
createDDO
in class dkAbstractDatastore
objectType
- the object type you want to createFlags
- not used for DESpublic dkExtension getExtension(java.lang.String extensionName) throws DKException, java.lang.Exception
getExtension
in interface dkDatastore
getExtension
in class dkAbstractDatastore
extensionName
- name of the extension object.public void addExtension(java.lang.String extensionName, dkExtension extensionObj) throws DKException, java.lang.Exception
addExtension
in interface dkDatastore
addExtension
in class dkAbstractDatastore
extensionName
- name of new extension objectextensionObj
- the extension object to be setpublic void removeExtension(java.lang.String extensionName) throws DKException, java.lang.Exception
removeExtension
in interface dkDatastore
removeExtension
in class dkAbstractDatastore
extensionName
- name of extension object to be removedpublic java.lang.String[] listExtensionNames() throws DKException, java.lang.Exception
listExtensionNames
in interface dkDatastore
listExtensionNames
in class dkAbstractDatastore
public DKCQExpr translate(DKCQExpr cqe) throws DKException, java.lang.Exception
cqe
- the input compound query expressionpublic void addObject(dkDataObject ddo) throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
addObject
in interface dkDatastore
addObject
in class dkAbstractDatastore
com.ibm.mm.sdk.common.dkDatastore
ddo
- the ddo to be added to this datastorepublic void deleteObject(dkDataObject ddo) throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
deleteObject
in interface dkDatastore
deleteObject
in class dkAbstractDatastore
com.ibm.mm.sdk.common.dkDatastore
ddo
- the ddo to be deleted from this datastorepublic void updateObject(dkDataObject ddo) throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
updateObject
in interface dkDatastore
updateObject
in class dkAbstractDatastore
com.ibm.mm.sdk.common.dkDatastore
ddo
- the ddo to be updated in this datastorepublic void commit() throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
commit
in interface dkDatastore
commit
in class dkAbstractDatastore
public void rollback() throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
rollback
in interface dkDatastore
rollback
in class dkAbstractDatastore
public java.lang.Object listSchema() throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
listSchema
in interface dkDatastore
listSchema
in class dkAbstractDatastore
com.ibm.mm.sdk.common.dkDatastore
dkDatastore.listEntities()
public java.lang.Object listSchemaAttributes(java.lang.String schemaEntry) throws DKException, java.lang.Exception
dkDatastore
Note:DKUsageError exception thrown if method is not implemented
listSchemaAttributes
in interface dkDatastore
listSchemaAttributes
in class dkAbstractDatastore
com.ibm.mm.sdk.common.dkDatastore
schemaEntry
- the name of the schema.dkDatastore.listEntityAttrs(java.lang.String)
public void destroy() throws DKException, java.lang.Exception
destroy
in interface dkDatastore
destroy
in class dkAbstractDatastore
public void printSearchOpts()
public void setFindAllWords(boolean bFindAll)
public boolean getFindAllWords()
public void setScheduled(boolean bScheduled)
public boolean getScheduled()
public void setSortAscending(boolean bAscending)
public boolean getSortAscending()
public void setResultsWhenAvail(boolean bResultsWhenAvail)
public boolean getResultsWhenAvail()
public void setSourceMaxHits(int iMaxHits)
public int getSourceMaxHits()
public int getTotalMaxHits()
public void setGetPage(int iGetPage)
public int getGetPage()
public void setPageSize(int iPageSize)
public int getPageSize()
public void setTimeOut(int iTimeOut)
public int getTimeOut()
public void setQueryId(java.lang.String sQueryId)
public java.lang.String getQueryId()
public void setSortField(java.lang.String sSortField)
public java.lang.String getSortField()
public void setUserId(java.lang.String sUserId)
public java.lang.String getUserId()
public void setMailResultsTo(java.lang.String sMailTo)
public java.lang.String getMailResultsTo()
public void setQuery(java.lang.String sQuery)
public java.lang.String getQuery()
public void setConstraints(java.lang.String name, java.lang.String operator, java.lang.String value)
public void setLocaleForDES(java.lang.String locale)
public void setLocale(java.util.Locale locale)
locale
- - this is a Locale object of the Client.public java.util.Locale getLocale()
public java.lang.String getConnStrFromDESRMICfgFile()
public void refreshDESRepositories() throws java.lang.Exception
public java.lang.String[] listEntityCategoryNames() throws DKException, java.lang.Exception
listEntityCategoryNames
in interface dkDatastoreIntDES
public java.lang.String[] listEntityNamesByCategory(java.lang.String categoryName) throws DKException, java.lang.Exception
listEntityNamesByCategory
in interface dkDatastoreIntDES
categoryName
- - category name of interestpublic java.lang.String[] listEntityNamesByCategoryAndType(java.lang.String categoryName, java.lang.String entitySourceType) throws DKException, java.lang.Exception
listEntityNamesByCategoryAndType
in interface dkDatastoreIntDES
categoryName
- - category name of interestentitySourceType
- - linkType name of interestpublic java.lang.String getEntitySourceType(java.lang.String entityName) throws DKException, java.lang.Exception
getEntitySourceType
in interface dkDatastoreIntDES
entityName
- - source name of interestpublic java.lang.String[] listFileSystemEntities() throws DKException, java.lang.Exception
listFileSystemEntities
in interface dkDatastoreIntDES
void
- public DKNVPair[] getActions(java.lang.String entityName)
sourceName
- - source name of interestpublic void addStoredQueryAndSchedule(java.lang.String queryStr, DKNVPair[] options) throws DKException, DKUsageError, java.lang.Exception
HTTPServletRequest
- object should be passed.public java.lang.String[] listQueryFolderNames()
public DKNVPair[] getQueryFolderProperties(java.lang.String folderName)
String
- folderNamepublic void setQueryFolderProperties(DKNVPair[] prop)
DKNVPair[]
- proppublic void deleteQueryFolders(java.lang.String[] folderNames)
String[]
- folderNamespublic java.lang.String[] listStoredQueryNames(java.lang.String folderName)
String
- folderNamepublic DKNVPair[] getStoredQueryProperties(java.lang.String folderName, java.lang.String queryName)
String
- folderNameString
- queryNamepublic void setStoredQueryProperties(DKNVPair[] prop)
DKNVPair
- public void deleteStoredQueries(java.lang.String folderName, java.lang.String[] queryNames)
String
- folderNameString[]
- queryNamespublic DKNVPair[] getStoredQueryOptions(java.lang.String folderName, java.lang.String queryName)
String
- folderNameString
- queryNamepublic java.lang.String[] listStoredQueryResultIDs(java.lang.String folderName, java.lang.String queryName)
string
- folderNamestring
- queryNamepublic void deleteStoredQueryResultIDs(java.lang.String folderName, java.lang.String queryName, java.lang.String[] resultIDs)
string
- folderNamestring
- queryNamestring[]
- resultIDspublic dkResultSetCursor storedQueryResults(java.lang.String folderName, java.lang.String queryName, java.lang.String resultID)
string
- folderNamestring
- queryNamestring
- resultID
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |