| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.RepositoryStatusInfo |
Java class for RepositoryStatusInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryStatusInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://query.core.datamodel.fs.documentum.emc.com/}Status" />
<attribute name="detailedStatus" type="{http://query.core.datamodel.fs.documentum.emc.com/}RepositoryStatus" />
<attribute name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hitCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="resultsCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="hasMoreResults" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isFacetRetrieved" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="isFacetResultsTruncated" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| detailedStatus | |||||||||||
| errorMessage | |||||||||||
| errorTrace | |||||||||||
| hasMoreResults | |||||||||||
| hitCount | |||||||||||
| isFacetResultsTruncated | |||||||||||
| isFacetRetrieved | |||||||||||
| name | |||||||||||
| resultsCount | |||||||||||
| status | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the detailedStatus property.
| |||||||||||
Gets the value of the errorMessage property.
| |||||||||||
Gets the value of the errorTrace property.
| |||||||||||
Gets the value of the hitCount property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the resultsCount property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the hasMoreResults property.
| |||||||||||
Gets the value of the isFacetResultsTruncated property.
| |||||||||||
Gets the value of the isFacetRetrieved property.
| |||||||||||
Sets the value of the detailedStatus property.
| |||||||||||
Sets the value of the errorMessage property.
| |||||||||||
Sets the value of the errorTrace property.
| |||||||||||
Sets the value of the hasMoreResults property.
| |||||||||||
Sets the value of the hitCount property.
| |||||||||||
Sets the value of the isFacetResultsTruncated property.
| |||||||||||
Sets the value of the isFacetRetrieved property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the resultsCount property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the detailedStatus property.
RepositoryStatus
Gets the value of the errorMessage property.
Gets the value of the errorTrace property.
Gets the value of the hitCount property.
Gets the value of the name property.
Gets the value of the resultsCount property.
Gets the value of the hasMoreResults property.
Gets the value of the isFacetResultsTruncated property.
Gets the value of the isFacetRetrieved property.
Sets the value of the detailedStatus property.
| value | Allowed object is
RepositoryStatus
|
|---|
Sets the value of the errorMessage property.
| value | Allowed object is String |
|---|
Sets the value of the errorTrace property.
| value | Allowed object is String |
|---|
Sets the value of the hasMoreResults property.
| value |
|---|
Sets the value of the hitCount property.
| value |
|---|
Sets the value of the isFacetResultsTruncated property.
| value |
|---|
Sets the value of the isFacetRetrieved property.
| value |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the resultsCount property.
| value |
|---|
Sets the value of the status property.
| value | Allowed object is
Status
|
|---|