public class SimpleDescribeQuery extends SimpleQueryWithSolutionModifier implements DescribeQuery
| Constructor and Description |
|---|
SimpleDescribeQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceToDescribe(ResourceOrVariable node) |
List<ResourceOrVariable> |
getResourcesToDescribe()
Gets the list of
ResourceOrVariables to describe. |
boolean |
isDescribeAll()
Tests if all variables in the query should be described.
|
void |
setDescribeAll() |
String |
toString() |
addGroupCondition, addHavingCondition, addOrderCondition, getGroupConditions, getHavingConditions, getLimit, getOffset, getOrderConditions, setLimit, setOffsetaddDefaultGraph, addNamedGraph, getDataSet, getInlineData, getQueryPattern, setInlineData, setQueryPatternclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGroupConditions, getHavingConditions, getLimit, getOffset, getOrderConditionsgetDataSet, getInlineData, getQueryPatternpublic boolean isDescribeAll()
DescribeQueryTests if all variables in the query should be described.
isDescribeAll in interface DescribeQuerytrue if the query should return all variables.public List<ResourceOrVariable> getResourcesToDescribe()
DescribeQueryGets the list of ResourceOrVariables to describe.
If DescribeQuery.isDescribeAll() returns true then
this list contains all the variables from the query.
getResourcesToDescribe in interface DescribeQueryResourceOrVariables to describe.public void setDescribeAll()
public void addResourceToDescribe(ResourceOrVariable node)
public String toString()
toString in interface QuerytoString in class SimpleQueryCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.