|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface extends the interface of dkQuery to include methods to make a query persistent in the datastore. An example of a concrete implementation of dkPersistentQuery is DKTemplateQuery, which represents a search template that can be made persistent for repeated executions.
Also, for the add, delete, update, and retrieve operations, the datastore need to be set and it must have a valid connection.
Method Summary | |
void |
add()
Adds this query to the datastore, i.e. |
void |
del()
Deletes this query from the datastore. |
java.lang.String |
getName()
Gets the name of this query |
void |
retrieve()
Retrieves this query from the datastore. |
void |
setName(java.lang.String name)
Sets the name of this query |
void |
update()
Updates this query in the datastore. |
Methods inherited from interface com.ibm.mm.sdk.common.dkQuery |
datastore, getDatastore, qlType, queryString, setDatastore |
Methods inherited from interface com.ibm.mm.sdk.common.dkQueryBase |
execute, numberOfResults, prepare, result, resultSetCursor, status |
Method Detail |
public java.lang.String getName()
getName
in interface dkQuery
public void setName(java.lang.String name)
setName
in interface dkQuery
name
- name of this querypublic void add() throws DKException
public void del() throws DKException
public void update() throws DKException
public void retrieve() throws DKException
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |