| Modifier and Type | Interface and Description |
|---|---|
interface |
Property
This model represents an arbitrary name/value pair that can be attached to
a number of different configuration objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends RestModel> |
CompositeResource.filterModel(Class<T> modelIface,
T unfilteredModel,
JsonFilter filter) |
protected <T extends RestModel> |
CompositeResource.filterModel(Class<T> modelIface,
T unfilteredModel,
String include,
String exclude) |
protected <T extends RestModel> |
CompositeResource.filterModel(Class<T> modelIface,
T unfilteredModel,
String include,
String exclude,
String identityAttr) |
protected <T extends RestModel> |
CompositeResource.getTypedModel(Class<T> modelIface,
javax.json.JsonObject jsonModel) |
protected <T extends RestModel> |
LegacyCompositeResource.legacyResponseBody(Class<T> modelIface) |
protected <T extends RestModel> |
CompositeResource.newTemplate(Class<T> modelIface) |
protected <T extends RestModel> |
CompositeResource.restCollectionResponseBody(Class<T> modelIface,
String collectionName) |
protected <T extends RestModel> |
CompositeResource.restCollectionResponseBody(Class<T> modelIface,
String collectionName,
URI parentUri) |
protected <T extends RestModel> |
CompositeResource.restModelResponseBody(Class<T> modelIface) |
protected <T extends RestModel> |
CompositeResource.restModelResponseBody(Class<T> modelIface,
URI parentUri) |
protected <T extends RestModel> |
CompositeResource.restModelResponseBody(Class<T> modelIface,
URI parentUri,
T entity) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.json.JsonObject |
CompositeResource.getJsonModel(RestModel typedModel) |
protected javax.ws.rs.core.Response |
LegacyCompositeResource.legacyCreated(String name,
String message,
RestModel model) |
protected javax.ws.rs.core.Response |
LegacyCompositeResource.legacyUpdated(String message,
RestModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacySseResponseBody<T extends RestModel> |
class |
RestCollectionResponseBody<T extends RestModel>
Used to return a standard REST response body that contains a collection of entities
|
class |
RestModelResponseBody<T extends RestModel>
Used to return a standard REST response body that contains a single entity
|
| Modifier and Type | Method and Description |
|---|---|
String |
RestModelWriter.getContent(RestModel proxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestModelReader<T extends RestModel> |
| Modifier and Type | Method and Description |
|---|---|
List<RestModel> |
RestModelListReader.readFrom(Class<List<RestModel>> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
| Modifier and Type | Method and Description |
|---|---|
List<RestModel> |
RestModelListReader.readFrom(Class<List<RestModel>> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandResult |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Job
This model holds information for detached jobs
|
| Modifier and Type | Method and Description |
|---|---|
static javax.json.JsonObject |
JsonUtil.getJsonForRestModel(RestModel model,
boolean hideConfidentialProperties) |
Copyright © 2019. All rights reserved.