Interface JobArchiveLocationProjection

All Known Subinterfaces:
JobProjection, JobSpecificationProjection
All Known Implementing Classes:
JobEntity

public interface JobArchiveLocationProjection
A projection which only returns the archive location for a job.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the location where the job was archived.
  • Method Details

    • getArchiveLocation

      Optional<String> getArchiveLocation()
      Get the location where the job was archived.
      Returns:
      The archive location