Class PerspectiveScriptingFunctions
java.lang.Object
com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
com.inductiveautomation.perspective.gateway.script.PerspectiveScriptingFunctions
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctionsAbstractScriptingFunctions.PageOperator, AbstractScriptingFunctions.SessionOperator, AbstractScriptingFunctions.ViewOperator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractScriptingFunctionsgetSession, 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
 
- 
authenticationChallengepublic 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 class- AbstractScriptingFunctions
 
- 
getProjectInfopublic org.python.core.PyObject getProjectInfo()
 
-