Uses of Interface
org.eclipse.webdav.dom.QualifiedName

Packages that use QualifiedName
org.eclipse.webdav.client Provides support for the WebDAV protocol. 
org.eclipse.webdav.dom Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers. 
org.eclipse.webdav.internal.kernel   
 

Uses of QualifiedName in org.eclipse.webdav.client
 

Methods in org.eclipse.webdav.client that return QualifiedName
 QualifiedName PropertyStatus.getPropertyName()
          Return the requested property's name.
 QualifiedName WebDAVFactory.newQualifiedName(String qualifier, String localName)
           
 

Methods in org.eclipse.webdav.client with parameters of type QualifiedName
 PropertyStatus AbstractResourceHandle.getProperty(QualifiedName propertyName)
          Return the property status for the property with the given name.
protected  boolean AbstractResourceHandle.propertyHasChild(QualifiedName propertyName, QualifiedName childName)
          This is a helper method to check to see if the resource has a property with the given name that in turn has a child with a given name.
 void AbstractResourceHandle.removeProperty(QualifiedName propertyName)
          Remove the property with the given name from this resource.
 boolean AbstractResourceHandle.supportsLiveProperty(QualifiedName propertyName)
          Check to see if the resource supports the named live property.
 

Uses of QualifiedName in org.eclipse.webdav.dom
 

Methods in org.eclipse.webdav.dom that return QualifiedName
static QualifiedName ElementEditor.getQualifiedName(Element element)
          Returns a qualified name that is formed from the given element's namespace name and namespace local name.
 

Methods in org.eclipse.webdav.dom with parameters of type QualifiedName
 PropStat ResponseBody.accumulatePropStat(QualifiedName propertyName, String status, String responseDescription)
          Gets this response's first propstat with the given status and adds an element created from the given property name as a property of the propstat's prop.
 void Prop.addPropertyName(QualifiedName name)
          Creates a new element with the given name and adds it to this prop.
static HrefSet HrefSet.create(Document document, QualifiedName name)
          Creates a new href set element with the given name and sets it as the root of the given document.
static boolean ElementEditor.hasChild(Element parent, QualifiedName childName)
           
 

Constructors in org.eclipse.webdav.dom with parameters of type QualifiedName
HrefSet(Element root, QualifiedName name)
          Creates a new editor on the given href set element with the given name.
 

Uses of QualifiedName in org.eclipse.webdav.internal.kernel
 

Classes in org.eclipse.webdav.internal.kernel that implement QualifiedName
 class QualifiedNameImpl
          Qualified names are two-part names: qualifier and local name.
 

Fields in org.eclipse.webdav.internal.kernel declared as QualifiedName
static QualifiedName WebDAVPropertyNames.DAV_ACTIVITY_CHECKOUT_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_ACTIVITY_LOCATION_OK
           
static QualifiedName WebDAVPropertyValues.DAV_ACTIVITY_RESOURCE_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_ACTIVITY_VERSION_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_ATOMIC_ACTIVITY_CHECKIN
           
static QualifiedName WebDAVPropertyNames.DAV_AUTO_CHECKIN
           
static QualifiedName WebDAVPropertyNames.DAV_AUTO_CHECKOUT
           
static QualifiedName WebDAVPropertyNames.DAV_AUTO_MERGE_SET
           
static QualifiedName WebDAVPropertyNames.DAV_BASELINE_COLLECTION
           
static QualifiedName WebDAVPropertyNames.DAV_BASELINE_CONTROLLED_COLLECTION
           
static QualifiedName WebDAVPropertyNames.DAV_BASELINE_CONTROLLED_COLLECTION_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_BASELINE_CONTROLLED_MEMBERS_MUST_BE_CHECKED_IN
           
static QualifiedName WebDAVPropertyValues.DAV_BASELINE_RESOURCE_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_BASELINE_SELECTOR
           
static QualifiedName WebDAVPreconditionFailures.DAV_BASELINE_SELECTOR_MUST_BE_EMPTY
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_ADD_TO_EXISTING_HISTORY
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_COPY_HISTORY
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MERGE_CHECKED_OUT_RESOURCE
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_CHECKED_IN_PARENT
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_DESTINATION_CHECKED_IN_PARENT
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_DESTINATION_PARENT_VERSION
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_PARENT_VERSION
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_PROTECTED_PROPERTY
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_UNSUPPORTED_PROPERTY
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_VERSION
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_VERSION_CONTROLLED_CONTENT
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_MODIFY_VERSION_CONTROLLED_PROPERTY
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_RENAME_RESOURCE
           
static QualifiedName WebDAVPreconditionFailures.DAV_CANNOT_RENAME_VARIANT
           
static QualifiedName WebDAVPropertyNames.DAV_CHECKED_IN
           
static QualifiedName WebDAVPropertyNames.DAV_CHECKED_OUT
           
static QualifiedName WebDAVPropertyNames.DAV_CHECKIN_DATE
           
static QualifiedName WebDAVPropertyNames.DAV_CHECKIN_FORK
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKIN_FORK_DISCOURAGED
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKIN_FORK_FORBIDDEN
           
static QualifiedName WebDAVPropertyNames.DAV_CHECKOUT_FORK
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKOUT_NOT_ALLOWED
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKOUT_OF_CHECKED_OUT_VERSION_IS_DISCOURAGED
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKOUT_OF_CHECKED_OUT_VERSION_IS_FORBIDDEN
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKOUT_OF_VERSION_WITH_DESCENDANT_IS_DISCOURAGED
           
static QualifiedName WebDAVPreconditionFailures.DAV_CHECKOUT_OF_VERSION_WITH_DESCENDANT_IS_FORBIDDEN
           
static QualifiedName WebDAVPropertyNames.DAV_CHECKOUT_SET
           
static QualifiedName WebDAVPropertyValues.DAV_COLLECTION_RESOURCE_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_COMMENT
           
static QualifiedName WebDAVPropertyNames.DAV_CREATION_DATE
           
static QualifiedName WebDAVPropertyNames.DAV_CREATOR_DISPLAYNAME
           
static QualifiedName WebDAVPropertyNames.DAV_CURRENT_ACTIVITY_SET
           
static QualifiedName WebDAVPropertyNames.DAV_CURRENT_WORKSPACE_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_DELETE_VARIANT_REFERENCE
           
static QualifiedName WebDAVPropertyValues.DAV_DISCOURAGED
           
static QualifiedName WebDAVPropertyNames.DAV_DISPLAY_NAME
           
static QualifiedName WebDAVPropertyValues.DAV_FORBIDDEN
           
static QualifiedName WebDAVPropertyNames.DAV_GET_CONTENT_LANGUAGE
           
static QualifiedName WebDAVPropertyNames.DAV_GET_CONTENT_LENGTH
           
static QualifiedName WebDAVPropertyNames.DAV_GET_CONTENT_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_GET_E_TAG
           
static QualifiedName WebDAVPropertyNames.DAV_GET_LAST_MODIFIED
           
static QualifiedName WebDAVPropertyValues.DAV_HISTORY_RESOURCE_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_HREF
           
static QualifiedName WebDAVPropertyValues.DAV_KEEP_CHECKED_OUT
           
static QualifiedName WebDAVPreconditionFailures.DAV_LABEL_MUST_EXIST
           
static QualifiedName WebDAVPropertyNames.DAV_LABEL_NAME_SET
           
static QualifiedName WebDAVPropertyNames.DAV_LATEST_VERSION
           
static QualifiedName WebDAVPreconditionFailures.DAV_LINEAR_ACTIVITY
           
static QualifiedName WebDAVPropertyNames.DAV_LOCK_DISCOVERY
           
static QualifiedName WebDAVPropertyValues.DAV_LOCKED_UPDATE
           
static QualifiedName WebDAVPreconditionFailures.DAV_MERGE_MUST_BE_COMPLETE
           
static QualifiedName WebDAVPropertyNames.DAV_MERGE_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_ACTIVITY
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_BASELINE
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_CHECKED_IN
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_CHECKED_IN_VERSION_CONTROLLED_RESOURCE
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_CHECKED_OUT
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_CHECKED_OUT_VERSION_CONTROLLED_RESOURCE
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_NEW_LABEL
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_BE_VERSION
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_HAVE_NO_VERSION_CONTROLLED_MEMBERS
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_NOT_BE_CHECKED_OUT
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_SELECT_VARIANT
           
static QualifiedName WebDAVPreconditionFailures.DAV_MUST_SELECT_VERSION
           
static QualifiedName WebDAVPropertyNames.DAV_MUTABLE
           
static QualifiedName WebDAVPropertyValues.DAV_NEW_VERSION
           
static QualifiedName WebDAVPreconditionFailures.DAV_NO_CHECKED_OUT_BASELINE_CONTROLLED_COLLECTION_MEMBERS
           
static QualifiedName WebDAVPropertyValues.DAV_OK
           
static QualifiedName WebDAVPreconditionFailures.DAV_ONE_BASELINE_CONTROLLED_COLLECTION_PER_HISTORY_PER_WORKSPACE
           
static QualifiedName WebDAVPreconditionFailures.DAV_ONE_CHECKOUT_PER_ACTIVITY_PER_HISTORY
           
static QualifiedName WebDAVPreconditionFailures.DAV_ONE_VERSION_CONTROLLED_RESOURCE_PER_HISTORY_PER_WORKSPACE
           
static QualifiedName WebDAVPropertyValues.DAV_OVERWRITE
           
static QualifiedName WebDAVPropertyNames.DAV_PRECURSOR_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_PREDECESSOR_IN_CHECKED_OUT_VERSION_HISTORY
           
static QualifiedName WebDAVPropertyNames.DAV_PREDECESSOR_SET
           
static QualifiedName WebDAVPropertyNames.DAV_RESOURCE_ID
           
static QualifiedName WebDAVPreconditionFailures.DAV_RESOURCE_MUST_BE_NULL
           
static QualifiedName WebDAVPropertyNames.DAV_RESOURCE_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_ROOT_VERSION
           
static QualifiedName WebDAVPropertyNames.DAV_SOURCE
           
static QualifiedName WebDAVPropertyNames.DAV_SUBACTIVITY_SET
           
static QualifiedName WebDAVPropertyNames.DAV_SUBBASELINE_SET
           
static QualifiedName WebDAVPropertyNames.DAV_SUCCESSOR_SET
           
static QualifiedName WebDAVPropertyNames.DAV_SUPPORTED_LIVE_PROPERTY_SET
           
static QualifiedName WebDAVPropertyNames.DAV_SUPPORTED_LOCK
           
static QualifiedName WebDAVPropertyNames.DAV_SUPPORTED_METHOD_SET
           
static QualifiedName WebDAVPropertyNames.DAV_SUPPORTED_REPORT_SET
           
static QualifiedName WebDAVPropertyValues.DAV_UNLOCKED_UPDATE
           
static QualifiedName WebDAVPropertyNames.DAV_UNRESERVED
           
static QualifiedName WebDAVPropertyNames.DAV_VERSION_CONTROLLED_CONFIGURATION
           
static QualifiedName WebDAVPropertyNames.DAV_VERSION_HISTORY
           
static QualifiedName WebDAVPropertyValues.DAV_VERSION_HISTORY_RESOURCE_TYPE
           
static QualifiedName WebDAVPropertyNames.DAV_VERSION_NAME
           
static QualifiedName WebDAVPropertyNames.DAV_VERSION_SET
           
static QualifiedName WebDAVPropertyNames.DAV_WORKING_RESOURCE
           
static QualifiedName WebDAVPropertyNames.DAV_WORKSPACE
           
static QualifiedName WebDAVPropertyNames.DAV_WORKSPACE_CHECKOUT_SET
           
static QualifiedName WebDAVPropertyNames.DAV_WORKSPACE_COLLECTION_SET
           
static QualifiedName WebDAVPreconditionFailures.DAV_WORKSPACE_REQUIRED
           
static QualifiedName WebDAVPropertyValues.DAV_WORKSPACE_RESOURCE_TYPE
           
 

Methods in org.eclipse.webdav.internal.kernel with parameters of type QualifiedName
 Element ElementHelper.newDAVElement(QualifiedName name)
           
 Element ElementHelper.newDAVElementSet(QualifiedName setName, QualifiedName memberName, Enumeration memberEnum)
          Answer a DOM Element that represents a set of String.
 Element ElementHelper.newDAVProperty(QualifiedName name, Element value)
           
 Element ElementHelper.newDAVProperty(QualifiedName name, String value)
           
 Element ElementHelper.newDAVTextElement(QualifiedName name, String value)
           
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.