public interface ILoggingDatabaseTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createDatabaseQuery(CreateDatabaseQueryTO to) |
void |
createTables(DBConfig db) |
void |
deleteDatabase(java.lang.String keyID) |
void |
discardQuery(java.lang.String queryId) |
DBConfig[] |
findDatabases(FindDatabasesQuery query) |
DBConfigRefTO[] |
findDatabasesRef(FindDatabasesQuery query) |
SqlField[] |
getAllApplicationLogFields() |
SqlField[] |
getAllAuditingFields() |
Attachment |
getAuditedAttachment(java.lang.String dbKey,
java.lang.String attachKey) |
Blob |
getAuditedAttachmentBody(java.lang.String dbKey,
java.lang.String attachKey) |
LogCategory[] |
getAuditedLogCategories(java.lang.String dbKey,
java.lang.String logMsgKey,
java.lang.String logTime) |
LogMsg[] |
getAuditedLogMessages(java.lang.String dbKey,
java.lang.String interaction,
java.lang.String requestTime) |
AuditRecord |
getAuditedRecord(AuditRecordQueryTO query) |
AuditRecordList |
getAuditedRecordList(AuditRecordListQueryTO query) |
Attachment[] |
getAuditedReplyAttachments(java.lang.String dbKey,
java.lang.String interaction) |
Blob |
getAuditedReplyBody(java.lang.String dbKey,
java.lang.String interactionId) |
java.lang.String |
getAuditedReplyContentType(java.lang.String dbKey,
java.lang.String interactionId) |
MsgVar[] |
getAuditedReplyVariables(java.lang.String dbKey,
java.lang.String interaction) |
Attachment[] |
getAuditedRequestAttachments(java.lang.String dbKey,
java.lang.String interaction) |
Blob |
getAuditedRequestBody(java.lang.String dbKey,
java.lang.String interactionId) |
java.lang.String |
getAuditedRequestContentType(java.lang.String dbKey,
java.lang.String interactionId) |
MsgVar[] |
getAuditedRequestVariables(java.lang.String dbKey,
java.lang.String interaction) |
java.lang.String |
getAuditHostName() |
DefaultDB |
getDefaultDatabase() |
int |
getDefaultMaxResults() |
FlowTransaction[] |
getFlowTransactions(FlowTransactionQueryTO query) |
DBConfig |
getLoggingDatabase() |
java.lang.String[] |
getRowAt(java.lang.String queryId,
int index) |
int |
getRowCount(java.lang.String queryId) |
DBConfig |
setDefaults(DBConfig db) |
void |
testLoggingDatabase(DBConfig db) |
void |
testLoggingDatabaseByKeyID(java.lang.String keyID) |
java.lang.String |
updateLoggingDatabase(DBConfig db) |
void discardQuery(java.lang.String queryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionSqlField[] getAllApplicationLogFields() throws java.rmi.RemoteException
java.rmi.RemoteExceptionAttachment[] getAuditedRequestAttachments(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid testLoggingDatabaseByKeyID(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMsgVar[] getAuditedReplyVariables(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAuditRecordList getAuditedRecordList(AuditRecordListQueryTO query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionSqlField[] getAllAuditingFields() throws java.rmi.RemoteException
java.rmi.RemoteExceptionLogMsg[] getAuditedLogMessages(java.lang.String dbKey, java.lang.String interaction, java.lang.String requestTime) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getAuditedRequestContentType(java.lang.String dbKey,
java.lang.String interactionId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMsgVar[] getAuditedRequestVariables(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlob getAuditedReplyBody(java.lang.String dbKey, java.lang.String interactionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String updateLoggingDatabase(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String createDatabaseQuery(CreateDatabaseQueryTO to) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlob getAuditedAttachmentBody(java.lang.String dbKey, java.lang.String attachKey) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDefaultDB getDefaultDatabase() throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlob getAuditedRequestBody(java.lang.String dbKey, java.lang.String interactionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getDefaultMaxResults()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionLogCategory[] getAuditedLogCategories(java.lang.String dbKey, java.lang.String logMsgKey, java.lang.String logTime) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAttachment getAuditedAttachment(java.lang.String dbKey, java.lang.String attachKey) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid testLoggingDatabase(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getAuditedReplyContentType(java.lang.String dbKey,
java.lang.String interactionId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAttachment[] getAuditedReplyAttachments(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFlowTransaction[] getFlowTransactions(FlowTransactionQueryTO query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDBConfig getLoggingDatabase() throws java.rmi.RemoteException
java.rmi.RemoteExceptionDBConfigRefTO[] findDatabasesRef(FindDatabasesQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAuditRecord getAuditedRecord(AuditRecordQueryTO query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid createTables(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getRowCount(java.lang.String queryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getAuditHostName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDBConfig[] findDatabases(FindDatabasesQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteDatabase(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDBConfig setDefaults(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getRowAt(java.lang.String queryId,
int index)
throws java.rmi.RemoteException
java.rmi.RemoteException