Package org.ametys.cms.scripts
Class CmsScriptExecArguments.Impl
java.lang.Object
org.ametys.plugins.core.ui.script.ScriptExecArguments.Impl
org.ametys.cms.scripts.CmsScriptExecArguments.Impl
- All Implemented Interfaces:
CmsScriptExecArguments
,ScriptExecArguments
- Enclosing interface:
- CmsScriptExecArguments
public static class CmsScriptExecArguments.Impl
extends ScriptExecArguments.Impl
implements CmsScriptExecArguments
The default implementation for
Must be constructed from a
CmsScriptExecArguments
Must be constructed from a
Map
containing at least the key "script", and optionally the keys "progressionTracker", "model" and "selection"-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.scripts.CmsScriptExecArguments
CmsScriptExecArguments.Impl
Nested classes/interfaces inherited from interface org.ametys.plugins.core.ui.script.ScriptExecArguments
ScriptExecArguments.Impl
-
Field Summary
Fields inherited from class org.ametys.plugins.core.ui.script.ScriptExecArguments.Impl
_arguments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of search model for searching contents in CMS ScriptToolThe current selection of contentsMethods inherited from class org.ametys.plugins.core.ui.script.ScriptExecArguments.Impl
progressionTracker, script
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.plugins.core.ui.script.ScriptExecArguments
progressionTracker, script
-
Constructor Details
-
Impl
-
-
Method Details
-
searchModelId
Description copied from interface:CmsScriptExecArguments
The id of search model for searching contents in CMS ScriptTool- Specified by:
searchModelId
in interfaceCmsScriptExecArguments
- Returns:
- The id of search model for searching contents in CMS ScriptTool
-
selection
Description copied from interface:CmsScriptExecArguments
The current selection of contents- Specified by:
selection
in interfaceCmsScriptExecArguments
- Returns:
- The current selection of contents
-