| Constructor and Description |
|---|
DomainResource() |
| Modifier and Type | Method and Description |
|---|---|
EventOutput |
getProgress(int id,
boolean testSource) |
Response |
post(int testSources) |
@Path(value="start") @POST public 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-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.