|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiServices.ServiceDescriptor | |
---|---|
de.smartics.properties.admin.domain.model | Provides entities and aggregates of the domain. |
de.smartics.properties.admin.resources.controller | Provides access to the configuration used by the server. |
de.smartics.properties.admin.resources.representation.share | Provides helpers shared by all representation renderers. |
Uses of ApiServices.ServiceDescriptor in de.smartics.properties.admin.domain.model |
---|
Methods in de.smartics.properties.admin.domain.model that return types with arguments of type ApiServices.ServiceDescriptor | |
---|---|
List<ApiServices.ServiceDescriptor> |
ApiServices.getServices() Returns the list of services provided. |
Constructor parameters in de.smartics.properties.admin.domain.model with type arguments of type ApiServices.ServiceDescriptor | |
---|---|
ApiServices(List<ApiServices.ServiceDescriptor> services) Default constructor. |
Uses of ApiServices.ServiceDescriptor in de.smartics.properties.admin.resources.controller |
---|
Fields in de.smartics.properties.admin.resources.controller declared as ApiServices.ServiceDescriptor | |
---|---|
static ApiServices.ServiceDescriptor |
ApiResource.CONFIGURATIONS The service to configure configurations. |
static ApiServices.ServiceDescriptor |
ApiResource.DESCRIPTOR The service to view a selected property descriptor. |
static ApiServices.ServiceDescriptor |
ApiResource.DESCRIPTORS The service to browse property descriptors. |
static ApiServices.ServiceDescriptor |
ApiResource.JNDI The service configure JNDI properties. |
static ApiServices.ServiceDescriptor |
ApiResource.SECURITY The service to en- and decrypt property values. |
Uses of ApiServices.ServiceDescriptor in de.smartics.properties.admin.resources.representation.share |
---|
Methods in de.smartics.properties.admin.resources.representation.share with parameters of type ApiServices.ServiceDescriptor | |
---|---|
de.smartics.resteasy.hypermedia.renderer.LinkDescriptor |
LinkDescriptorFactory.createDescriptor(ApiServices.ServiceDescriptor service, String method) Creates the link descriptor to the a generic service. |
de.smartics.resteasy.hypermedia.renderer.LinkDescriptor |
BreadcrumbHelper.service(ApiServices.ServiceDescriptor descriptor) Creates the link descriptor to the configurations services that is part of the API. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |