| Package | Description |
|---|---|
| de.hybris.platform.apiregistryservices.constraints | |
| de.hybris.platform.apiregistryservices.model |
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo package.
|
| de.hybris.platform.apiregistryservices.resource |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EndpointValidator.isValid(EndpointModel endpoint,
ConstraintValidatorContext validatorContext) |
| Modifier and Type | Method and Description |
|---|---|
EndpointModel |
AbstractDestinationModel.getEndpoint()
Generated method - Getter of the
AbstractDestination.endpoint attribute defined at extension apiregistryservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDestinationModel.setEndpoint(EndpointModel value)
Generated method - Setter of
AbstractDestination.endpoint attribute defined at extension apiregistryservices. |
| Constructor and Description |
|---|
AbstractDestinationModel(DestinationTargetModel _destinationTarget,
EndpointModel _endpoint,
java.lang.String _id,
ItemModel _owner,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractDestinationModel(DestinationTargetModel _destinationTarget,
EndpointModel _endpoint,
java.lang.String _id,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConsumedDestinationModel(DestinationTargetModel _destinationTarget,
EndpointModel _endpoint,
java.lang.String _id,
ItemModel _owner,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConsumedDestinationModel(DestinationTargetModel _destinationTarget,
EndpointModel _endpoint,
java.lang.String _id,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ExposedDestinationModel(DestinationTargetModel _destinationTarget,
EndpointModel _endpoint,
java.lang.String _id,
ItemModel _owner,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ExposedDestinationModel(DestinationTargetModel _destinationTarget,
EndpointModel _endpoint,
java.lang.String _id,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
EndpointModel |
EndpointResource.getEndpointModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected EndpointModel |
EndpointResource.readResource(java.lang.String resourceId)
Gets the
EndpointModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EndpointModel> |
EndpointsResource.getEndpointsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointResource.setEndpointModel(EndpointModel value)
Convenience method which just delegates to
#setResourceValue(EndpointModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointsResource.setEndpointsCollection(java.util.Collection<EndpointModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.