Interface QueryItemVersionParam

    • Method Detail

      • itemVersionInclusionOptions

        java.util.Collection<QueryItemVersionInclusionOption> itemVersionInclusionOptions()
        Get the inclusion options for related items' versions that should be included in the query result (apart from the versions belonging to the item itself). A typical example would be the inclusion of so-called ancillary items that have been created from the current item. The query will not include any additional item versions if null or an empty collection is returned.
        Returns:
        The inclusion options for related items' versions that should be included in the query result (apart from the versions belonging to the item itself), or null to not include any additional item versions.