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.RemoteException
SqlField[] getAllApplicationLogFields() throws java.rmi.RemoteException
java.rmi.RemoteException
Attachment[] getAuditedRequestAttachments(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteException
void testLoggingDatabaseByKeyID(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
MsgVar[] getAuditedReplyVariables(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteException
AuditRecordList getAuditedRecordList(AuditRecordListQueryTO query) throws java.rmi.RemoteException
java.rmi.RemoteException
SqlField[] getAllAuditingFields() throws java.rmi.RemoteException
java.rmi.RemoteException
LogMsg[] getAuditedLogMessages(java.lang.String dbKey, java.lang.String interaction, java.lang.String requestTime) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getAuditedRequestContentType(java.lang.String dbKey, java.lang.String interactionId) throws java.rmi.RemoteException
java.rmi.RemoteException
MsgVar[] getAuditedRequestVariables(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteException
Blob getAuditedReplyBody(java.lang.String dbKey, java.lang.String interactionId) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String updateLoggingDatabase(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String createDatabaseQuery(CreateDatabaseQueryTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
Blob getAuditedAttachmentBody(java.lang.String dbKey, java.lang.String attachKey) throws java.rmi.RemoteException
java.rmi.RemoteException
DefaultDB getDefaultDatabase() throws java.rmi.RemoteException
java.rmi.RemoteException
Blob getAuditedRequestBody(java.lang.String dbKey, java.lang.String interactionId) throws java.rmi.RemoteException
java.rmi.RemoteException
int getDefaultMaxResults() throws java.rmi.RemoteException
java.rmi.RemoteException
LogCategory[] getAuditedLogCategories(java.lang.String dbKey, java.lang.String logMsgKey, java.lang.String logTime) throws java.rmi.RemoteException
java.rmi.RemoteException
Attachment getAuditedAttachment(java.lang.String dbKey, java.lang.String attachKey) throws java.rmi.RemoteException
java.rmi.RemoteException
void testLoggingDatabase(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getAuditedReplyContentType(java.lang.String dbKey, java.lang.String interactionId) throws java.rmi.RemoteException
java.rmi.RemoteException
Attachment[] getAuditedReplyAttachments(java.lang.String dbKey, java.lang.String interaction) throws java.rmi.RemoteException
java.rmi.RemoteException
FlowTransaction[] getFlowTransactions(FlowTransactionQueryTO query) throws java.rmi.RemoteException
java.rmi.RemoteException
DBConfig getLoggingDatabase() throws java.rmi.RemoteException
java.rmi.RemoteException
DBConfigRefTO[] findDatabasesRef(FindDatabasesQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
AuditRecord getAuditedRecord(AuditRecordQueryTO query) throws java.rmi.RemoteException
java.rmi.RemoteException
void createTables(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteException
int getRowCount(java.lang.String queryId) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getAuditHostName() throws java.rmi.RemoteException
java.rmi.RemoteException
DBConfig[] findDatabases(FindDatabasesQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteDatabase(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
DBConfig setDefaults(DBConfig db) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getRowAt(java.lang.String queryId, int index) throws java.rmi.RemoteException
java.rmi.RemoteException