Package com.comalatech.workflow
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 List<com.atlassian.confluence.core.ContentEntityObject>
findContent(Map<String,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
List<com.atlassian.confluence.core.ContentEntityObject> findContent(Map<String,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.
-
-