Class ScheduleProgressResource
java.lang.Object
dev.getelements.elements.rest.mission.ScheduleProgressResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScheduleProgresses
(String scheduleNameOrId, int offset, int count, List<String> tags) void
setScheduleProgressService
(ScheduleProgressService scheduleProgressService)
-
Constructor Details
-
ScheduleProgressResource
public ScheduleProgressResource()
-
-
Method Details
-
getScheduleProgresses
@GET @Produces("application/json") public Pagination<Progress> getScheduleProgresses(@PathParam("scheduleNameOrId") String scheduleNameOrId, @QueryParam("offset") @DefaultValue("0") int offset, @QueryParam("count") @DefaultValue("20") int count, @QueryParam("tags") List<String> tags) -
getScheduleProgressService
-
setScheduleProgressService
-