org.exist.collections
Class CollectionConfiguration
java.lang.Object
org.exist.collections.CollectionConfiguration
- public class CollectionConfiguration
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COLLECTION_CONFIG_SUFFIX
public static final java.lang.String COLLECTION_CONFIG_SUFFIX
- See Also:
- Constant Field Values
COLLECTION_CONFIG_SUFFIX_URI
public static final XmldbURI COLLECTION_CONFIG_SUFFIX_URI
DEFAULT_COLLECTION_CONFIG_FILE
public static final java.lang.String DEFAULT_COLLECTION_CONFIG_FILE
- See Also:
- Constant Field Values
DEFAULT_COLLECTION_CONFIG_FILE_URI
public static final XmldbURI DEFAULT_COLLECTION_CONFIG_FILE_URI
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
CollectionConfiguration
public CollectionConfiguration(BrokerPool pool,
Collection collection)
isCollectionConfigDocument
public static boolean isCollectionConfigDocument(XmldbURI docName)
isCollectionConfigDocument
public static boolean isCollectionConfigDocument(DocumentImpl doc)
getDocName
public XmldbURI getDocName()
getCollection
public Collection getCollection()
getSourceCollectionURI
public XmldbURI getSourceCollectionURI()
getDefCollPermissions
public int getDefCollPermissions()
getDefResPermissions
public int getDefResPermissions()
getIndexConfiguration
public IndexSpec getIndexConfiguration()
getTrigger
public Trigger getTrigger(int eventType)
toString
public java.lang.String toString()
Copyright (C) Wolfgang Meier. All rights reserved.