java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.metadata.CsdlDocument

public class CsdlDocument extends Object
Author:
hylke
  • Field Details

  • Constructor Details

    • CsdlDocument

      public CsdlDocument()
  • Method Details

    • generateFrom

      public CsdlDocument generateFrom(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings)
      Fill the document using the given Settings, and return itself.
      Parameters:
      settings - the CoreSettings to use.
      Returns:
      this.
    • registerAnnotation

      public void registerAnnotation(String baseUrl, CsdlAnnotation annotation)
    • writeXml

      public void writeXml(de.fraunhofer.iosb.ilt.frostserver.path.Version version, Writer writer) throws IOException
      Throws:
      IOException