Field and Description |
---|
org.apache.jackrabbit.webdav.version.WorkspaceResource.CUURENT_ACTIVITY_SET
Use
WorkspaceResource.CURRENT_ACTIVITY_SET instead. |
Method and Description |
---|
org.apache.jackrabbit.webdav.property.PropContainer.addContent(Object)
Use
PropContainer.addContent(PropEntry) instead. |
org.apache.jackrabbit.webdav.xml.DomUtil.getQualifiedName(String, Namespace)
As of 2.0. Please use
DomUtil.getExpandedName(String, Namespace)
instead. This method was named according to usage of 'qualified name' in
JSR 170 that conflicts with the terminology used in XMLNS. As of JCR 2.0
the String consisting of "{" + namespace uri + "}" + localName
is called Expanded Name . |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.