Package org.opencms.ui.apps.dbmanager
Interface I_CmsReportApp
- All Known Implementing Classes:
CmsDbImportApp
public interface I_CmsReportApp
Interface for Apps, which run an import thread for files.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to open main view.voidopenReport(String path, A_CmsReportThread thread, String title) Method to open the report view for the import thread.
-
Method Details
-
goToMainView
void goToMainView()Method to open main view. -
openReport
Method to open the report view for the import thread.- Parameters:
path- (state) in the appthread- which gets started and for which the report gets displayedtitle- to be shown for the report (title is caption of panel)
-