Uses of Interface
org.opencms.report.I_CmsReport
Packages that use I_CmsReport
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
The implementations of the core resource types for the VFS are located here.
Contains functions to import and export resources from the OpenCms VFS.
Classes related to the LetsEncrypt docker integration.
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Contains classes for the automatical notification of outdated, expiring or released content.
Classes to handle the OpenCms publish process.
Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.
Classes used to generate the OpenCms reports, which are displayed during publish, import, export etc.
Implements the main full text search and indexing functions available in OpenCms.
The package contains the Solr search integration.
Contains the functionality for the static HTML page export.
Classes used to synchronize the OpenCms VFS with the real file system.
Contains classes of the source search app.
Utility functions for String manipulation and other often used tasks.
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
-
Uses of I_CmsReport in org.opencms.db
Methods in org.opencms.db with parameters of type I_CmsReportModifier and TypeMethodDescriptionvoidCmsDriverManager.deleteHistoricalVersions(CmsDbContext dbc, int versionsToKeep, int versionsDeleted, long timeDeleted, Predicate<I_CmsHistoryResource> clearDeletedFilter, I_CmsReport report) Deletes the versions from the history tables, keeping the given number of versions per resource.voidCmsSecurityManager.deleteHistoricalVersions(CmsRequestContext context, int versionsToKeep, int versionsDeleted, long timeDeleted, Predicate<I_CmsHistoryResource> clearDeletedFilter, I_CmsReport report) Deletes the versions from the history tables, keeping the given number of versions per resource.voidI_CmsProjectDriver.publishDeletedFolder(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder offlineFolder, CmsUUID publishHistoryId, int publishTag) Publishes a deleted folder.voidI_CmsProjectDriver.publishFile(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsResource offlineResource, Set<CmsUUID> publishedContentIds, CmsUUID publishHistoryId, int publishTag) Publishes a new, changed or deleted file.voidI_CmsProjectDriver.publishFolder(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder currentFolder, CmsUUID publishHistoryId, int publishTag) Publishes a new or changed folder.voidCmsDriverManager.publishJob(CmsObject cms, CmsDbContext dbc, CmsPublishList publishList, I_CmsReport report) Publishes the given publish job.protected voidCmsSecurityManager.publishJob(CmsObject cms, CmsDbContext dbc, CmsPublishList pubList, I_CmsReport report) voidCmsDriverManager.publishProject(CmsObject cms, CmsDbContext dbc, CmsPublishList publishList, I_CmsReport report) Publishes the resources of a specified publish list.CmsSecurityManager.publishProject(CmsObject cms, CmsPublishList publishList, I_CmsReport report) Publishes the resources of a specified publish list.voidI_CmsProjectDriver.publishProject(CmsDbContext dbc, I_CmsReport report, CmsProject onlineProject, CmsPublishList publishList, int publishTag) Publishes a specified project to the online project.voidCmsDbContext.report(I_CmsReport report, CmsMessageContainer message, Throwable throwable) Reports an error to the given report (if available) and to the OpenCms log file.CmsDriverManager.validateRelations(CmsDbContext dbc, CmsPublishList publishList, I_CmsReport report) Validates the relations for the given resources.CmsSecurityManager.validateRelations(CmsRequestContext context, CmsPublishList publishList, I_CmsReport report) Validates the relations for the given resources.voidCmsDriverManager.writeExportPoints(CmsDbContext dbc, I_CmsReport report, CmsUUID publishHistoryId) Writes all export points into the file system for the publish task specified by trhe given publish history ID. -
Uses of I_CmsReport in org.opencms.db.generic
Methods in org.opencms.db.generic with parameters of type I_CmsReportModifier and TypeMethodDescriptionvoidCmsProjectDriver.publishDeletedFolder(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder currentFolder, CmsUUID publishHistoryId, int publishTag) voidCmsProjectDriver.publishFile(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsResource offlineResource, Set<CmsUUID> publishedContentIds, CmsUUID publishHistoryId, int publishTag) voidCmsProjectDriver.publishFolder(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder offlineFolder, CmsUUID publishHistoryId, int publishTag) voidCmsProjectDriver.publishProject(CmsDbContext dbc, I_CmsReport report, CmsProject onlineProject, CmsPublishList publishList, int publishTag) -
Uses of I_CmsReport in org.opencms.file
Methods in org.opencms.file with parameters of type I_CmsReportModifier and TypeMethodDescriptionvoidCmsObject.deleteHistoricalVersions(int versionsToKeep, int versionsDeleted, long timeDeleted, Predicate<I_CmsHistoryResource> clearDeletedFilter, I_CmsReport report) Deletes the versions from the history tables, keeping the given number of versions per resource.voidCmsObject.deleteHistoricalVersions(int versionsToKeep, int versionsDeleted, long timeDeleted, I_CmsReport report) Deletes the versions from the history tables, keeping the given number of versions per resource.CmsObject.importResource(String resourcename, I_CmsReport report, CmsResource resource, byte[] content, List<CmsProperty> properties) Imports a resource to the OpenCms VFS. -
Uses of I_CmsReport in org.opencms.file.types
Methods in org.opencms.file.types with parameters of type I_CmsReportModifier and TypeMethodDescriptionA_CmsResourceType.importResource(CmsObject cms, CmsSecurityManager securityManager, I_CmsReport report, String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) CmsResourceTypeImage.importResource(CmsObject cms, CmsSecurityManager securityManager, I_CmsReport report, String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) I_CmsResourceType.importResource(CmsObject cms, CmsSecurityManager securityManager, I_CmsReport report, String resourcename, CmsResource resource, byte[] content, List<CmsProperty> properties) Imports a resource to the OpenCms VFS. -
Uses of I_CmsReport in org.opencms.importexport
Fields in org.opencms.importexport declared as I_CmsReportModifier and TypeFieldDescriptionprotected I_CmsReportA_CmsImport.m_reportDeprecated.The object to report the log messages.protected I_CmsReportCmsImport.m_reportThe output report.protected I_CmsReportCmsImportVersion10.m_reportThe report.Methods in org.opencms.importexport that return I_CmsReportModifier and TypeMethodDescriptionprotected I_CmsReportCmsExport.getReport()Returns the report to write progress messages to.CmsImportVersion10.getReport()Returns the report.CmsImportVersion7.getReport()Deprecated.Returns the report.Methods in org.opencms.importexport with parameters of type I_CmsReportModifier and TypeMethodDescriptionvoidCmsImportExportManager.exportData(CmsObject cms, I_CmsImportExportHandler handler, I_CmsReport report) Checks if the current user has permissions to export Cms data of a specified export handler, and if so, triggers the handler to write the export.voidCmsVfsImportExportHandler.exportData(CmsObject cms, I_CmsReport report) voidI_CmsImportExportHandler.exportData(CmsObject cms, I_CmsReport report) Exports the data from the Cms.voidCmsImportExportManager.importData(CmsObject cms, String importFile, String importPath, I_CmsReport report) Deprecated.voidCmsImportExportManager.importData(CmsObject cms, I_CmsReport report, CmsImportParameters parameters) Checks if the current user has permissions to import data into the Cms, and if so, creates a new import handler instance that imports the data.voidCmsImportResourceDataReader.importData(CmsObject cms, I_CmsReport report, CmsImportParameters parameters) voidCmsImportVersion10.importData(CmsObject cms, I_CmsReport report, CmsImportParameters parameters) voidCmsImportVersion2.importData(CmsObject cms, I_CmsReport report, CmsImportParameters params) Deprecated.voidCmsImportVersion3.importData(CmsObject cms, I_CmsReport report, CmsImportParameters params) Deprecated.voidCmsImportVersion4.importData(CmsObject cms, I_CmsReport report, CmsImportParameters params) Deprecated.voidCmsImportVersion5.importData(CmsObject cms, I_CmsReport report, CmsImportParameters params) Deprecated.voidCmsImportVersion7.importData(CmsObject cms, I_CmsReport report, CmsImportParameters parameters) Deprecated.voidCmsVfsImportExportHandler.importData(CmsObject cms, String importFile, String importPath, I_CmsReport report) Deprecated.voidCmsVfsImportExportHandler.importData(CmsObject cms, I_CmsReport report) voidI_CmsImport.importData(CmsObject cms, I_CmsReport report, CmsImportParameters parameters) Imports the data.voidI_CmsImportExportHandler.importData(CmsObject cms, String importFile, String importPath, I_CmsReport report) Deprecated.voidI_CmsImportExportHandler.importData(CmsObject cms, I_CmsReport report) Imports the data into the Cms.voidCmsImportVersion10.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidCmsImportVersion2.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidCmsImportVersion3.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidCmsImportVersion4.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidCmsImportVersion5.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidCmsImportVersion7.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidI_CmsImport.importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.static voidCmsImportVersion10.parseLinks(CmsObject cms, List<CmsResource> parseables, I_CmsReport report) Parses the links.Constructors in org.opencms.importexport with parameters of type I_CmsReportModifierConstructorDescriptionCmsExport(CmsObject cms, I_CmsReport report) Constructs a new export.CmsImport(CmsObject cms, I_CmsReport report) Constructs a new import object which imports the resources from an OpenCms export zip file or a folder in the "real" file system. -
Uses of I_CmsReport in org.opencms.jsp.userdata
Methods in org.opencms.jsp.userdata with parameters of type I_CmsReportModifier and TypeMethodDescriptionbooleanCmsUserDataRequestManager.getInfoForEmail(CmsObject cms, I_CmsUserDataDomain.Mode mode, String email, List<String> searchStrings, org.jsoup.nodes.Element root, I_CmsReport report) Gets the user data for an email address.booleanCmsUserDataRequestManager.getInfoForUser(CmsObject cms, I_CmsUserDataDomain.Mode mode, CmsUser user, org.jsoup.nodes.Element root, I_CmsReport report) Gets the user data for a specific OpenCms user. -
Uses of I_CmsReport in org.opencms.letsencrypt
Methods in org.opencms.letsencrypt with parameters of type I_CmsReportModifier and TypeMethodDescriptionbooleanCmsSiteConfigToLetsEncryptConfigConverter.run(I_CmsReport report, CmsSiteManagerImpl siteManager) Runs the certificate configuration update for the sites configured in a site manager. -
Uses of I_CmsReport in org.opencms.module
Methods in org.opencms.module with parameters of type I_CmsReportModifier and TypeMethodDescriptionstatic Optional<CmsModuleUpdater> CmsModuleUpdater.create(CmsObject cms, String importFile, I_CmsReport report) Tries to create a new updater instance.voidCmsModuleManager.deleteModule(CmsObject cms, String moduleName, boolean replace, boolean preserveLibs, I_CmsReport report) Deletes a module from the configuration.voidCmsModuleManager.deleteModule(CmsObject cms, String moduleName, boolean replace, I_CmsReport report) Deletes a module from the configuration.voidCmsModuleImportExportHandler.exportData(CmsObject cms, I_CmsReport report) voidCmsModuleImportExportHandler.importData(CmsObject cms, String importFile, String importPath, I_CmsReport report) Deprecated.voidCmsModuleImportExportHandler.importData(CmsObject cms, I_CmsReport report) voidA_CmsModuleAction.publishProject(CmsObject cms, CmsPublishList publishList, int publishTag, I_CmsReport report) voidI_CmsModuleAction.publishProject(CmsObject cms, CmsPublishList publishList, int publishTag, I_CmsReport report) Will be called during a the publish process after the resources have been published, but before the publish event is fired.static CmsModuleImportDataCmsModuleUpdater.readModuleData(CmsObject cms, String importFile, I_CmsReport report) Reads the module data from an import zip file.CmsModuleManager.replaceModule(CmsObject cms, String importFile, I_CmsReport report) Replaces an existing module with the one read from an import ZIP file.static voidCmsModuleImportExportHandler.reportBeginImport(I_CmsReport report, String modulePackageName) Writes the messages for starting an import to the given report.static voidCmsModuleImportExportHandler.reportEndImport(I_CmsReport report) Writes the messages for finishing an import to the given report.Constructors in org.opencms.module with parameters of type I_CmsReportModifierConstructorDescriptionCmsModuleUpdater(CmsModuleImportData moduleData, I_CmsReport report) Creates a new instance. -
Uses of I_CmsReport in org.opencms.notification
Constructors in org.opencms.notification with parameters of type I_CmsReportModifierConstructorDescriptionCmsPublishNotification(CmsObject cms, CmsUser receiver, I_CmsReport report) Creates a new CmsPublishNotification. -
Uses of I_CmsReport in org.opencms.publish
Classes in org.opencms.publish that implement I_CmsReportModifier and TypeClassDescriptionclassReport class used for the publish operations.Methods in org.opencms.publish that return I_CmsReportModifier and TypeMethodDescriptionCmsPublishJobInfoBean.getPublishReport()Returns the report for this publish job.CmsPublishJobEnqueued.getReport()Returns the report for this publish job.CmsPublishJobInfoBean.getReport()Returns the report for this publish job.CmsPublishJobRunning.getReport()Returns the report for this publish job.CmsPublishJobInfoBean.removePublishReport()Removes the assigned publish report.Methods in org.opencms.publish with parameters of type I_CmsReportModifier and TypeMethodDescriptionprotected static CmsPrintStreamReportCmsPublishReport.decorate(I_CmsReport report) Returns a publish report instance that writes to the given report as well as to the given temporary file.voidCmsPublishEngine.enqueuePublishJob(CmsObject cms, CmsPublishList publishList, I_CmsReport report) Enqueues a new publish job with the given information in publish queue.CmsPublishManager.publishProject(CmsObject cms, I_CmsReport report) Publishes the current project.CmsPublishManager.publishProject(CmsObject cms, I_CmsReport report, CmsPublishList publishList) Publishes the resources of a specified publish list.CmsPublishManager.publishProject(CmsObject cms, I_CmsReport report, CmsResource directPublishResource, boolean directPublishSiblings) Direct publishes a specified resource.CmsPublishManager.publishResource(CmsObject cms, String resourcename, boolean publishSiblings, I_CmsReport report) Publishes a single resource.CmsPublishManager.validateRelations(CmsObject cms, CmsPublishList publishList, I_CmsReport report) Validates the relations for the given resources.Constructors in org.opencms.publish with parameters of type I_CmsReportModifierConstructorDescriptionprotectedCmsPublishJobInfoBean(CmsObject cms, CmsPublishList publishList, I_CmsReport report) The Default constructor. -
Uses of I_CmsReport in org.opencms.relations
Methods in org.opencms.relations with parameters of type I_CmsReportModifier and TypeMethodDescriptionvoidCmsExternalLinksValidator.setReport(I_CmsReport report) Sets the report for the output.protected List<CmsRelation> CmsRelationSystemValidator.validateLinks(CmsDbContext dbc, CmsResource resource, Map<String, CmsResource> fileLookup, CmsProject project, I_CmsReport report) Validates the links for the specified resource.CmsRelationSystemValidator.validateResources(CmsDbContext dbc, CmsPublishList publishList, I_CmsReport report) Validates the relations against the online project. -
Uses of I_CmsReport in org.opencms.report
Classes in org.opencms.report that implement I_CmsReportModifier and TypeClassDescriptionclassBase report class.classHTML report output to be used for import / export / publish operations in the entire OpenCms system.classReport class used for the logfile.classReport proxy that multiplexes to all containedinstances.I_CmsReportclassStream report where the output is streamed to the given print stream instance.classReport for shell which writes to LOG.classReport class used for the shell.classReport class used to write the output of a report to a StringBuffer.classReport class for displaying reports to the user in the workplace.Fields in org.opencms.report declared as I_CmsReportModifier and TypeFieldDescriptionprotected I_CmsReportA_CmsReportThread.m_reportThe report that belongs to the thread.Methods in org.opencms.report that return I_CmsReportModifier and TypeMethodDescriptionprotected I_CmsReportA_CmsReportThread.getReport()Returns the report where the output of this Thread is written to. -
Uses of I_CmsReport in org.opencms.report.wrapper
Constructors in org.opencms.report.wrapper with parameters of type I_CmsReportModifierConstructorDescriptionCmsReportWrapper(I_CmsMessageBundle messages, I_CmsReport... report) Constructor for the wrapper.Constructor parameters in org.opencms.report.wrapper with type arguments of type I_CmsReportModifierConstructorDescriptionCmsReportWrapper(I_CmsMessageBundle messages, Collection<I_CmsReport> reports) Constructor for the wrapper. -
Uses of I_CmsReport in org.opencms.search
Fields in org.opencms.search declared as I_CmsReportMethods in org.opencms.search that return I_CmsReportModifier and TypeMethodDescriptionCmsVfsIndexer.getReport()Returns the report used by this indexer.Methods in org.opencms.search with parameters of type I_CmsReportModifier and TypeMethodDescriptionprotected I_CmsSearchDocumentCmsIndexingThread.createIndexDocument(CmsObject cms, CmsResource res, I_CmsSearchIndex index, int count, I_CmsReport report) Creates the search index document.protected abstract I_CmsIndexWriterA_CmsSearchIndex.createIndexWriter(boolean create, I_CmsReport report) Creates a new index writer.protected I_CmsIndexWriterCmsSearchIndex.createIndexWriter(boolean create, I_CmsReport report) Creates a new index writer.A_CmsSearchIndex.getIndexWriter(I_CmsReport report, boolean create) Returns a new index writer for this index.I_CmsSearchIndex.getIndexWriter(I_CmsReport report, boolean create) Returns a new index writer for this index.CmsVfsIndexer.newInstance(CmsObject cms, I_CmsReport report, I_CmsSearchIndex index) I_CmsIndexer.newInstance(CmsObject cms, I_CmsReport report, I_CmsSearchIndex index) Creates and initializes a new instance of this indexer implementation.voidCmsSearchManager.rebuildAllIndexes(I_CmsReport report) Rebuilds (if required creates) all configured indexes.voidCmsSearchManager.rebuildIndex(String indexName, I_CmsReport report) Rebuilds (if required creates) the index with the given name.voidCmsSearchManager.rebuildIndexes(List<String> indexNames, I_CmsReport report) Rebuilds (if required creates) the List of indexes with the given name.voidCmsIndexingThreadManager.reportStatistics(I_CmsReport report) Writes statistical information to the report.protected voidCmsSearchManager.CmsSearchOfflineIndexThread.startOfflineUpdateThread(I_CmsReport report, List<CmsPublishedResource> resourcesToIndex) Updates the offline search indexes for the given list of resources.protected voidCmsSearchManager.updateAllIndexes(CmsObject adminCms, List<CmsPublishedResource> updateResources, I_CmsReport report) Incrementally updates all indexes that have their rebuild mode set to"auto".protected voidCmsSearchManager.updateAllIndexes(CmsObject adminCms, CmsUUID publishHistoryId, I_CmsReport report) Incrementally updates all indexes that have their rebuild mode set to"auto"after resources have been published.protected voidCmsSearchManager.updateIndex(I_CmsSearchIndex index, I_CmsReport report, List<CmsPublishedResource> resourcesToIndex) Updates (if required creates) the index with the given name.protected voidCmsSearchManager.updateIndexCompletely(CmsObject cms, I_CmsSearchIndex index, I_CmsReport report) The method updates all OpenCms documents that are indexed.protected voidCmsSearchManager.updateIndexIncremental(CmsObject cms, I_CmsSearchIndex index, I_CmsReport report, List<CmsPublishedResource> resourcesToIndex) Incrementally updates the given index.protected voidCmsSearchManager.updateIndexOffline(I_CmsReport report, List<CmsPublishedResource> resourcesToIndex) Updates the offline search indexes for the given list of resources.Constructors in org.opencms.search with parameters of type I_CmsReportModifierConstructorDescriptionCmsIndexingThread(CmsObject cms, CmsResource res, I_CmsSearchIndex index, int count, I_CmsReport report) Create a new indexing thread.protectedCmsSearchOfflineIndexWorkThread(I_CmsReport report, List<CmsPublishedResource> resourcesToIndex) Updates the offline search indexes for the given list of resources. -
Uses of I_CmsReport in org.opencms.search.solr
Methods in org.opencms.search.solr with parameters of type I_CmsReportModifier and TypeMethodDescriptionCmsSolrIndex.createIndexWriter(boolean create, I_CmsReport report) -
Uses of I_CmsReport in org.opencms.staticexport
Methods in org.opencms.staticexport with parameters of type I_CmsReportModifier and TypeMethodDescriptionvoidCmsAfterPublishStaticExportHandler.doExportAfterPublish(List<CmsPublishedResource> resources, I_CmsReport report) Does the actual static export.protected voidCmsAfterPublishStaticExportHandler.exportAfterPublish(CmsUUID publishHistoryId, I_CmsReport report) Starts the static export on publish.voidCmsStaticExportManager.exportFullStaticRender(boolean purgeFirst, I_CmsReport report) Starts a complete static export of all resources.protected booleanCmsAfterPublishStaticExportHandler.exportNonTemplateResources(CmsObject cms, List<CmsPublishedResource> publishedResources, I_CmsReport report) Exports all non template resources found in a list of published resources.protected voidCmsAfterPublishStaticExportHandler.exportTemplateResources(CmsObject cms, List<String> publishedTemplateResources, I_CmsReport report) Exports all template resources found in a list of published resources.voidA_CmsOnDemandStaticExportHandler.performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report) abstract voidA_CmsStaticExportHandler.performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report) voidCmsAfterPublishStaticExportHandler.performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report) voidI_CmsStaticExportHandler.performEventPublishProject(CmsUUID publishHistoryId, I_CmsReport report) Scrubs files from the export folder that might have been changed.protected voidCmsStaticExportManager.scrubExportFolders(I_CmsReport report) Scrubs all the "export" folders. -
Uses of I_CmsReport in org.opencms.synchronize
Constructors in org.opencms.synchronize with parameters of type I_CmsReportModifierConstructorDescriptionCmsSynchronize(CmsObject cms, CmsSynchronizeSettings settings, I_CmsReport report) Creates a new CmsSynchronize object which automatically start the synchronization process. -
Uses of I_CmsReport in org.opencms.ui.apps.dbmanager.sqlconsole
Methods in org.opencms.ui.apps.dbmanager.sqlconsole with parameters of type I_CmsReportModifier and TypeMethodDescriptionMain method of this class. -
Uses of I_CmsReport in org.opencms.ui.apps.search
Constructors in org.opencms.ui.apps.search with parameters of type I_CmsReportModifierConstructorDescriptionCmsSearchReplaceThread(javax.servlet.http.HttpSession session, CmsObject cms, CmsSearchReplaceSettings settings, I_CmsReport report) Creates a replace html tag Thread. -
Uses of I_CmsReport in org.opencms.ui.apps.userdata
Constructor parameters in org.opencms.ui.apps.userdata with type arguments of type I_CmsReportModifierConstructorDescriptionCmsUserDataReportThread(CmsObject cms, Consumer<I_CmsReport> action) Creates a new instance. -
Uses of I_CmsReport in org.opencms.util
Methods in org.opencms.util with parameters of type I_CmsReportModifier and TypeMethodDescriptionstatic voidCmsMacroResolver.copyAndResolveMacro(CmsObject cms, String source, String destination, Map<String, String> keyValue, boolean adjustLinks, CmsResource.CmsResourceCopyMode copyMode, I_CmsReport report) Copies resources, adjust internal links (if adjustLinks==true) and resolves macros (if keyValue map is set). -
Uses of I_CmsReport in org.opencms.xml
Constructors in org.opencms.xml with parameters of type I_CmsReportModifierConstructorDescriptionCmsXmlFileTransformer(CmsObject cms, String path, String type, String xslName, InputStream xslStream, I_CmsReport report) Creates a new instance.
CmsImportExportManager.importData(CmsObject, I_CmsReport, CmsImportParameters)instead