public interface AsConfigurationDao
AbstractAsConfigurationModel DAO.| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractAsConfigurationModel> |
findConfigurationByUid(java.lang.Class<T> type,
CatalogVersionModel catalogVersion,
java.lang.String uid)
Finds the configuration for a specific type, catalog version and uid.
|
<T extends AbstractAsConfigurationModel> java.util.Optional<T> findConfigurationByUid(java.lang.Class<T> type, CatalogVersionModel catalogVersion, java.lang.String uid)
type - - the typecatalogVersion - - the catalog versionuid - - the unique identifierCopyright © 2018 SAP SE. All Rights Reserved.