Interface ProjectScriptContext

All Superinterfaces:
BaseContext, ScriptContext, SpecialistsBroker
All Known Subinterfaces:
ClientScriptContext, Content2ScriptContext, GenerationContext, GenerationScriptContext, GuiScriptContext, WorkflowScriptContext

public interface ProjectScriptContext extends ScriptContext
Common properties:
------------------
userService (UserService)
Since:
3.1.170
  • Method Details

    • getUserService

      UserService getUserService()
      Return the UserService of the project script context
      Returns:
      An UserService of the current context
      Since:
      3.1.170
    • getProject

      Project getProject()
      Return the Project of the current script context
      Returns:
      An instance of the Project of the project script context
      Since:
      3.1.170