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.StringATTR_DESCRIPTIONstatic java.lang.StringATTR_PUB_STATUSstatic java.lang.StringATTR_SERIALNO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetPublishingStatus()java.math.BigIntegergetSerialNumber()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
-
-