Interface ProjectScriptContext
- All Superinterfaces:
BaseContext
,ScriptContext
,SpecialistsBroker
- All Known Subinterfaces:
ClientScriptContext
,Content2ScriptContext
,GenerationContext
,GenerationScriptContext
,GuiScriptContext
,WorkflowScriptContext
- Since:
- 3.1.170
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.BaseContext
BaseContext.Env
-
Method Summary
Modifier and TypeMethodDescriptionReturn theProject
of the current script contextReturn theUserService
of the project script contextMethods inherited from interface de.espirit.firstspirit.access.BaseContext
is
Methods inherited from interface de.espirit.firstspirit.access.ScriptContext
getConnection, getProperties, getProperty, logDebug, logError, logError, logInfo, logWarning, removeProperty, setProperty
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getUserService
UserService getUserService()Return theUserService
of the project script context- Returns:
- An
UserService
of the current context - Since:
- 3.1.170
-
getProject
Project getProject()Return theProject
of the current script context- Returns:
- An instance of the
Project
of the project script context - Since:
- 3.1.170
-