Interface HousekeepingExecutionAccessor
-
- All Known Implementing Classes:
HouskeepingExecutionAccessorImpl
public interface HousekeepingExecutionAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<step.core.execution.model.Execution>
findLastExpiredExecution(long date, int limit, boolean excludeRetained)
-
-
-
Method Detail
-
findLastExpiredExecution
Iterator<step.core.execution.model.Execution> findLastExpiredExecution(long date, int limit, boolean excludeRetained)
-
-