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 WSHistory
WSHistory. fromHistory(com.logicaldoc.core.History history)
Methods in com.logicaldoc.audit.webservice.model with parameters of type WSHistory Modifier and Type Method Description int
WSHistory. 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 path -
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)
-
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)
-