| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.Query | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.StructuredQuery | |
Java class for StructuredQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredQuery">
<complexContent>
<extension base="{http://query.core.datamodel.fs.documentum.emc.com/}Query">
<sequence>
<element name="scopes" type="{http://query.core.datamodel.fs.documentum.emc.com/}RepositoryScope" maxOccurs="unbounded" minOccurs="0"/>
<element name="rootExpressionSet" type="{http://query.core.datamodel.fs.documentum.emc.com/}ExpressionSet" minOccurs="0"/>
<element name="orderByClauses" type="{http://query.core.datamodel.fs.documentum.emc.com/}OrderByClause" maxOccurs="unbounded" minOccurs="0"/>
<element name="facetDefinitions" type="{http://query.core.datamodel.fs.documentum.emc.com/}FacetDefinition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dateFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isDatabaseSearch" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isIncludeAllVersions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isIncludeHidden" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxResultsForFacets" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateFormat | |||||||||||
| facetDefinitions | |||||||||||
| isDatabaseSearch | |||||||||||
| isIncludeAllVersions | |||||||||||
| isIncludeHidden | |||||||||||
| maxResultsForFacets | |||||||||||
| objectType | |||||||||||
| orderByClauses | |||||||||||
| rootExpressionSet | |||||||||||
| scopes | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.query.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateFormat property.
| |||||||||||
Gets the value of the facetDefinitions property.
| |||||||||||
Gets the value of the maxResultsForFacets property.
| |||||||||||
Gets the value of the objectType property.
| |||||||||||
Gets the value of the orderByClauses property.
| |||||||||||
Gets the value of the rootExpressionSet property.
| |||||||||||
Gets the value of the scopes property.
| |||||||||||
Gets the value of the isDatabaseSearch property.
| |||||||||||
Gets the value of the isIncludeAllVersions property.
| |||||||||||
Gets the value of the isIncludeHidden property.
| |||||||||||
Sets the value of the dateFormat property.
| |||||||||||
Sets the value of the isDatabaseSearch property.
| |||||||||||
Sets the value of the isIncludeAllVersions property.
| |||||||||||
Sets the value of the isIncludeHidden property.
| |||||||||||
Sets the value of the maxResultsForFacets property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the rootExpressionSet property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.emc.documentum.fs.datamodel.core.query.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the dateFormat property.
Gets the value of the facetDefinitions property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the facetDefinitions property.
For example, to add a new item, do as follows:
getFacetDefinitions().add(newItem);
Objects of the following type(s) are allowed in the list
FacetDefinition
Gets the value of the maxResultsForFacets property.
Gets the value of the objectType property.
Gets the value of the orderByClauses property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the orderByClauses property.
For example, to add a new item, do as follows:
getOrderByClauses().add(newItem);
Objects of the following type(s) are allowed in the list
OrderByClause
Gets the value of the rootExpressionSet property.
ExpressionSet
Gets the value of the scopes property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the scopes property.
For example, to add a new item, do as follows:
getScopes().add(newItem);
Objects of the following type(s) are allowed in the list
RepositoryScope
Gets the value of the isDatabaseSearch property.
Gets the value of the isIncludeAllVersions property.
Gets the value of the isIncludeHidden property.
Sets the value of the dateFormat property.
| value | Allowed object is String |
|---|
Sets the value of the isDatabaseSearch property.
| value |
|---|
Sets the value of the isIncludeAllVersions property.
| value |
|---|
Sets the value of the isIncludeHidden property.
| value |
|---|
Sets the value of the maxResultsForFacets property.
| value |
|---|
Sets the value of the objectType property.
| value | Allowed object is String |
|---|
Sets the value of the rootExpressionSet property.
| value | Allowed object is
ExpressionSet
|
|---|