| Package | Description |
|---|---|
| dashboard.domain | |
| dashboard.manage | |
| dashboard.service | |
| dashboard.service.impl |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
ServiceProvider.getEntityType() |
EntityType |
Service.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceProvider.setEntityType(EntityType entityType) |
void |
Service.setEntityType(EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ServiceProvider> |
ClassPathResourceManage.getServiceProvider(String spEntityId,
EntityType type,
boolean searchRevisions) |
Optional<ServiceProvider> |
UrlResourceManage.getServiceProvider(String spEntityId,
EntityType type,
boolean searchRevisions) |
Optional<ServiceProvider> |
Manage.getServiceProvider(String spEntityId,
EntityType type,
boolean searchRevisions)
Get a
ServiceProvider by its entity ID, without a idpEntityId |
Optional<ServiceProvider> |
ClassPathResourceManage.getServiceProviderById(Long spId,
EntityType type) |
Optional<ServiceProvider> |
UrlResourceManage.getServiceProviderById(Long spId,
EntityType entityType) |
Optional<ServiceProvider> |
Manage.getServiceProviderById(Long spId,
EntityType entityType) |
default ServiceProvider |
Manage.serviceProvider(Map<String,Object> map,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Service> |
Services.getServiceByEntityId(String idpEntityId,
String spEntityId,
EntityType entityType,
Locale locale) |
Optional<Service> |
Services.getServiceById(String idpEntityId,
Long spId,
EntityType entityType,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Service> |
ServicesImpl.getServiceByEntityId(String idpEntityId,
String spEntityId,
EntityType entityType,
Locale locale) |
Optional<Service> |
ServicesImpl.getServiceById(String idpEntityId,
Long spId,
EntityType entityType,
Locale locale) |
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.