| Modifier and Type | Method and Description |
|---|---|
protected <any> |
RegisterExposedDestinationAction.registrationFailed(<any> ctx,
ExposedDestinationModel destination,
ApiRegistrationException e) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
ApiregistryResetCredentialsForm.getImpactedDestinations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiregistryResetCredentialsForm.setImpactedDestinations(java.util.List<ExposedDestinationModel> impactedDestinations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
DestinationDao.findActiveExposedDestinationsByChannel(DestinationChannel channel)
Find the list of active destinations for specific channel
|
java.util.List<ExposedDestinationModel> |
DestinationDao.findActiveExposedDestinationsByClientId(java.lang.String clientId)
Find the list of active destinations for specific clientId
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
DefaultDestinationDao.findActiveExposedDestinationsByChannel(DestinationChannel channel) |
java.util.List<ExposedDestinationModel> |
DefaultDestinationDao.findActiveExposedDestinationsByClientId(java.lang.String clientId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveExposedDestinationInterceptor.onRemove(ExposedDestinationModel exposedDestination,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ExposedDestinationModel |
ExposedDestinationResource.getExposedDestinationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ExposedDestinationModel |
ExposedDestinationResource.readResource(java.lang.String resourceId)
Gets the
ExposedDestinationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ExposedDestinationModel> |
ExposedDestinationsResource.getExposedDestinationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExposedDestinationResource.setExposedDestinationModel(ExposedDestinationModel value)
Convenience method which just delegates to
#setResourceValue(ExposedDestinationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExposedDestinationsResource.setExposedDestinationsCollection(java.util.Collection<ExposedDestinationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
DestinationService.getActiveExposedDestinationsByChannel(DestinationChannel channel)
Find the list of destinations for specific channel
|
java.util.List<ExposedDestinationModel> |
DestinationService.getActiveExposedDestinationsByClientId(java.lang.String clientId)
Find the list of active destinations for specific clientId
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiRegistrationService.registerExposedDestination(ExposedDestinationModel destination)
Register an ExposedDestination
|
void |
ApiRegistrationService.unregisterExposedDestination(ExposedDestinationModel destination)
Unregister an ExposedDestination
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
DefaultDestinationService.getActiveExposedDestinationsByChannel(DestinationChannel channel) |
java.util.List<ExposedDestinationModel> |
DefaultDestinationService.getActiveExposedDestinationsByClientId(java.lang.String clientId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultApiRegistrationService.registerExposedDestination(ExposedDestinationModel destination) |
void |
DefaultApiRegistrationService.unregisterExposedDestination(ExposedDestinationModel destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiRegistrationStrategy.registerExposedDestination(ExposedDestinationModel destination)
Send api specification to register exposed destination
|
void |
ApiRegistrationStrategy.unregisterExposedDestination(ExposedDestinationModel destination)
Send api specification to unregister exposed destination
|
| Modifier and Type | Method and Description |
|---|---|
ExposedDestinationModel |
EventsSpecificationSourceData.getExposedDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsSpecificationSourceData.setExposedDestination(ExposedDestinationModel exposedDestination) |
| Modifier and Type | Method and Description |
|---|---|
protected ApiSpecificationData |
WebserviceSpecificationPopulator.extractApiSpecification(ExposedDestinationModel source) |
void |
WebserviceSpecificationPopulator.populate(ExposedDestinationModel source,
ServiceRegistrationData target) |
protected void |
EventsSpecificationPopulator.populateEventSpecification(ExposedDestinationModel destinationModel,
java.util.List<EventConfigurationModel> eventsList,
EventsSpecificationData target) |
protected void |
EventsSpecificationPopulator.populateInfo(ExposedDestinationModel source,
InfoData target) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<ExposedDestinationModel,ServiceRegistrationData> |
KymaApiRegistrationStrategy.getWebserviceSpecificationConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
KymaApiRegistrationStrategy.registerExposedDestination(ExposedDestinationModel exposedDestination) |
protected void |
KymaApiRegistrationStrategy.registerNewSpecAtKyma(ServiceRegistrationData serviceRegistrationData,
ExposedDestinationModel exposedDestination,
<any> request) |
void |
KymaApiRegistrationStrategy.unregisterExposedDestination(ExposedDestinationModel destination) |
protected void |
KymaApiRegistrationStrategy.updateApiConfigurationUid(java.lang.String systemId,
ExposedDestinationModel destination) |
protected void |
KymaApiRegistrationStrategy.updateExistingSpecAtKyma(ServiceRegistrationData serviceRegistrationData,
ExposedDestinationModel apiConfiguration,
<any> request) |
| Modifier and Type | Method and Description |
|---|---|
void |
KymaApiRegistrationStrategy.setWebserviceSpecificationConverter(Converter<ExposedDestinationModel,ServiceRegistrationData> webserviceSpecificationConverter) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
KymaApiExportHelper.getDestinationId(ExposedDestinationModel exposedDestination)
Method to get formatted destinationId for kyma
|
Copyright © 2018 SAP SE. All Rights Reserved.