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 TypeMethodDescriptionGet the location where the job was archived.
-
Method Details
-
getArchiveLocation
Get the location where the job was archived.- Returns:
- The archive location
-