public class SubscriptionDiscovery extends AbstractDavProperty<Subscription[]>
SubscriptionDiscovery
encapsulates the 'subscriptiondiscovery'
property of a webdav resource.creationDateFormat, DEPTH_0, DEPTH_1, DEPTH_INFINITY, DEPTH_INFINITY_S, HEADER_AUTHORIZATION, HEADER_CONTENT_LANGUAGE, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_DAV, HEADER_DEPTH, HEADER_DESTINATION, HEADER_ETAG, HEADER_IF, HEADER_LAST_MODIFIED, HEADER_LOCK_TOKEN, HEADER_OVERWRITE, HEADER_TIMEOUT, INFINITE_TIMEOUT, modificationDateFormat, NAMESPACE, OPAQUE_LOCK_TOKEN_PREFIX, PROPERTY_CREATIONDATE, PROPERTY_DISPLAYNAME, PROPERTY_GETCONTENTLANGUAGE, PROPERTY_GETCONTENTLENGTH, PROPERTY_GETCONTENTTYPE, PROPERTY_GETETAG, PROPERTY_GETLASTMODIFIED, PROPERTY_LOCKDISCOVERY, PROPERTY_RESOURCETYPE, PROPERTY_SOURCE, PROPERTY_SUPPORTEDLOCK, PROPFIND_ALL_PROP, PROPFIND_ALL_PROP_INCLUDE, PROPFIND_BY_PROPERTY, PROPFIND_PROPERTY_NAMES, TIMEOUT_INFINITE, UNDEFINED_TIME, UNDEFINED_TIMEOUT, XML_ACTIVELOCK, XML_ALLPROP, XML_COLLECTION, XML_DEPTH, XML_DST, XML_EXCLUSIVE, XML_HREF, XML_INCLUDE, XML_KEEPALIVE, XML_LINK, XML_LOCKENTRY, XML_LOCKINFO, XML_LOCKROOT, XML_LOCKSCOPE, XML_LOCKTOKEN, XML_LOCKTYPE, XML_MULTISTATUS, XML_OMIT, XML_OWNER, XML_PROP, XML_PROPERTYBEHAVIOR, XML_PROPERTYUPDATE, XML_PROPFIND, XML_PROPNAME, XML_PROPSTAT, XML_REMOVE, XML_RESPONSE, XML_RESPONSEDESCRIPTION, XML_SET, XML_SHARED, XML_SOURCE, XML_STATUS, XML_TIMEOUT, XML_WRITE
Constructor and Description |
---|
SubscriptionDiscovery(Subscription subscription)
Create a new
SubscriptionDiscovery that contains a single
subscription entry. |
SubscriptionDiscovery(Subscription[] subscriptions)
Create a new
SubscriptionDiscovery that lists the given
subscriptions. |
Modifier and Type | Method and Description |
---|---|
static SubscriptionDiscovery |
createFromXml(org.w3c.dom.Element sDiscoveryElement) |
Subscription[] |
getValue()
Returns an array of
Subscription s. |
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the Xml representation of the subscription discovery.
|
equals, getName, hashCode, isInvisibleInAllprop
public SubscriptionDiscovery(Subscription[] subscriptions)
SubscriptionDiscovery
that lists the given
subscriptions.subscriptions
- public SubscriptionDiscovery(Subscription subscription)
SubscriptionDiscovery
that contains a single
subscription entry.subscription
- public Subscription[] getValue()
Subscription
s.Subscription
sDavProperty.getValue()
public org.w3c.dom.Element toXml(org.w3c.dom.Document document)
toXml
in interface XmlSerializable
toXml
in class AbstractDavProperty<Subscription[]>
document
- XmlSerializable.toXml(Document)
public static SubscriptionDiscovery createFromXml(org.w3c.dom.Element sDiscoveryElement)
Copyright © 2010 - 2020 Adobe. All Rights Reserved