Interface ODataMetadataValidation


public interface ODataMetadataValidation
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This method checks if if its a service document based on the XMLMetadata provided
    boolean
    This method checks if if its a V4 metadata based on the XMLMetadata provided
    void
    This method validates the metadata based on the XMLMetadata provided
    void
    This method validates the metadata based on the Edm provided
  • Method Details

    • validateMetadata

      void validateMetadata(Edm edm)
      This method validates the metadata based on the Edm provided
      Parameters:
      edm -
    • validateMetadata

      void validateMetadata(XMLMetadata xmlMetadata)
      This method validates the metadata based on the XMLMetadata provided
      Parameters:
      xmlMetadata -
    • isV4Metadata

      boolean isV4Metadata(XMLMetadata xmlMetadata) throws Exception
      This method checks if if its a V4 metadata based on the XMLMetadata provided
      Parameters:
      xmlMetadata -
      Throws:
      Exception
    • isServiceDocument

      boolean isServiceDocument(XMLMetadata xmlMetadata)
      This method checks if if its a service document based on the XMLMetadata provided
      Parameters:
      xmlMetadata -