public class AdminResourceV2
extends java.lang.Object
| Constructor and Description |
|---|
AdminResourceV2(org.tiogasolutions.notify.kernel.PubUtils pubUtils,
org.tiogasolutions.notify.kernel.execution.ExecutionManager em,
org.tiogasolutions.notify.kernel.domain.DomainKernel domainKernel) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getDefaultPage() |
AdminDomainsResourceV2 |
getDomainProfiles() |
SystemResourceV2 |
getSystemResourceV1() |
public AdminResourceV2(org.tiogasolutions.notify.kernel.PubUtils pubUtils,
org.tiogasolutions.notify.kernel.execution.ExecutionManager em,
org.tiogasolutions.notify.kernel.domain.DomainKernel domainKernel)
@GET @Produces(value="application/json") public javax.ws.rs.core.Response getDefaultPage()
@Path(value="/domains") public AdminDomainsResourceV2 getDomainProfiles()
@Path(value="/system") public SystemResourceV2 getSystemResourceV1()