| java.lang.Object org.openharmonise.vfs.metadata.value.DomainValue org.openharmonise.webdav.client.value.DAVDomainValue
DAVDomainValue | public class DAVDomainValue extends DomainValue (Code) | | WebDAV domain value implementation.
author: Matthew Large version: $Revision: 1.1 $ |
DAVDomainValue | public DAVDomainValue()(Code) | | |
DAVDomainValue | public DAVDomainValue(String sPath)(Code) | | Constructs a new WebDAV domain value.
Parameters: sPath - Full path of domain |
DAVDomainValue | public DAVDomainValue(String sPath, int nMinOccurs, int nMaxOccurs, List aContentTypes, String sResourceType)(Code) | | Constructs a new WebDAV domain value.
Parameters: sPath - Full path of domain Parameters: nMinOccurs - Mimumum occurrence Parameters: nMaxOccurs - Maximum occurrence Parameters: aContentTypes - List of valid content types Parameters: sResourceType - Valid resource type |
fromXML | public static void fromXML(PropertyInstance propInst, Element propEl)(Code) | | Populates a property instance with WebDAV domain values from
XML.
Parameters: propInst - Property instance to populate Parameters: propEl - Root element of property instance |
fromXMLDomainData | public static void fromXMLDomainData(PropertyInstance propInst, Element parentEl, DAVDomainValue value)(Code) | | Populates a property instance with a WebDAV domain value from
XML.
Parameters: propInst - Property instance to populate Parameters: parentEl - Root element of property instance Parameters: value - Value to populate |
toXML | public static void toXML(Document xmlDoc, Element propEl, List aValues)(Code) | | Publishes WebDAV domain values to a XML element.
Parameters: xmlDoc - Owning XML document Parameters: propEl - Element to append to Parameters: aValues - List of DAVDomainValue objects |
|
|