Package org.labkey.remoteapi.query
Class GetQueryDetailsResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.query.GetQueryDetailsResponse
Represents the response from a GetQueriesCommand.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionGetQueryDetailsResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) -
Method Summary
Modifier and TypeMethodDescriptionReturns the columns available in the given query name.Returns the description of the query described by this responsegetName()
Returns the query name that is described by this responseReturns the schema name the query in this response belongs to.getTitle()
Returns the title of the query described by this response (often the same as the name, but not always)Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getStatusCode, getText
-
Constructor Details
-
GetQueryDetailsResponse
-
-
Method Details
-
getSchemaName
Returns the schema name the query in this response belongs to.- Returns:
- The schema name.
-
getName
Returns the query name that is described by this response- Returns:
- The query name.
-
getDescription
Returns the description of the query described by this response- Returns:
- The query description.
-
getTitle
Returns the title of the query described by this response (often the same as the name, but not always)- Returns:
- The query title.
-
getColumns
Returns the columns available in the given query name.- Returns:
- The list of columns available within that query.
-