org.kuali.kfs.sys.batch
Class BatchSpringContext

java.lang.Object
  extended by org.kuali.kfs.sys.batch.BatchSpringContext

public class BatchSpringContext
extends Object


Constructor Summary
BatchSpringContext()
           
 
Method Summary
static BatchInputFileSetType getBatchInputFileSetType(String beanId)
           
static BatchInputFileType getBatchInputFileType(String beanId)
           
static JobDescriptor getJobDescriptor(String beanId)
           
static Step getStep(String beanId)
           
static TriggerDescriptor getTriggerDescriptor(String beanId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchSpringContext

public BatchSpringContext()
Method Detail

getStep

public static Step getStep(String beanId)

getJobDescriptor

public static JobDescriptor getJobDescriptor(String beanId)

getTriggerDescriptor

public static TriggerDescriptor getTriggerDescriptor(String beanId)

getBatchInputFileType

public static BatchInputFileType getBatchInputFileType(String beanId)

getBatchInputFileSetType

public static BatchInputFileSetType getBatchInputFileSetType(String beanId)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.