%DeepSee.REST.v1.InfoServer
class %DeepSee.REST.v1.InfoServer extends %DeepSee.REST.REST
This class is responsible for creating the JSON response to the DeepSee REST informational services. For examples and a full list of available services see the documentation for %DeepSee.REST.v1<.class>.Method Inventory
- Test()
 - WriteCubeList()
 - WriteDashboardList()
 - WriteDetailsForPivotVariable()
 - WriteFilterMembers()
 - WriteFiltersForDataSource()
 - WriteKPIList()
 - WriteListingFieldsForCube()
 - WriteListingsForCube()
 - WriteMeasuresForCube()
 - WriteNamedFiltersForCube()
 - WritePivotList()
 - WritePivotVariablesForCube()
 - WriteQualityMeasuresForCube()
 
Methods
Test method to confirm connection in the service type
Return a list of available cubes on the system.
Return a list of available dashboards on the system.
Return details for a given pivot variable with logical name pVariableName, available in pCubeName.
Return the available members for a filter defined by pSpec within the context of pCube.
Retrieve the list of available filters for a given pCube
classmethod WriteKPIList(namespace As %String)
Retrieve the list of available KPIs
Return a list of available listing fields for pCubeName.
Return a list of available listings for pDataSource.
Return a list of available measures for pCubeName.
Return a list of available named filters for pCubeName.
Return a list of available pivots on the system.
Return a list of available pivot variables for pCubeName.
Return a list of available quality measures for pCubeName.
Inherited Members
Inherited Methods
- %Array2JSON()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructResponseFromArray()
 - %ConstructResponseObject()
 - %ConvertErrorStatusToJSON()
 - %CreateObjectFromArray()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %ErrorToJSON()
 - %Extends()
 - %ExtractDatasourceName()
 - %GetParameter()
 - %IsA()
 - %New()
 - %OriginalNamespace()
 - %PackageName()
 - %SetModified()
 - %SetRequestField()
 - %ValidateRequest()
 - %WaitForProviderResults()
 - AcceptsContentType()
 - AccessCheck()
 - ConvertParameter()
 - Decrypt()
 - DispatchRequest()
 - DrawCSS3STYLE()
 - DrawHEAD()
 - DrawSTHEAD()
 - DrawSTTitle()
 - DrawSTYLE()
 - DrawTitle()
 - DrawTitleSection()
 - Encrypt()
 - Error()
 - EscapeHTML()
 - EscapeURL()
 - GetAuthChallenge()
 - Http403()
 - Http404()
 - Http405()
 - Http500()
 - HyperEventCall()
 - HyperEventHead()
 - Include()
 - InsertHiddenField()
 - InsertHiddenFields()
 - IsPrivate()
 - Link()
 - Login()
 - OnErrorSetup()
 - OnHTTPHeader()
 - OnHandleCorsRequest()
 - OnHandleOptionsRequest()
 - OnLoginPage()
 - OnPage()
 - OnPageError()
 - OnPostHTTP()
 - OnPostHyperEvent()
 - OnPreDispatch()
 - OnPreHTTP()
 - OnPreHyperEvent()
 - OnSecurityTokenPage()
 - Page()
 - QuoteJS()
 - ReportHttpStatusCode()
 - RewriteURL()
 - SetResponseHeaderIfEmpty()
 - ShowError()
 - StartTimer()
 - StatusToJSON()
 - StatusToProxyObject()
 - StopTimer()
 - SupportedVerbs()
 - ThrowError()
 - UnescapeHTML()
 - UnescapeURL()