Class CustomContentTypeQuery

    • Constructor Detail

      • CustomContentTypeQuery

        public CustomContentTypeQuery​(String... pluginKeys)
        Search for a particular type of content
        Parameters:
        pluginKeys - the plugin keys of the content to be searched for
      • CustomContentTypeQuery

        public CustomContentTypeQuery​(Collection<String> pluginKeys)
        Search for content that is one of the provided types
        Parameters:
        pluginKeys - a collection of the plugin keys of the content to be searched for