Interface JobApplicationsProjection
- All Known Implementing Classes:
JobEntity
public interface JobApplicationsProjection
Projection to return just the applications associated with a given job.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the applications associated with a job.
-
Method Details
-
getApplications
List<ApplicationEntity> getApplications()Get the applications associated with a job.- Returns:
- The applications associated with a job in desired setup order
-