Class ContentAttachmentQuery

java.lang.Object
org.ametys.cms.search.query.ContentAttachmentQuery
All Implemented Interfaces:
Query

public class ContentAttachmentQuery extends Object implements Query
Query testing the contentId of a resource (content attachment).
  • Field Details

  • 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

      Create an ContentAttachmentQuery which searches on resources attached to the given content.
      Parameters:
      contentIds - the content ids
  • Method Details