public class

RepositoryStatusInfo

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.RepositoryStatusInfo

Class Overview

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>
 

Summary

Fields
protected RepositoryStatus detailedStatus
protected String errorMessage
protected String errorTrace
protected boolean hasMoreResults
protected int hitCount
protected boolean isFacetResultsTruncated
protected boolean isFacetRetrieved
protected String name
protected int resultsCount
protected Status status
Public Constructors
RepositoryStatusInfo()
Public Methods
RepositoryStatus getDetailedStatus()
Gets the value of the detailedStatus property.
String getErrorMessage()
Gets the value of the errorMessage property.
String getErrorTrace()
Gets the value of the errorTrace property.
int getHitCount()
Gets the value of the hitCount property.
String getName()
Gets the value of the name property.
int getResultsCount()
Gets the value of the resultsCount property.
Status getStatus()
Gets the value of the status property.
boolean isHasMoreResults()
Gets the value of the hasMoreResults property.
boolean isIsFacetResultsTruncated()
Gets the value of the isFacetResultsTruncated property.
boolean isIsFacetRetrieved()
Gets the value of the isFacetRetrieved property.
void setDetailedStatus(RepositoryStatus value)
Sets the value of the detailedStatus property.
void setErrorMessage(String value)
Sets the value of the errorMessage property.
void setErrorTrace(String value)
Sets the value of the errorTrace property.
void setHasMoreResults(boolean value)
Sets the value of the hasMoreResults property.
void setHitCount(int value)
Sets the value of the hitCount property.
void setIsFacetResultsTruncated(boolean value)
Sets the value of the isFacetResultsTruncated property.
void setIsFacetRetrieved(boolean value)
Sets the value of the isFacetRetrieved property.
void setName(String value)
Sets the value of the name property.
void setResultsCount(int value)
Sets the value of the resultsCount property.
void setStatus(Status value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RepositoryStatus detailedStatus

protected String errorMessage

protected String errorTrace

protected boolean hasMoreResults

protected int hitCount

protected boolean isFacetResultsTruncated

protected boolean isFacetRetrieved

protected String name

protected int resultsCount

protected Status status

Public Constructors

public RepositoryStatusInfo ()

Public Methods

public RepositoryStatus getDetailedStatus ()

Gets the value of the detailedStatus property.

Returns

public String getErrorMessage ()

Gets the value of the errorMessage property.

Returns
  • possible object is String

public String getErrorTrace ()

Gets the value of the errorTrace property.

Returns
  • possible object is String

public int getHitCount ()

Gets the value of the hitCount property.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public int getResultsCount ()

Gets the value of the resultsCount property.

public Status getStatus ()

Gets the value of the status property.

Returns

public boolean isHasMoreResults ()

Gets the value of the hasMoreResults property.

public boolean isIsFacetResultsTruncated ()

Gets the value of the isFacetResultsTruncated property.

public boolean isIsFacetRetrieved ()

Gets the value of the isFacetRetrieved property.

public void setDetailedStatus (RepositoryStatus value)

Sets the value of the detailedStatus property.

Parameters
value Allowed object is RepositoryStatus

public void setErrorMessage (String value)

Sets the value of the errorMessage property.

Parameters
value Allowed object is String

public void setErrorTrace (String value)

Sets the value of the errorTrace property.

Parameters
value Allowed object is String

public void setHasMoreResults (boolean value)

Sets the value of the hasMoreResults property.

Parameters
value

public void setHitCount (int value)

Sets the value of the hitCount property.

Parameters
value

public void setIsFacetResultsTruncated (boolean value)

Sets the value of the isFacetResultsTruncated property.

Parameters
value

public void setIsFacetRetrieved (boolean value)

Sets the value of the isFacetRetrieved property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setResultsCount (int value)

Sets the value of the resultsCount property.

Parameters
value

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status