public class LockModuleStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
LockModuleStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
LockModuleService |
getLockModuleService() |
String |
getNamespaceCode() |
boolean |
isLockModule() |
void |
setLockModule(boolean lockModule)
set to true if module to be locked, otheriwse false
|
void |
setLockModuleService(LockModuleService lockModuleService) |
void |
setNamespaceCode(String namespaceCode) |
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterService
prepareDirectories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareDirectories
public LockModuleStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
Step
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executedInterruptedException
public boolean isLockModule()
public void setLockModule(boolean lockModule)
lockModule
- public LockModuleService getLockModuleService()
public void setLockModuleService(LockModuleService lockModuleService)
public String getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.