Class PerspectiveScriptingFunctions
java.lang.Object
com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
com.inductiveautomation.perspective.gateway.script.PerspectiveScriptingFunctions
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
AbstractScriptingFunctions.PageOperator, AbstractScriptingFunctions.SessionOperator, AbstractScriptingFunctions.ViewOperator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
alterLogging
(org.python.core.PyObject[] pyArgs, String[] keywords) void
authenticationChallenge
(org.python.core.PyObject[] pyArgs, String[] keywords) void
void
void
closePopup
(org.python.core.PyObject[] pyArgs, String[] keywords) void
closeSession
(org.python.core.PyObject[] pyArgs, String[] keywords) void
void
protected PerspectiveContext
org.python.core.PyObject
getSessionInfo
(org.python.core.PyObject[] values, String[] keywords) boolean
isAuthorized
(org.python.core.PyObject[] pyArgs, String[] keywords) void
void
void
void
navigateBack
(org.python.core.PyObject[] pyArgs, String[] keywords) void
navigateForward
(org.python.core.PyObject[] pyArgs, String[] keywords) void
void
void
void
void
sendMessage
(org.python.core.PyObject[] pyArgs, String[] keywords) void
void
toggleDock
(org.python.core.PyObject[] pyArgs, String[] keywords) void
togglePopup
(org.python.core.PyObject[] pyArgs, String[] keywords) void
vibrateDevice
(org.python.core.PyObject[] pyArgs, String[] keywords) Methods inherited from class com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
getSession, operateOnPage, operateOnSession, operateOnView
-
Constructor Details
-
PerspectiveScriptingFunctions
-
-
Method Details
-
isAuthorized
-
closeSession
-
closePage
- Throws:
Exception
-
openPopup
- Throws:
Exception
-
closePopup
- Throws:
Exception
-
togglePopup
- Throws:
Exception
-
openDock
- Throws:
Exception
-
closeDock
- Throws:
Exception
-
toggleDock
- Throws:
Exception
-
setTheme
- Throws:
Exception
-
authenticationChallenge
public void authenticationChallenge(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
Exception
-
login
- Throws:
Exception
-
logout
- Throws:
Exception
-
debug
- Throws:
Exception
-
refresh
- Throws:
Exception
-
alterLogging
- Throws:
Exception
-
alterDock
- Throws:
Exception
-
print
- Throws:
Exception
-
sendMessage
- Throws:
Exception
-
download
- Throws:
Exception
-
vibrateDevice
- Throws:
Exception
-
getSessionInfo
-
getContext
- Specified by:
getContext
in classAbstractScriptingFunctions
-
getProjectInfo
public org.python.core.PyObject getProjectInfo()
-