Package org.ametys.odf.schedulable
Class ODFSchedulableHelper
java.lang.Object
org.ametys.odf.schedulable.ODFSchedulableHelper
Helper for ODF scheduable
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map
<String, ElementDefinition> cleanUnsupportedWidgets
(Request request, Map<String, ElementDefinition> initialParameters) Get the parameters for job execution taking into account the supported widgets in the current context
-
Method Details
-
cleanUnsupportedWidgets
public static Map<String,ElementDefinition> cleanUnsupportedWidgets(Request request, Map<String, ElementDefinition> initialParameters) Get the parameters for job execution taking into account the supported widgets in the current context- Parameters:
request
- The requestinitialParameters
- The initial parameters of scheduable- Returns:
- the parameters
-