Package org.ametys.cms.scripts
Interface CmsScriptExecArguments
- All Superinterfaces:
ScriptExecArguments
- All Known Implementing Classes:
CmsScriptExecArguments.Impl
Enriches
ScriptExecArguments
with some arguments needed by CmsScriptHandler
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
The default implementation forCmsScriptExecArguments
Must be constructed from aMap
containing at least the key "script", and optionally the keys "progressionTracker", "model" and "selection" -
Method Summary
Modifier and TypeMethodDescriptionThe id of search model for searching contents in CMS ScriptToolThe current selection of contentsMethods inherited from interface org.ametys.plugins.core.ui.script.ScriptExecArguments
progressionTracker, script
-
Method Details
-
searchModelId
The id of search model for searching contents in CMS ScriptTool- Returns:
- The id of search model for searching contents in CMS ScriptTool
-
selection
The current selection of contents- Returns:
- The current selection of contents
-