Package com.adobe.cq.scheduled.exporter
Interface ScheduledExporter
- 
public interface ScheduledExporter 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAMEThe name of the exporter service. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator<ExportConfig>getExportConfigs()Returns anIteratorof all export configurations registered in the repository. 
 - 
 
- 
- 
Field Detail
- 
SERVICE_NAME
static final java.lang.String SERVICE_NAME
The name of the exporter service. This may be used to retrieve the service from the service registry.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getExportConfigs
java.util.Iterator<ExportConfig> getExportConfigs()
Returns anIteratorof all export configurations registered in the repository. If none are registered, this method returns an empty iterator.- Returns:
 - Iterator of all 
ExportConfigs. 
 
 - 
 
 -