Class AbstractScriptingFunctions
java.lang.Object
com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
- Direct Known Subclasses:
- PerspectiveScriptingFunctions,- WorkstationScriptingFunctions
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static interfaceprotected static interfaceprotected static interface
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract PerspectiveContextprotected InternalSessiongetSession(PyArgumentMap args) protected voidoperateOnPage(PyArgumentMap args, AbstractScriptingFunctions.PageOperator operation) protected voidoperateOnSession(PyArgumentMap args, AbstractScriptingFunctions.SessionOperator operation) protected void
- 
Constructor Details- 
AbstractScriptingFunctionspublic AbstractScriptingFunctions()
 
- 
- 
Method Details- 
operateOnView- Throws:
- Exception
 
- 
operateOnPageprotected void operateOnPage(PyArgumentMap args, AbstractScriptingFunctions.PageOperator operation) throws Exception - Throws:
- Exception
 
- 
getSession
- 
operateOnSessionprotected void operateOnSession(PyArgumentMap args, AbstractScriptingFunctions.SessionOperator operation) throws Exception - Throws:
- Exception
 
- 
getContext
 
-