-
Fields Field Description org.apache.jackrabbit.webdav.version.WorkspaceResource.CUURENT_ACTIVITY_SET UseWorkspaceResource.CURRENT_ACTIVITY_SETinstead.
-
Methods Method Description org.apache.jackrabbit.webdav.property.PropContainer.addContent(Object) UsePropContainer.addContent(PropEntry)instead.org.apache.jackrabbit.webdav.xml.DomUtil.getQualifiedName(String, Namespace) As of 2.0. Please useDomUtil.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 + "}" + localNameis calledExpanded Name.