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