Interface PublicationQuery
- All Superinterfaces:
QueryBuilder<Publication>
-
Method Summary
Modifier and TypeMethodDescriptiondeleted(boolean deleted) Sets the delete flag of thePublicationin the query.default PublicationQuerydocumentTemplateId(String documentTemplateId) Sets the document template id of thePublicationin the query.foreignSystemKey(String foreignSystemKey) Sets theforeign system key of thePublicationin the query.Sets the ID of thePublicationin the query.Sets the label of thePublicationin the query.Sets the label of thePublicationin the query.default PublicationQuerypageTemplateId(String pageTemplateId) Sets the page template id of thePublicationin the query.Sets the parent id (publication or folder) of thePublicationin the query.default PublicationQuerySets the parent id (publication or folder) of thePublicationin the query.default PublicationQuerypublicationTypeId(String publicationTypeId) Sets the publication type id of thePublicationin the query.default PublicationQuerytemplateId(String templateId) Sets the template id of thePublicationin the query.Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
id
Sets the ID of thePublicationin the query.- Parameters:
id- the ID of the document- Returns:
- the current
PublicationQueryinstance for method chaining
-
label
Sets the label of thePublicationin the query.- Parameters:
label- the label of the document- Returns:
- the current
PublicationQueryinstance for method chaining
-
labelLike
Sets the label of thePublicationin the query. Restrict to publications that have a label that has the parameter value as a substring.- Parameters:
label- the label of the publication- Returns:
- the current
PublicationQueryinstance for method chaining
-
foreignSystemKey
Sets theforeign system key of thePublicationin the query.- Parameters:
foreignSystemKey- the foreign system key of the publication- Returns:
- the current
PublicationQueryinstance for method chaining
-
deleted
Sets the delete flag of thePublicationin the query. Default false - not deleted- Parameters:
deleted- the deletion status of the publication- Returns:
- the current
PublicationQueryinstance for method chaining
-
parentId
Sets the parent id (publication or folder) of thePublicationin the query.- Parameters:
parentId- the id of parent publication/folder- Returns:
- the current
PublicationQueryinstance for method chaining
-
parentId
Sets the parent id (publication or folder) of thePublicationin the query.- Parameters:
parentId- the id of parent publication/folderrecursive- a flag specifying whether the search should also be performed for subpublications- Returns:
- the current
PublicationQueryinstance for method chaining
-
documentTemplateId
Sets the document template id of thePublicationin the query.- Parameters:
documentTemplateId- document template id- Returns:
- the current
PublicationQueryinstance for method chaining
-
templateId
Sets the template id of thePublicationin the query.- Parameters:
templateId- template id- Returns:
- the current
PublicationQueryinstance for method chaining
-
pageTemplateId
Sets the page template id of thePublicationin the query.- Parameters:
pageTemplateId- page template id- Returns:
- the current
PublicationQueryinstance for method chaining
-
publicationTypeId
Sets the publication type id of thePublicationin the query.- Parameters:
publicationTypeId- publication type id- Returns:
- the current
PublicationQueryinstance for method chaining
-