@Path(value="domain") public class DomainResource extends Object
| Constructor and Description |
|---|
DomainResource() |
| Modifier and Type | Method and Description |
|---|---|
EventOutput |
getProgress(int id,
boolean testSource) |
javax.ws.rs.core.Response |
post(int testSources) |
@Path(value="start")
@POST
public javax.ws.rs.core.Response post(@DefaultValue(value="0") @QueryParam(value="testSources")
int testSources)
@Path(value="process/{id}")
@Produces(value="text/event-stream")
@GET
public EventOutput getProgress(@PathParam(value="id")
int id,
@DefaultValue(value="false") @QueryParam(value="testSource")
boolean testSource)
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.