Uses of Class
com.logicaldoc.gui.common.client.beans.GUIHistory
Package
Description
GWT services implementations.
-
Uses of GUIHistory in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionSystemService.search
(Long userId, Date from, Date till, int maxResult, String historySid, List<String> event, Long rootFolderId) SystemService.searchApiCalls
(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult) Modifier and TypeMethodDescriptionvoid
SystemServiceAsync.search
(Long userId, Date from, Date till, int maxResult, String historySid, List<String> event, Long rootFolderId, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIHistory>> callback) void
SystemServiceAsync.searchApiCalls
(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIHistory>> callback) -
Uses of GUIHistory in com.logicaldoc.web.service