Uses of Interface
org.efaps.ui.webdav.WebDAVInterface

Packages that use WebDAVInterface
org.efaps.ui.webdav   
org.efaps.ui.webdav.resource   
 

Uses of WebDAVInterface in org.efaps.ui.webdav
 

Classes in org.efaps.ui.webdav that implement WebDAVInterface
 class TeamCenterWebDAVImpl
           
 class WebDAVImpl
          The class is used as gateway to all WebDAV integrations.
 

Uses of WebDAVInterface in org.efaps.ui.webdav.resource
 

Methods in org.efaps.ui.webdav.resource that return WebDAVInterface
 WebDAVInterface AbstractResource.getWebDAVImpl()
          This is the getter method for instance variable AbstractResource.webDAVImpl.
 

Constructors in org.efaps.ui.webdav.resource with parameters of type WebDAVInterface
AbstractResource(WebDAVInterface _webDAVImpl, java.lang.String _name, org.efaps.db.Instance _instance, java.util.Date _created, java.util.Date _modified, java.lang.String _description)
           
CollectionResource(WebDAVInterface _webDAVImpl, WebDAVInterface _subWebDAVImpl, java.lang.String _name, org.efaps.db.Instance _instance, java.util.Date _created, java.util.Date _modified, java.lang.String _description)
           
SourceResource(WebDAVInterface _webDAVImpl, java.lang.String _name, org.efaps.db.Instance _instance, java.util.Date _created, java.util.Date _modified, java.lang.String _description, long _length)
           
 



Copyright © 2003-2010 The eFaps Team. All Rights Reserved.