Uses of Class
com.ibm.jbatch.jsl.model.JSLJob

Packages that use JSLJob
com.ibm.jbatch.container.jsl   
com.ibm.jbatch.container.jsl.impl   
com.ibm.jbatch.container.modelresolver   
com.ibm.jbatch.container.modelresolver.impl   
com.ibm.jbatch.jsl.model   
 

Uses of JSLJob in com.ibm.jbatch.container.jsl
 

Methods in com.ibm.jbatch.container.jsl that return JSLJob
 JSLJob JobModelResolver.resolveJobModel(String jobXML)
           
 

Methods in com.ibm.jbatch.container.jsl that return types with arguments of type JSLJob
static ModelSerializer<JSLJob> ModelSerializerFactory.createJobModelSerializer()
           
static Navigator<JSLJob> NavigatorFactory.createJobNavigator(JSLJob job)
           
static ModelResolver<JSLJob> ModelResolverFactory.createJobResolver()
           
 

Methods in com.ibm.jbatch.container.jsl with parameters of type JSLJob
static Navigator<JSLJob> NavigatorFactory.createJobNavigator(JSLJob job)
           
 

Uses of JSLJob in com.ibm.jbatch.container.jsl.impl
 

Methods in com.ibm.jbatch.container.jsl.impl that return JSLJob
 JSLJob JobNavigatorImpl.getJSL()
           
 JSLJob JobModelResolverImpl.resolveModel(JSLJob t)
           
 JSLJob JobModelResolverImpl.resolveModel(String jobXML)
           
 

Methods in com.ibm.jbatch.container.jsl.impl with parameters of type JSLJob
static boolean UnmarshalledJSLComparator.equals(JSLJob job1, JSLJob job2)
           
 JSLJob JobModelResolverImpl.resolveModel(JSLJob t)
           
 String JobModelSerializerImpl.serializeModel(JSLJob model)
           
 

Constructors in com.ibm.jbatch.container.jsl.impl with parameters of type JSLJob
JobNavigatorImpl(JSLJob job)
           
 

Uses of JSLJob in com.ibm.jbatch.container.modelresolver
 

Methods in com.ibm.jbatch.container.modelresolver that return types with arguments of type JSLJob
static PropertyResolver<JSLJob> PropertyResolverFactory.createJobPropertyResolver(boolean isPartitionedStep)
           
 

Uses of JSLJob in com.ibm.jbatch.container.modelresolver.impl
 

Methods in com.ibm.jbatch.container.modelresolver.impl that return JSLJob
 JSLJob JobPropertyResolverImpl.substituteProperties(JSLJob job, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type JSLJob
 JSLJob JobPropertyResolverImpl.substituteProperties(JSLJob job, Properties submittedProps, Properties parentProps)
           
 

Uses of JSLJob in com.ibm.jbatch.jsl.model
 

Methods in com.ibm.jbatch.jsl.model that return JSLJob
 JSLJob ObjectFactory.createJSLJob()
          Create an instance of JSLJob
 

Methods in com.ibm.jbatch.jsl.model that return types with arguments of type JSLJob
 JAXBElement<JSLJob> ObjectFactory.createJob(JSLJob value)
          Create an instance of JAXBElement<JSLJob>}
 

Methods in com.ibm.jbatch.jsl.model with parameters of type JSLJob
 JAXBElement<JSLJob> ObjectFactory.createJob(JSLJob value)
          Create an instance of JAXBElement<JSLJob>}
 



Copyright © 2013. All Rights Reserved.