Package com.redwood.scheduler.api.model
Interface ObjectGetter
- 
 public interface ObjectGetter
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetPersistentObject(int index)Get the nth persistent object.
 
- 
- 
- 
Method Detail- 
getPersistentObjectObject getPersistentObject(int index) throws SQLException Get the nth persistent object.- Parameters:
- index- the index of the object (1 based).
- Returns:
- the object.
- Throws:
- SQLException- if an error occurs.
 
 
- 
 
-