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 class
ListParamValue
class
MapParamValue
class
StringParamValue
Methods 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 String
DefaultSchedulerService. createComplexJob(String jobName, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
String
ISchedulerService. createComplexJob(String jobName, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
String
DefaultSchedulerService. createSimpleJob(String jobName, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)
String
ISchedulerService. createSimpleJob(String jobName, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)
JaxBSafeMap
JobParamsAdapter. marshal(Map<String,ParamValue> unsafeMap)
void
DefaultSchedulerService. updateJobToUseComplexTrigger(String jobId, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
void
ISchedulerService. updateJobToUseComplexTrigger(String jobId, Map<String,ParamValue> jobParams, ComplexJobTrigger trigger)
void
DefaultSchedulerService. updateJobToUseSimpleTrigger(String jobId, Map<String,ParamValue> jobParams, SimpleJobTrigger trigger)
void
ISchedulerService. 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)
-