@Deprecated
public interface RestrictionModelToDataConverterRegistry
RestrictionConverterType elements.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<RestrictionModelToDataConverter> |
getRestrictionModelToDataConverter(java.lang.String typecode)
Deprecated.
Get a specific
RestrictionModelToDataConverter by type code. |
java.util.Collection<RestrictionModelToDataConverter> |
getRestrictionModelToDataConverters()
Deprecated.
Get all elements in the registry.
|
java.util.Optional<RestrictionModelToDataConverter> getRestrictionModelToDataConverter(java.lang.String typecode)
RestrictionModelToDataConverter by type code. If none is found matching the type code,
return the converter for AbstractRestrictionModel.typecode - - the model type code of the element to retrieve from the registryjava.util.Collection<RestrictionModelToDataConverter> getRestrictionModelToDataConverters()
Copyright © 2018 SAP SE. All Rights Reserved.