Uses of Class
com.logicaldoc.audit.webservice.model.WSHistory
Packages that use WSHistory
Package
Description
- 
Uses of WSHistory in com.logicaldoc.audit.webservice.modelMethods in com.logicaldoc.audit.webservice.model that return WSHistoryModifier and TypeMethodDescriptionstatic WSHistoryWSHistory.fromHistory(com.logicaldoc.core.history.History history) Methods in com.logicaldoc.audit.webservice.model with parameters of type WSHistory
- 
Uses of WSHistory in com.logicaldoc.audit.webservice.soapMethods 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.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.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.clientMethods 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.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) 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.endpointMethods 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.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) Methods in com.logicaldoc.audit.webservice.soap.endpoint with parameters of type WSHistoryModifier and TypeMethodDescriptionSoapAuditService.saveDocumentHistory(String sid, WSHistory history)