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 theProjectof the current script contextReturn theUserServiceof the project script contextMethods inherited from interface de.espirit.firstspirit.access.BaseContext
isMethods inherited from interface de.espirit.firstspirit.access.ScriptContext
getConnection, getProperties, getProperty, logDebug, logError, logError, logInfo, logWarning, removeProperty, setPropertyMethods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getUserService
UserService getUserService()Return theUserServiceof the project script context- Returns:
- An
UserServiceof the current context - Since:
- 3.1.170
-
getProject
Project getProject()Return theProjectof the current script context- Returns:
- An instance of the
Projectof the project script context - Since:
- 3.1.170
-