Interface DataSourceIdQuery

All Known Implementing Classes:
DataSourceIdQueryImpl

public interface DataSourceIdQuery
Represents a query by ID executed against a SpaceDataSource implementation.
Since:
9.1.1
Author:
eitany, Idan Moyal
  • Method Details

    • getTypeDescriptor

      SpaceTypeDescriptor getTypeDescriptor()
      Returns:
      The SpaceTypeDescriptor representing the type this query is for.
    • getId

      Object getId()
      Returns:
      The ID of the entry to get.
    • getVersion

      int getVersion()
      Returns:
      The version of the entry to get.