Uses of Interface
org.pentaho.platform.scheduler2.ws.ParamValue
-
Packages that use ParamValue Package Description org.pentaho.platform.scheduler2.ws -
-
Uses of ParamValue in org.pentaho.platform.scheduler2.ws
Classes in org.pentaho.platform.scheduler2.ws that implement ParamValue Modifier and Type Class Description classListParamValueclassMapParamValueclassStringParamValueMethods in org.pentaho.platform.scheduler2.ws that return types with arguments of type ParamValue Modifier and Type Method Description Map<String,ParamValue>JobParamsAdapter. unmarshal(JaxBSafeMap safeMap)Method parameters in org.pentaho.platform.scheduler2.ws with type arguments of type ParamValue Modifier and Type Method Description StringDefaultSchedulerService. createComplexJob(String jobName, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)StringISchedulerService. createComplexJob(String jobName, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)StringDefaultSchedulerService. createSimpleJob(String jobName, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)StringISchedulerService. createSimpleJob(String jobName, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)JaxBSafeMapJobParamsAdapter. marshal(Map<String,ParamValue> unsafeMap)voidDefaultSchedulerService. updateJobToUseComplexTrigger(String jobId, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)voidISchedulerService. updateJobToUseComplexTrigger(String jobId, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)voidDefaultSchedulerService. updateJobToUseSimpleTrigger(String jobId, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)voidISchedulerService. updateJobToUseSimpleTrigger(String jobId, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)Constructor parameters in org.pentaho.platform.scheduler2.ws with type arguments of type ParamValue Constructor Description JaxBSafeEntry(Map.Entry<String,ParamValue> e)JaxBSafeMap(Map<String,ParamValue> map)
-