JavaScript is disabled on your browser.
 
 
Method Summary 
All Methods Instance Methods Abstract Methods 
High-speed cached call to get the project's current GlobalProps object
 
Returns the script manager for the given project.
 
 
 
 
Methods inherited from interface com.inductiveautomation.ignition.gateway.project.ProjectManagerBase  
addProjectListener , copyProject , createOrReplaceProject , createProject , createProjectSafe , createProjectSafe , deleteProject , exportProject , getProject , getProject , getProject , getProjectManifests , getProjectNames , pull , pull , push , removeProjectListener , requestScan  
 
 
 
 
Method Details 
getProjectScriptManager 
Returns the script manager for the given project. This script manager will be unique for this project, and have
 the project's global script module loaded under app.*, as well as correctly delegate references to the default
 datasource and default tag provider.
Returns: 
A ScriptManager, or null  if the project doesn't exist 
 
 
 
getProjectTagManager 
Parameters: 
projectName - the name of the Project.Returns: 
the TagManagerprojectName. 
 
 
 
getProjectTagHistoryManager 
Parameters: 
projectName - the name of the Project.Returns: 
the TagHistoryManagerprojectName. 
 
 
 
getProjectProps 
High-speed cached call to get the project's current GlobalProps object
Returns: 
The current GlobalProps for the project 
Throws: 
ProjectNotFoundException