Uses of Class
com.logicaldoc.gui.common.client.beans.GUIHistory
Packages that use GUIHistory
Package
Description
GWT services implementations.
-
Uses of GUIHistory in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIHistoryModifier 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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIHistoryModifier and TypeMethodDescriptionvoidSystemServiceAsync.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) voidSystemServiceAsync.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
Methods in com.logicaldoc.web.service that return types with arguments of type GUIHistory