Uses of Class
com.logicaldoc.gui.common.client.InvalidSessionServerException
-
Packages that use InvalidSessionServerException Package Description com.logicaldoc.dropbox com.logicaldoc.gui.common.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of InvalidSessionServerException in com.logicaldoc.dropbox
Methods in com.logicaldoc.dropbox that throw InvalidSessionServerException Modifier and Type Method Description static Session
DropboxServiceImpl. validateSession(javax.servlet.http.HttpServletRequest request)
-
Uses of InvalidSessionServerException in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that throw InvalidSessionServerException Modifier and Type Method Description GUIParameter[]
InfoService. getSessionInfo()
Retrieves all the settings for the current sessionboolean
InfoService. ping()
Ping to maintain open he session -
Uses of InvalidSessionServerException in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that throw InvalidSessionServerException Modifier and Type Method Description String
SecurityServiceImpl. generatePassword()
GUIDocument
DocumentServiceImpl. getDocument(Session session, long docId)
GUIParameter[]
InfoServiceImpl. getSessionInfo()
boolean
InfoServiceImpl. ping()
-