Package com.netscape.cmscore.dbs
Class RepositorySchema
- java.lang.Object
-
- com.netscape.cmscore.dbs.RepositorySchema
-
public class RepositorySchema extends java.lang.Object
A 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.String
LDAP_ATTR_DESCRIPTION
static java.lang.String
LDAP_ATTR_PUB_STATUS
static java.lang.String
LDAP_ATTR_SERIALNO
static java.lang.String
LDAP_OC_REPOSITORY
static java.lang.String
LDAP_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
-
-