Uses of Class
be.re.webdav.Relations.Relation

Packages that use Relations.Relation
be.re.webdav   
 

Uses of Relations.Relation in be.re.webdav
 

Methods in be.re.webdav that return Relations.Relation
static Relations.Relation[] Relations.getReferredBy(URL url, Client client)
          This returns the contents of the protected property referred-by in the namespace urn:be-re:dav.
static Relations.Relation[] Relations.getReferredByVersions(URL url, Client client)
          This returns the contents of the protected property referred-by-versions in the namespace urn:be-re:dav.
static Relations.Relation[] Relations.getReferringTo(URL url, Client client)
          This returns the contents of the property referring-to in the namespace urn:be-re:dav.
 

Methods in be.re.webdav with parameters of type Relations.Relation
static void Relations.setReferringTo(URL url, Client client, Relations.Relation[] relations)
          This sets the property referring-to in the namespace urn:be-re:dav.