Class VersionProcess

java.lang.Object
com.skava.search.process.VersionProcess

@Component public class VersionProcess extends Object
The Class VesionProcess
Since:
8.0
Author:
Infosys Equinox
  • Field Details

  • Constructor Details

  • Method Details

    • findAll

      public PageableDO<VersionDO> findAll(VersionDO versionDO)
      This method is used to find all Collections based on given CollectionRequest.
      Parameters:
      versionDO - It contains the attributes required for the load of Version.
      Returns:
      It returns the VersionDO.
    • search

      public org.springframework.data.domain.Page<Version> search(String filters, org.springframework.data.domain.Sort sort, int page, int size)
      This method will price in the entity and provide the results based on the filters
      Parameters:
      filters - this will contains qdsl filter
      sort - this will contains sort details
      page - this will contain page values
      size - this will contain size values
      Returns:
      It will contain the list of Version
    • findById

      public VersionDO findById(VersionDO versionDO)
      This method is used to find Version based on given VersionRequest id.
      Parameters:
      versionDO - It contains the attributes required for the load of Version.
      Returns:
      It returns the VersionDO.
    • getLiveVersion

      public String getLiveVersion(long collectionId)
      Parameters:
      collectionId - collectionId
      Returns:
      String version