public interface MetadataProfileDiscovery
| Modifier and Type | Method and Description |
|---|---|
List<MetadataProfile> |
getListOfMetadataProfiles()
Gets the list of metadata types.
|
List<NamespaceCategory> |
getListOfNamespaceCategories()
Gets the list of namespace categories.
|
MetadataFormat |
getMetadataFormatForMetadataProfile(MetadataProfile type)
Gets the metadata format for metadata type.
|
String |
getProfileSchema()
Return the XSD of the profile schema.
|
void |
resetMetadataProfile()
Reset metadata profile.
|
void |
resetNamespaceCategories()
Reset namespace categories.
|
void |
validateProfile(String xmlProfile)
Validate the xml provided as argument.
|
List<MetadataProfile> getListOfMetadataProfiles() throws Exception
Exception - the exceptionList<NamespaceCategory> getListOfNamespaceCategories() throws Exception
Exception - the exceptionMetadataFormat getMetadataFormatForMetadataProfile(MetadataProfile type) throws Exception
type - the typeException - the exceptionvoid resetMetadataProfile()
void resetNamespaceCategories()
String getProfileSchema()
Copyright © 2020. All Rights Reserved.