Package com.comsol.api.database.param
Interface QuerySnapshotsParam
-
- All Superinterfaces:
DatabaseApiValue
- All Known Subinterfaces:
QuerySnapshotsParamGenerator
public interface QuerySnapshotsParam extends DatabaseApiValue
Input parameters used when querying the snapshots in a repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletedFilter
deletedFilter()
Get the filter that specifies how to handle deleted snapshots in the query.SnapshotSortField
sortField()
Get the field that the returned snapshots will be sorted on.
-
-
-
Method Detail
-
deletedFilter
DeletedFilter deletedFilter()
Get the filter that specifies how to handle deleted snapshots in the query. The query defaults to excluding all deleted snapshots if this method returns null.- Returns:
- The filter that specifies how to handle deleted snapshots in the query, or null if all deleted snapshots should be excluded.
-
sortField
SnapshotSortField sortField()
Get the field that the returned snapshots will be sorted on. The query defaults to name if this method returns null.- Returns:
- The field that the returned snapshots will be sorted on.
-
-