Package com.netscape.cmscore.dbs
Class RepositorySchema
- java.lang.Object
-
- com.netscape.cmscore.dbs.RepositorySchema
-
public class RepositorySchema extends java.lang.ObjectA class represents a collection of repository-specific schema information.- Version:
- $Revision$, $Date$
- Author:
- thomask
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLDAP_ATTR_DESCRIPTIONstatic java.lang.StringLDAP_ATTR_PUB_STATUSstatic java.lang.StringLDAP_ATTR_SERIALNOstatic java.lang.StringLDAP_OC_REPOSITORYstatic java.lang.StringLDAP_OC_TOP
-
Constructor Summary
Constructors Constructor Description RepositorySchema()
-
-
-
Field Detail
-
LDAP_OC_TOP
public static final java.lang.String LDAP_OC_TOP
- See Also:
- Constant Field Values
-
LDAP_OC_REPOSITORY
public static final java.lang.String LDAP_OC_REPOSITORY
- See Also:
- Constant Field Values
-
LDAP_ATTR_SERIALNO
public static final java.lang.String LDAP_ATTR_SERIALNO
- See Also:
- Constant Field Values
-
LDAP_ATTR_PUB_STATUS
public static final java.lang.String LDAP_ATTR_PUB_STATUS
- See Also:
- Constant Field Values
-
LDAP_ATTR_DESCRIPTION
public static final java.lang.String LDAP_ATTR_DESCRIPTION
- See Also:
- Constant Field Values
-
-