| |
|
| java.lang.Object com.ibm.webdav.impl.CachedPropertiesManager org.openharmonise.dav.server.managers.HarmonisePropertiesManager org.openharmonise.dav.server.managers.VersionedPropertiesManager
TAG_AUTO_VERSION | final public static String TAG_AUTO_VERSION(Code) | | |
TAG_CHECKED_IN | final public static String TAG_CHECKED_IN(Code) | | |
TAG_CHECKED_OUT | final public static String TAG_CHECKED_OUT(Code) | | |
TAG_CHECKOUT_SET | final public static String TAG_CHECKOUT_SET(Code) | | |
TAG_CREATOR_DISPLAYNAME | final public static String TAG_CREATOR_DISPLAYNAME(Code) | | |
TAG_LOCKED_CHECKOUT | final public static String TAG_LOCKED_CHECKOUT(Code) | | |
TAG_PREDECESSOR_SET | final public static String TAG_PREDECESSOR_SET(Code) | | |
TAG_SUCCESSOR_SET | final public static String TAG_SUCCESSOR_SET(Code) | | |
TAG_SUPPORTED_LIVE_PROPERTY_SET | final public static String TAG_SUPPORTED_LIVE_PROPERTY_SET(Code) | | |
TAG_SUPPORTED_METHOD_SET | final public static String TAG_SUPPORTED_METHOD_SET(Code) | | |
TAG_SUPPORTED_REPORT | final public static String TAG_SUPPORTED_REPORT(Code) | | |
TAG_SUPPORTED_REPORT_SET | final public static String TAG_SUPPORTED_REPORT_SET(Code) | | |
TAG_VERSION_NAME | final public static String TAG_VERSION_NAME(Code) | | |
TAG_VERSION_TREE | final public static String TAG_VERSION_TREE(Code) | | |
VersionedPropertiesManager | public VersionedPropertiesManager()(Code) | | |
VersionedPropertiesManager | public VersionedPropertiesManager(ResourceImpl resource, NamespaceManager namespaceManager)(Code) | | Parameters: resource - Parameters: namespaceManager - |
isAllNonPropertyInstanceProperties | protected boolean isAllNonPropertyInstanceProperties(PropertyName[] names)(Code) | | Parameters: names - |
isVersionProperty | public boolean isVersionProperty(String sPropName)(Code) | | |
isVersioned | public boolean isVersioned() throws WebDAVException(Code) | | Returns true if this resource is under version control in the
DAV sense, i.e. it has a live Harmonise version.
|
removeVersionProperties | public void removeVersionProperties(org.w3c.dom.Document propertiesDocument)(Code) | | Removes all live version properties from propertiesDocument .
They don't need to be saved.
Parameters: propertiesDocument - |
updateVersionProperties | public void updateVersionProperties(Document document) throws WebDAVException(Code) | | Update the version properties that are unique to the
repository implementation.
Parameters: document - throws: WebDAVException - |
Methods inherited from org.openharmonise.dav.server.managers.HarmonisePropertiesManager | protected void addLockData(Element lockdiscovery) throws NameResolverException, DataAccessException, WebDAVException(Code)(Java Doc) public Node copyNode(org.w3c.dom.Document xmldoc, Node originalEl) throws Exception(Code)(Java Doc) public void deleteProperties() throws WebDAVException(Code)(Java Doc) protected ActiveLock getActiveLockFor(String sOwner, String scope, String type, int timeout, Element owner) throws WebDAVException(Code)(Java Doc) protected Element getRangeElement(org.w3c.dom.Document xmlDoc, Property prop) throws DataAccessException, WebDAVException(Code)(Java Doc) public void initialize(ResourceImpl resource, com.ibm.webdav.impl.NamespaceManager namespaceManager)(Code)(Java Doc) protected boolean isAllNonPropertyInstanceProperties(PropertyName[] names)(Code)(Java Doc) public org.w3c.dom.Document loadProperties() throws WebDAVException(Code)(Java Doc) public void removeLiveProperties(org.w3c.dom.Document propertiesDocument)(Code)(Java Doc) public void saveProperties(org.w3c.dom.Document propertiesDocument) throws WebDAVException(Code)(Java Doc) public void updateLiveProperties(org.w3c.dom.Document document) throws WebDAVException(Code)(Java Doc)
|
|
|
|