Package com.comsol.api.database.param
Interface QueryItemVersionParam
-
- All Superinterfaces:
DatabaseApiValue
- All Known Subinterfaces:
QueryItemVersionParamGenerator
public interface QueryItemVersionParam extends DatabaseApiValue
Input parameters used when querying for item versions associated with an item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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).
-
-
-
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.
-
-