Uses of Class
com.logicaldoc.audit.webservice.model.WSHistory
-
-
Uses of WSHistory in com.logicaldoc.audit.webservice.model
Methods in com.logicaldoc.audit.webservice.model that return WSHistory Modifier and Type Method Description static WSHistoryWSHistory. fromHistory(com.logicaldoc.core.History history)Methods in com.logicaldoc.audit.webservice.model with parameters of type WSHistory Modifier and Type Method Description intWSHistory. compareTo(WSHistory other) -
Uses of WSHistory in com.logicaldoc.audit.webservice.soap
Methods in com.logicaldoc.audit.webservice.soap that return WSHistory Modifier and Type Method Description WSHistory[]AuditService. getDocumentHistory(String sid, long docId)Gets the history of a given documentWSHistory[]AuditService. getHistory(String sid, long folderId, String oldestDate, String[] events, Integer max)Lists all the histories in the given treeWSHistory[]AuditService. getLatestHistory(String sid, long folderId, String oldestDate, String[] events, Integer max)Lists all the histories in the given tree but just the more recent entry for each object(document or folder)WSHistoryAuditService. saveDocumentHistory(String sid, WSHistory history)Saves a document historyMethods in com.logicaldoc.audit.webservice.soap with parameters of type WSHistory Modifier and Type Method Description WSHistoryAuditService. 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 WSHistory Modifier and Type Method Description WSHistory[]SoapAuditClient. getDocumentHistory(String sid, long docId)WSHistory[]SoapAuditClient. getHistory(String sid, long folderId, String oldestDate, String[] events, Integer max)WSHistory[]SoapAuditClient. getLatestHistory(String sid, long folderId, String oldestDate, String[] events, Integer max)WSHistorySoapAuditClient. saveDocumentHistory(String sid, WSHistory history)Methods in com.logicaldoc.audit.webservice.soap.client with parameters of type WSHistory Modifier and Type Method Description WSHistorySoapAuditClient. 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 WSHistory Modifier and Type Method Description WSHistory[]SoapAuditService. getDocumentHistory(String sid, long docId)WSHistory[]SoapAuditService. getHistory(String sid, long folderId, String oldestDate, String[] events, Integer max)WSHistory[]SoapAuditService. getLatestHistory(String sid, long folderId, String oldestDate, String[] events, Integer max)WSHistorySoapAuditService. saveDocumentHistory(String sid, WSHistory history)Methods in com.logicaldoc.audit.webservice.soap.endpoint with parameters of type WSHistory Modifier and Type Method Description WSHistorySoapAuditService. saveDocumentHistory(String sid, WSHistory history)
-