Package de.elo.ix.client
Class CountResult
java.lang.Object
de.elo.ix.client.CountResult
- All Implemented Interfaces:
Serializable
Class for the results of one count process.
- Since:
- 7.00.000.002
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
count of the bytes of the current attachment versionprotected int
count of the found document attachmentsprotected long
count of the bytes of the current document versionprotected int
count of the found documentsprotected int
count of the documents in the version historyprotected int
count of the other attachment versionsprotected long
count of the bytes of other attachment versionsprotected long
count of the bytes of other document versionsprotected int
count of the found structures -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the class "CountResult".CountResult
(CountResult countResult) Constructor for the class "CountResult". -
Method Summary
Modifier and TypeMethodDescriptionlong
long
int
int
long
int
int
int
int
long
long
long
int
void
setAttachBytesCount
(long attBytesCount) void
setAttBytesCount
(long attBytesCount) void
setDocAttachCount
(int docAttachCount) void
setDocBytesCount
(long docBytesCount) void
setDocCount
(int docCount) void
setDocumCount
(int docCount) void
setDocVersionsCount
(int docVersionsCount) void
setOtherAttachVersionsCount
(int otherAttVersionsCount) void
setOtherAttVersBytesCount
(long otherAttVersByteCount) void
setOtherDocVersBytesCount
(long otherDocVersByteCount) void
setStructCount
(int structCount) toString()
-
Field Details
-
docCount
protected int docCountcount of the found documents -
structCount
protected int structCountcount of the found structures -
docAttachCount
protected int docAttachCountcount of the found document attachments -
docVersionsCount
protected int docVersionsCountcount of the documents in the version history -
otherAttachVersionsCount
protected int otherAttachVersionsCountcount of the other attachment versions- Since:
- 7.00.000.002
-
docBytesCount
protected long docBytesCountcount of the bytes of the current document version -
otherDocVersBytesCount
protected long otherDocVersBytesCountcount of the bytes of other document versions- Since:
- 7.00.000.002
-
attBytesCount
protected long attBytesCountcount of the bytes of the current attachment version -
otherAttVersBytesCount
protected long otherAttVersBytesCountcount of the bytes of other attachment versions- Since:
- 7.00.000.002
-
-
Constructor Details
-
CountResult
public CountResult()Constructor for the class "CountResult". -
CountResult
Constructor for the class "CountResult".- Parameters:
countResult
- CountResult
-
-
Method Details
-
getDocumCount
public int getDocumCount() -
getDocAttachmentCount
public int getDocAttachmentCount() -
getDocVersionsCount
public int getDocVersionsCount() -
getStructCount
public int getStructCount() -
getOtherAttachVersionsCount
public int getOtherAttachVersionsCount() -
getDocBytesCount
public long getDocBytesCount() -
getOtherDocVersBytesCount
public long getOtherDocVersBytesCount() -
getAttachBytesCount
public long getAttachBytesCount() -
getOtherAttBytesCount
public long getOtherAttBytesCount() -
setDocumCount
public void setDocumCount(int docCount) -
setDocAttachCount
public void setDocAttachCount(int docAttachCount) -
setDocVersionsCount
public void setDocVersionsCount(int docVersionsCount) -
setStructCount
public void setStructCount(int structCount) -
setOtherAttachVersionsCount
public void setOtherAttachVersionsCount(int otherAttVersionsCount) -
setDocBytesCount
public void setDocBytesCount(long docBytesCount) -
setOtherDocVersBytesCount
public void setOtherDocVersBytesCount(long otherDocVersByteCount) -
setAttachBytesCount
public void setAttachBytesCount(long attBytesCount) -
setOtherAttVersBytesCount
public void setOtherAttVersBytesCount(long otherAttVersByteCount) -
toString
-
getDocCount
public int getDocCount() -
setDocCount
public void setDocCount(int docCount) -
getAttBytesCount
public long getAttBytesCount() -
setAttBytesCount
public void setAttBytesCount(long attBytesCount) -
getDocAttachCount
public int getDocAttachCount() -
getOtherAttVersBytesCount
public long getOtherAttVersBytesCount()
-