Class AbstractScriptingFunctions
java.lang.Object
com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
- Direct Known Subclasses:
PerspectiveScriptingFunctions
,WorkstationScriptingFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interface
protected static interface
protected static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PerspectiveContext
protected InternalSession
getSession
(PyArgumentMap args) protected void
operateOnPage
(PyArgumentMap args, AbstractScriptingFunctions.PageOperator operation) protected void
operateOnSession
(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
-