public class MetadataDiscovery extends Object
| Constructor and Description |
|---|
MetadataDiscovery() |
| Modifier and Type | Method and Description |
|---|---|
static List<MetaDataProfileBean> |
getMetadataProfilesList(String scope,
javax.servlet.http.HttpServletRequest request)
Retrieve the list of metadata beans
|
static List<String> |
getProfilesNames(String context)
Returns the names of the metadata profiles in a given context
|
static String |
getProfileSource(String profileName,
String context)
Returns the source xml of the metadata profile (specified via name) in a given context
|
public static List<String> getProfilesNames(String context) throws Exception
Exceptionpublic static String getProfileSource(String profileName, String context) throws Exception
profile - nameExceptionpublic static List<MetaDataProfileBean> getMetadataProfilesList(String scope, javax.servlet.http.HttpServletRequest request) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.