Class ContentAttachmentQuery

All Implemented Interfaces:
Cloneable, Query

Query testing the contentId of a resource (content attachment).
  • Constructor Details

    • ContentAttachmentQuery

      public ContentAttachmentQuery(String... contentIds)
      Create an ContentAttachmentQuery which searches on resources attached to the given content.
      Parameters:
      contentIds - the content ids
    • ContentAttachmentQuery

      public ContentAttachmentQuery(List<String> contentIds)
      Create an ContentAttachmentQuery which searches on resources attached to the given content.
      Parameters:
      contentIds - the content ids