Package com.logicaldoc.web.websockets
Class WebsocketTool
java.lang.Object
com.logicaldoc.web.websockets.WebsocketTool
Utility functions to interact with the user interface from within the
 Automation
- Since:
 - 8.5.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
WebsocketTool
public WebsocketTool() 
 - 
 - 
Method Details
- 
showMessage
Send to the Interface the command to display a message- Parameters:
 session- the current sessionmessage- the message to displaylevel- the priority, it could be: info, warn or error
 - 
openUrl
Send to the Interface the command to open an URL- Parameters:
 session- the current sessionurl- the url to opentarget- the target windows, if not specified the '_blank' target will be used
 
 -