Package com.redwood.scheduler.api.model
Interface AppPreImportContext
-
- All Superinterfaces:
AppImportContext
public interface AppPreImportContext extends AppImportContext
Data available at Pre import only
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<? extends PartitionableObject>>
getExistingObjects()
Existing objects retrieved by using the SYSTEM_APP object tag-
Methods inherited from interface com.redwood.scheduler.api.model.AppImportContext
getAppUpgradeInfo, getDynamicObjects, getStdOutLog
-
-
-
-
Method Detail
-
getExistingObjects
Map<String,List<? extends PartitionableObject>> getExistingObjects()
Existing objects retrieved by using the SYSTEM_APP object tag- Returns:
- existing installed objects
-
-