Uses of Class
com.logicaldoc.audit.webservice.model.WSHistory
Packages that use WSHistory
Package
Description
-
Uses of WSHistory in com.logicaldoc.audit.webservice.model
Methods in com.logicaldoc.audit.webservice.model that return WSHistoryModifier and TypeMethodDescriptionstatic WSHistory
WSHistory.fromHistory
(com.logicaldoc.core.History history) Methods in com.logicaldoc.audit.webservice.model with parameters of type WSHistory -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap
Methods in com.logicaldoc.audit.webservice.soap that return WSHistoryModifier and TypeMethodDescriptionAuditService.saveDocumentHistory
(String sid, WSHistory history) Saves a document historyMethods in com.logicaldoc.audit.webservice.soap that return types with arguments of type WSHistoryModifier 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)Methods in com.logicaldoc.audit.webservice.soap with parameters of type WSHistoryModifier and TypeMethodDescriptionAuditService.saveDocumentHistory
(String sid, WSHistory history) Saves a document history -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap.client
Methods in com.logicaldoc.audit.webservice.soap.client that return WSHistoryModifier and TypeMethodDescriptionSoapAuditClient.saveDocumentHistory
(String sid, WSHistory history) Methods in com.logicaldoc.audit.webservice.soap.client that return types with arguments of type WSHistoryModifier 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) Methods in com.logicaldoc.audit.webservice.soap.client with parameters of type WSHistoryModifier and TypeMethodDescriptionSoapAuditClient.saveDocumentHistory
(String sid, WSHistory history) -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap.endpoint
Methods in com.logicaldoc.audit.webservice.soap.endpoint that return WSHistoryModifier and TypeMethodDescriptionSoapAuditService.saveDocumentHistory
(String sid, WSHistory history) Methods in com.logicaldoc.audit.webservice.soap.endpoint that return types with arguments of type WSHistoryModifier 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) Methods in com.logicaldoc.audit.webservice.soap.endpoint with parameters of type WSHistoryModifier and TypeMethodDescriptionSoapAuditService.saveDocumentHistory
(String sid, WSHistory history)