Package com.redwood.scheduler.api.model
Interface AppPostImportContext
- 
- All Superinterfaces:
- AppImportContext
 
 public interface AppPostImportContext extends AppImportContext Data available at Post import only
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SchedulerEntity>getImportedObjects()Objects imported from car file- 
Methods inherited from interface com.redwood.scheduler.api.model.AppImportContextgetAppUpgradeInfo, getDynamicObjects, getStdOutLog
 
- 
 
- 
- 
- 
Method Detail- 
getImportedObjectsList<SchedulerEntity> getImportedObjects() Objects imported from car file- Returns:
- List
 
 
- 
 
-