Interface ContentReportingService


  • public interface ContentReportingService
    Provides services for reporting on content
    Since:
    1.2
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<com.atlassian.confluence.core.ContentEntityObject> findContent​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Deprecated.
      This method will be removed in upcoming versions.
      We encourage developers to use CQL based searches for retrieving lists of content.
    • Method Detail

      • findContent

        java.util.List<com.atlassian.confluence.core.ContentEntityObject> findContent​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Deprecated.
        This method will be removed in upcoming versions.
        We encourage developers to use CQL based searches for retrieving lists of content. Either by using the Confluence CQLSearchService interface or the CQL Search REST API.
        You can found the list of available CQL mappings for Comala Workflows in our documentation wiki.
        Returns a list of content based on the given search parameters. The parameters that are valid are closely related to the workflow-reporter macro which uses this service.
        Parameters:
        parameters - the search parameters
        Returns:
        list of ContentEntityObjects matching the search parameters.