Uses of Class
org.apache.directory.api.ldap.model.csn.Csn
-
Packages that use Csn Package Description org.apache.directory.api.ldap.model.csn -
-
Uses of Csn in org.apache.directory.api.ldap.model.csn
Methods in org.apache.directory.api.ldap.model.csn that return Csn Modifier and Type Method Description CsnCsnFactory. newInstance()Returns a newCsn.CsnCsnFactory. newInstance(long timestamp, int changeCount)Returns a newCsncreated from the given values.CsnCsnFactory. newPurgeCsn(long expirationDate)Generates a CSN used to purge data.Methods in org.apache.directory.api.ldap.model.csn with parameters of type Csn Modifier and Type Method Description intCsn. compareTo(Csn csn)Compares this object with the specified object for order.
-