Interface WebParsedModelData


  • public interface WebParsedModelData
    Since:
    MicroStrategy Web 11.2.1
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getObjectInfo()
      We allow different applications using this interface having different objectInfo implementation, so the returning type is Object
      java.lang.Integer getParts()
      the parts of the object in the JSON representation of an object, optional, if not present then the default value (DssSourceBrowser | DssSourceSecurity) will be used.
    • Method Detail

      • getObjectInfo

        java.lang.Object getObjectInfo()
        We allow different applications using this interface having different objectInfo implementation, so the returning type is Object
        Returns:
        the actual JSON representation of an object which may not be in metadata.
      • getParts

        java.lang.Integer getParts()
        the parts of the object in the JSON representation of an object, optional, if not present then the default value (DssSourceBrowser | DssSourceSecurity) will be used.
        Returns:
        a value of EnumDSSXMLSourceFlags