org.kuali.kfs.sys.batch
Class PurgeSessionDocumentsStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.PurgeSessionDocumentsStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class PurgeSessionDocumentsStep
- extends AbstractStep
Method Summary |
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job. |
org.kuali.rice.kns.service.SessionDocumentService |
getSessionDocumentService()
Gets the sessionDocumentService attribute. |
void |
setSessionDocumentService(org.kuali.rice.kns.service.SessionDocumentService sessionDocumentService)
Sets the sessionDocumentService attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PurgeSessionDocumentsStep
public PurgeSessionDocumentsStep()
execute
public boolean execute(String jobName,
Date jobRunDate)
- Description copied from interface:
Step
- Perform this step of a batch job.
- Parameters:
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executed
- Returns:
- true if successful and continue the job, false if successful and stop the job
- See Also:
Step.execute(java.lang.String, java.util.Date)
getSessionDocumentService
public org.kuali.rice.kns.service.SessionDocumentService getSessionDocumentService()
- Gets the sessionDocumentService attribute.
- Returns:
- Returns the sessionDocumentService.
setSessionDocumentService
public void setSessionDocumentService(org.kuali.rice.kns.service.SessionDocumentService sessionDocumentService)
- Sets the sessionDocumentService attribute value.
- Parameters:
sessionDocumentService
- The sessionDocumentService to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.