@ParametersAreNonnullByDefault
@Validated
public interface JobSpecificationService
| Modifier and Type | Method and Description |
|---|---|
JobSpecification |
resolveJobSpecification(java.lang.String id,
@Valid JobRequest jobRequest)
Given a job request resolve all the details needed for a complete job specification can be run by the user.
|
JobSpecification resolveJobSpecification(java.lang.String id, @Valid @Valid JobRequest jobRequest)
id - The id of the jobjobRequest - The job request containing all details a user wants to have for their job