public class PageAttachmentQuery extends Object implements Query
Query.LogicalOperator, Query.Operator
Modifier and Type | Field and Description |
---|---|
protected List<String> |
_pageIds
The page ids
|
Constructor and Description |
---|
PageAttachmentQuery(Collection<String> pageIds)
Create an PageAttachmentQuery which searches on resources attached to the given page and its sub-pages.
|
PageAttachmentQuery(String... pageIds)
Create an PageAttachmentQuery which searches on resources attached to the given page and its sub-pages.
|
Modifier and Type | Method and Description |
---|---|
String |
build()
Build the solr query string representing the Query object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
public PageAttachmentQuery(String... pageIds)
pageIds
- the page idspublic PageAttachmentQuery(Collection<String> pageIds)
pageIds
- the page ids