Class ArchiveStatisticsOptionsC

java.lang.Object
de.elo.ix.client.ArchiveStatisticsOptionsC
All Implemented Interfaces:
java.io.Serializable

public class ArchiveStatisticsOptionsC
extends java.lang.Object
implements java.io.Serializable
An object of this class controls the function getArchiveStatistics.
Since:
7.00.020.009
See Also:
IXServicePortIF.getArchiveStatistics(ClientInfo, long), Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static long mbMaxDocId
    Find the maximum document (version) ID
    static long mbMaxObjId
    Find the maximum object ID
  • Constructor Summary

    Constructors 
    Constructor Description
    ArchiveStatisticsOptionsC()  
  • Method Summary

    Modifier and Type Method Description
    long getMbMaxDocId()  
    long getMbMaxObjId()  
    void setMbMaxDocId​(long mbMaxDocId)  
    void setMbMaxObjId​(long mbMaxObjId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait