Uses of Class
com.logicaldoc.gui.common.client.beans.GUIHistory
-
Packages that use GUIHistory Package Description com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIHistory in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIHistory Modifier and Type Method Description GUIHistory[]
SystemService. search(Long userId, Date from, Date till, int maxResult, String historySid, String[] event, Long rootFolderId)
GUIHistory[]
SystemService. searchApiCalls(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult)
-
Uses of GUIHistory in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIHistory Modifier and Type Method Description GUIHistory[]
SystemServiceImpl. search(Long userId, Date from, Date till, int maxResult, String historySid, String[] event, Long rootFolderId)
GUIHistory[]
SystemServiceImpl. searchApiCalls(Long userId, Date from, Date till, String callSid, String protocol, String uri, int maxResult)
-