|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSAdministrativeQueryAPI
The command API implementation of the administrative.query commands.
This implementation can be accessed directly via the ICommandFacade class, using the API
name administrative.query, with the following syntax:
ISCSAdministrativeQueryAPI commandAPI =
(ISCSAdministrativeQueryAPI)m_commandFacade.getCommandAPI ("administrative.query", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORY
Category for this Command API |
| Method Summary | |
|---|---|
ISCSServerResponse |
executeSQLQuery(ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
Locate information from the DocumentHistory table in the content server to retrieve information about the various document events that have occurred. |
ISCSServerResponse |
executeSQLQuery(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
Locate information from the DocumentHistory table in the content server to retrieve information about the various document events that have occurred. |
ICISAPIObjectFactory |
getObjectFactory()
Retrieve the object factory associated with this API |
ISCSQueryDocumentEventsResponse |
queryDocumentHistory(ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
Locate information from the DocumentHistory table in the content server to retrieve information about the various document events that have occurred. |
ISCSQueryDocumentEventsResponse |
queryDocumentHistory(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
Locate information from the DocumentHistory table in the content server to retrieve information about the various document events that have occurred. |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ISCSQueryDocumentEventsResponse queryDocumentHistory(ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
throws CommandException
#setWhereClause(String) method; not doing so will return the entire contents of the DocumentHistory table which can be quite large.
SCSContext - the context object representing the current usersqlQuery - the sql query
CommandException
ISCSQueryDocumentEventsResponse queryDocumentHistory(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
throws CommandException
#setWhereClause(String) method; not doing so will return the entire contents of the DocumentHistory table which can be quite large.
requestModifier - modify the requestSCSContext - the context object representing the current usersqlQuery - the sql query
CommandException
ISCSServerResponse executeSQLQuery(ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
throws CommandException
#setWhereClause(String) method; not doing so will return the entire contents of the DocumentHistory table which can be quite large.
SCSContext - the context object representing the current usersqlQuery - the sql query
CommandException
ISCSServerResponse executeSQLQuery(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSSQLQuery sqlQuery)
throws CommandException
#setWhereClause(String) method; not doing so will return the entire contents of the DocumentHistory table which can be quite large.
requestModifier - modify the requestSCSContext - the context object representing the current usersqlQuery - the sql query
CommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||