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 TypeMethodDescriptionvoidvoidalterLogging(org.python.core.PyObject[] pyArgs, String[] keywords) voidauthenticationChallenge(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidvoidclosePopup(org.python.core.PyObject[] pyArgs, String[] keywords) voidcloseSession(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidprotected PerspectiveContextorg.python.core.PyObjectgetSessionInfo(org.python.core.PyObject[] values, String[] keywords) booleanisAuthorized(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidvoidvoidnavigateBack(org.python.core.PyObject[] pyArgs, String[] keywords) voidnavigateForward(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidvoidvoidvoidsendMessage(org.python.core.PyObject[] pyArgs, String[] keywords) voidvoidtoggleDock(org.python.core.PyObject[] pyArgs, String[] keywords) voidtogglePopup(org.python.core.PyObject[] pyArgs, String[] keywords) voidvibrateDevice(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:
 getContextin classAbstractScriptingFunctions
 - 
getProjectInfo
public org.python.core.PyObject getProjectInfo() 
 -