@Path(value="/sep") public class SepElement extends Element<SemanticEventProducerDeclarer>
| Constructor and Description |
|---|
SepElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
detach(String runningInstanceId) |
javax.ws.rs.core.Response |
getAssets(String sourceId,
String streamId) |
String |
getDescription(String sourceId,
String streamId) |
protected Map<String,SemanticEventProducerDeclarer> |
getElementDeclarers() |
String |
invokeRuntime(String sourceId,
String streamId,
String payload) |
getAssets, getById, getDeclarerById, getDescription, getDocumentationAsset, getIconAsset, getJsonLd, getJsonLd, rewrite, rewrite, toJsonLdprotected Map<String,SemanticEventProducerDeclarer> getElementDeclarers()
getElementDeclarers in class Element<SemanticEventProducerDeclarer>@GET
@Path(value="{sourceId}/{streamId}")
@Consumes(value="application/json")
@Produces(value="application/json")
public String getDescription(@PathParam(value="sourceId")
String sourceId,
@PathParam(value="streamId")
String streamId)
@GET
@Path(value="{sourceId}/{streamId}/assets")
@Produces(value="application/zip")
public javax.ws.rs.core.Response getAssets(@PathParam(value="sourceId")
String sourceId,
@PathParam(value="streamId")
String streamId)
@POST
@Path(value="{sourceId}/{streamId}")
@Consumes(value="application/json")
@Produces(value="application/json")
public String invokeRuntime(@PathParam(value="sourceId")
String sourceId,
@PathParam(value="streamId")
String streamId,
String payload)
Copyright © 2019. All rights reserved.