Class AbstractScriptingFunctions
java.lang.Object
com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
- Direct Known Subclasses:
PerspectiveScriptingFunctions,WorkstationScriptingFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceprotected static interfaceprotected static interface -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
AbstractScriptingFunctions
public AbstractScriptingFunctions()
-
-
Method Details
-
operateOnView
- Throws:
Exception
-
operateOnPage
protected void operateOnPage(PyArgumentMap args, AbstractScriptingFunctions.PageOperator operation) throws Exception - Throws:
Exception
-
getSession
-
operateOnSession
protected void operateOnSession(PyArgumentMap args, AbstractScriptingFunctions.SessionOperator operation) throws Exception - Throws:
Exception
-
getContext
-