public class

ContentQuery

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.content.ContentQuery<T>

Class Overview

A query to be performed against the underlying database to retrieve some content. This class provides an abstraction layer between the queries that we might want to perform on content and the persistence-layer-specific code that performs the query.

In the back-end, the query will be matched with a HibernateContentQuery plugin module that will perform the query itself.

The type parameter is a convenience to allow you to specify the return type of the query.

Summary

Public Constructors
ContentQuery(String name, Object... parameters)
Public Methods
String getName()
Object[] getParameters()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ContentQuery (String name, Object... parameters)

Public Methods

public String getName ()

public Object[] getParameters ()