Interface IJobService
-
- All Known Implementing Classes:
JobService
@Path("/graph/jobs") @Consumes("application/json") @Produces("application/json") public interface IJobService
AnIJobService
handles jobs - executing Jobs and getting Job statuses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<JobDetail>
details()
JobDetail
details(String id)
JobDetail
executeJob(OperationChainDAO opChain)
Iterable
results(String id)
-