org.kuali.kfs.sys.batch
Class AutoDisapproveDocumentsStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
org.kuali.kfs.sys.batch.AutoDisapproveDocumentsStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class AutoDisapproveDocumentsStep
- extends AbstractWrappedBatchStep
Runs the batch job that gathers all documents that are in ENROUTE status and cancels them.
Field Summary |
protected static org.apache.log4j.Logger |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.log4j.Logger LOG
AutoDisapproveDocumentsStep
public AutoDisapproveDocumentsStep()
getCustomBatchExecutor
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
- Overridden to run the auto disapprove process.
- Specified by:
getCustomBatchExecutor
in class AbstractWrappedBatchStep
- See Also:
org.kuali.kfs.batch.Step#execute(java.lang.String)
setAutoDisapproveDocumentsService
public void setAutoDisapproveDocumentsService(AutoDisapproveDocumentsService autoDisapproveDocumentsService)
- Sets the autoDisapproveEDocsService attribute value.
- Parameters:
autoDisapproveEDocsService
- The autoDisapproveEDocsService to set.- See Also:
org.kuali.kfs.sys.service.AutoDisapproveEDocsService
setBatchFileDirectoryName
public void setBatchFileDirectoryName(String batchFileDirectoryName)
- This method sets the batchFileDirectoryName
- Parameters:
batchFileDirectoryName
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.