Class WorkstationScriptingFunctions
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
-
- com.inductiveautomation.perspective.gateway.script.WorkstationScriptingFunctions
-
public class WorkstationScriptingFunctions extends AbstractScriptingFunctions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
AbstractScriptingFunctions.PageOperator, AbstractScriptingFunctions.SessionOperator, AbstractScriptingFunctions.ViewOperator
-
-
Constructor Summary
Constructors Constructor Description WorkstationScriptingFunctions(PerspectiveContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exit()
protected PerspectiveContext
getContext()
void
toKiosk()
void
toWindowed()
-
Methods inherited from class com.inductiveautomation.perspective.gateway.script.AbstractScriptingFunctions
getSession, operateOnPage, operateOnSession, operateOnView
-
-
-
-
Constructor Detail
-
WorkstationScriptingFunctions
public WorkstationScriptingFunctions(PerspectiveContext context)
-
-
Method Detail
-
exit
public void exit() throws java.lang.Exception
- Throws:
java.lang.Exception
-
toWindowed
public void toWindowed() throws java.lang.Exception
- Throws:
java.lang.Exception
-
toKiosk
public void toKiosk() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getContext
protected PerspectiveContext getContext()
- Specified by:
getContext
in classAbstractScriptingFunctions
-
-