Uses of Class
org.pentaho.platform.scheduler2.ws.JaxBSafeMap

Packages that use JaxBSafeMap
org.pentaho.platform.scheduler2.ws   
 

Uses of JaxBSafeMap in org.pentaho.platform.scheduler2.ws
 

Fields in org.pentaho.platform.scheduler2.ws declared as JaxBSafeMap
 JaxBSafeMap JobAdapter.JaxbSafeJob.jobParams
           
 

Methods in org.pentaho.platform.scheduler2.ws that return JaxBSafeMap
 JaxBSafeMap JobParamsAdapter.marshal(Map<String,ParamValue> unsafeMap)
           
 

Methods in org.pentaho.platform.scheduler2.ws with parameters of type JaxBSafeMap
 Map<String,ParamValue> JobParamsAdapter.unmarshal(JaxBSafeMap safeMap)