Uses of Class
com.logicaldoc.audit.webservice.model.WSHistory
Package
Description
-
Uses of WSHistory in com.logicaldoc.audit.webservice.model
Modifier and TypeMethodDescriptionstatic WSHistory
WSHistory.fromHistory
(com.logicaldoc.core.History history) -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap
Modifier and TypeMethodDescriptionAuditService.saveDocumentHistory
(String sid, WSHistory history) Saves a document historyModifier and TypeMethodDescriptionAuditService.getDocumentHistory
(String sid, long docId) Gets the history of a given documentAuditService.getHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) Lists all the histories in the given treeAuditService.getLatestHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) Lists all the histories in the given tree but just the more recent entry for each object(document or folder)Modifier and TypeMethodDescriptionAuditService.saveDocumentHistory
(String sid, WSHistory history) Saves a document history -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap.client
Modifier and TypeMethodDescriptionSoapAuditClient.saveDocumentHistory
(String sid, WSHistory history) Modifier and TypeMethodDescriptionSoapAuditClient.getDocumentHistory
(String sid, long docId) SoapAuditClient.getHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) SoapAuditClient.getLatestHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) Modifier and TypeMethodDescriptionSoapAuditClient.saveDocumentHistory
(String sid, WSHistory history) -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap.endpoint
Modifier and TypeMethodDescriptionSoapAuditService.saveDocumentHistory
(String sid, WSHistory history) Modifier and TypeMethodDescriptionSoapAuditService.getDocumentHistory
(String sid, long docId) SoapAuditService.getHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) SoapAuditService.getLatestHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) Modifier and TypeMethodDescriptionSoapAuditService.saveDocumentHistory
(String sid, WSHistory history)