| Trees | Index | Help |
|
|---|
| Package osaf :: Package sharing :: Module Sharing :: Class WebDAVAccount |
|
object--+ |CItem--+ |Item--+ |Item--+ |ContentItem--+ | WebDAVAccount
| Property Summary | |
|---|---|
Inherited from ContentItem:
bodyString,
sharedState
|
| Instance Variable Summary | |
|---|---|
accountType: Account Type -- One(None) | |
body: attribute descriptor | |
collections: attribute descriptor | |
conduits: Sequence(WebDAVConduit) | |
contentsOwner: attribute descriptor | |
createdOn: attribute descriptor | |
creator: attribute descriptor | |
description: attribute descriptor | |
displayName: attribute descriptor | |
host: Host -- One(Text) | |
importance: attribute descriptor | |
kindExtent: attribute descriptor | |
lastModified: attribute descriptor | |
lastModifiedBy: attribute descriptor | |
mine: attribute descriptor | |
modifiedOn: attribute descriptor | |
monitors: attribute descriptor | |
password: Password -- One(Text) | |
path: Path -- One(Text) | |
port: Port -- One(Integer) | |
previousStamps: attribute descriptor | |
private: attribute descriptor | |
read: attribute descriptor | |
references: attribute descriptor | |
sharedIn: attribute descriptor | |
shares: attribute descriptor | |
TPBDetailItemOwner: attribute descriptor | |
TPBSelectedItemOwner: attribute descriptor | |
username: Username -- One(Text) | |
useSSL: Use secure connection (SSL/TLS) -- One(Boolean) | |
viewContainer: attribute descriptor | |
watcherDispatch: attribute descriptor | |
watchers: attribute descriptor | |
watches: attribute descriptor | |
Inherited from Item:
aliasedBy,
typeFor,
version
Inherited from CItem:
itsKind,
itsName,
itsParent,
itsPath,
itsRoot,
itsUUID,
itsVersion,
itsView
| |
| Class Variable Summary | |
|---|---|
dict |
__kind_info__ = {'displayName': u'WebDAV Account Account...
|
Inherited from ContentItem:
__kind_clouds__,
READONLY,
READWRITE,
UNSHARED
Inherited from Item:
__default_path__
Inherited from CItem:
ADIRTY,
CDIRTY,
CMERGED,
CONTAINER,
COPYEXPORT,
CORESCHEMA,
DELETED,
DELETING,
DIRTY,
FDIRTY,
IMPORTING,
MERGED,
MUTATING,
NDIRTY,
NEW,
NMERGED,
NODIRTY,
PINNED,
RAW,
RDIRTY,
RMERGED,
SAVEMASK,
SCHEMA,
STALE,
VDIRTY,
VMERGED,
VRDIRTY
| |
| Instance Method Details |
|---|
getLocation(self)Return the base url of the account |
| Class Method Details |
|---|
findMatchingAccount(cls, view, url)Find a WebDAV account which corresponds to a URL. The url being passed in is for a collection -- it will include the collection name in the url. We need to find a webdav account who has been set up to operate on the parent directory of this collection. For example, if the url is http://pilikia.osafoundation.org/dev1/foo/ we need to find an account whose schema+host+port match and whose path starts with /dev1 Note: this logic assumes only one account will match; you aren't currently allowed to have to multiple webdav accounts pointing to the same scheme+host+port+path combination.
|
| Instance Variable Details |
|---|
accountTypeAccount Type -- One(None)
|
bodyattribute descriptor
|
collectionsattribute descriptor
|
conduitsSequence(WebDAVConduit)
|
contentsOwnerattribute descriptor
|
createdOnattribute descriptor
|
creatorattribute descriptor
|
descriptionattribute descriptor
|
displayNameattribute descriptor
|
hostHost -- One(Text) The hostname of the account
|
importanceattribute descriptor
|
kindExtentattribute descriptor
|
lastModifiedattribute descriptor
|
lastModifiedByattribute descriptor
|
mineattribute descriptor
|
modifiedOnattribute descriptor
|
monitorsattribute descriptor
|
passwordPassword -- One(Text) Issues: This should not be a simple string. We need some solution for encrypting it.
|
pathPath -- One(Text) Base path on the host to use for publishing
|
portPort -- One(Integer) The non-SSL port number to use
|
previousStampsattribute descriptor
|
privateattribute descriptor
|
readattribute descriptor
|
referencesattribute descriptor
|
sharedInattribute descriptor
|
sharesattribute descriptor
|
TPBDetailItemOwnerattribute descriptor
|
TPBSelectedItemOwnerattribute descriptor
|
usernameUsername -- One(Text)
|
useSSLUse secure connection (SSL/TLS) -- One(Boolean) Whether or not to use SSL/TLS
|
viewContainerattribute descriptor
|
watcherDispatchattribute descriptor
|
watchersattribute descriptor
|
watchesattribute descriptor
|
| Class Variable Details |
|---|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Dec 19 13:33:36 2005 | http://epydoc.sf.net |