Interface IRepositoryRecord
-
- All Known Implementing Classes:
RepositoryRecord
public interface IRepositoryRecord extends IDBObj
An interface represents a generic repository record. It maintains unique serial number within repository.- Version:
- $Revision$, $Date$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTR_DESCRIPTION
static java.lang.String
ATTR_PUB_STATUS
static java.lang.String
ATTR_SERIALNO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getPublishingStatus()
java.math.BigInteger
getSerialNumber()
Retrieves serial number.-
Methods inherited from interface com.netscape.certsrv.base.IAttrSet
delete, get, getElements, set
-
Methods inherited from interface com.netscape.certsrv.dbs.IDBObj
getSerializableAttrNames
-
-
-
-
Field Detail
-
ATTR_SERIALNO
static final java.lang.String ATTR_SERIALNO
- See Also:
- Constant Field Values
-
ATTR_PUB_STATUS
static final java.lang.String ATTR_PUB_STATUS
- See Also:
- Constant Field Values
-
ATTR_DESCRIPTION
static final java.lang.String ATTR_DESCRIPTION
- See Also:
- Constant Field Values
-
-