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 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.getHistories
(String sid, String path, String sidFilter, Long userId, String dateStart, String dateEnd, List<String> events, Integer max) Lists all the histories by the given criteria.AuditService.getHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) Lists all the document and folder histories in the given treeAuditService.getLatestHistory
(String sid, long folderId, String oldestDate, List<String> events, Integer max) Lists all the document and folder histories in the given tree but just the more recent entry for each object(document or folder)AuditService.getUserHistories
(String sid, String username, Long userId, String oldestDate, List<String> events, Integer max) Retrieves the user histories.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.getHistories
(String sid, String path, String sidFilter, Long userId, String dateStart, String dateEnd, List<String> events, Integer max) 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) SoapAuditClient.getUserHistories
(String sid, String username, Long userId, 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.getHistories
(String sid, String path, String sidFilter, Long userId, String dateStart, String dateEnd, List<String> events, Integer max) 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) SoapAuditService.getUserHistories
(String sid, String username, Long userId, String oldestDate, List<String> events, Integer max) Modifier and TypeMethodDescriptionSoapAuditService.saveDocumentHistory
(String sid, WSHistory history)