Interface ODataMetadataValidation
public interface ODataMetadataValidation
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isServiceDocument
(XMLMetadata xmlMetadata) This method checks if if its a service document based on the XMLMetadata providedboolean
isV4Metadata
(XMLMetadata xmlMetadata) This method checks if if its a V4 metadata based on the XMLMetadata providedvoid
validateMetadata
(XMLMetadata xmlMetadata) This method validates the metadata based on the XMLMetadata providedvoid
validateMetadata
(Edm edm) This method validates the metadata based on the Edm provided
-
Method Details
-
validateMetadata
This method validates the metadata based on the Edm provided- Parameters:
edm
-
-
validateMetadata
This method validates the metadata based on the XMLMetadata provided- Parameters:
xmlMetadata
-
-
isV4Metadata
This method checks if if its a V4 metadata based on the XMLMetadata provided- Parameters:
xmlMetadata
-- Throws:
Exception
-
isServiceDocument
This method checks if if its a service document based on the XMLMetadata provided- Parameters:
xmlMetadata
-
-