Package com.adobe.cq.scheduled.exporter
Interface ScheduledExporter
public interface ScheduledExporter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns anIteratorof all export configurations registered in the repository.
-
Field Details
-
SERVICE_NAME
The name of the exporter service. This may be used to retrieve the service from the service registry.- See Also:
-
-
Method Details
-
getExportConfigs
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.
-