| Method Summary |
| |
__init__(self,
name,
parent,
kind,
view,
contents,
conduit,
format)
|
| |
close(self)
|
| |
create(self)
|
| |
destroy(self)
|
| |
exists(self)
|
| |
get(self,
updateCallback)
|
| |
getCount(self)
|
| |
getLocation(self,
privilege)
|
| |
getSharedAttributes(self,
item,
cloudAlias)
Examine sharing clouds and filterAttributes to determine which
attributes to share for a given item |
| |
open(self)
|
| |
put(self,
updateCallback)
|
| |
sync(self,
modeOverride,
updateCallback)
|
Inherited from ContentItem:
__str__,
__unicode__,
addToCollection,
ExportItemData,
getBasedAttributes,
getCurrentMeEmailAddress,
getEmailAddress,
getMembershipItem,
getSharedState,
InitOutgoingAttributes,
isAttributeModifiable,
ItemAboutString,
ItemBodyString,
ItemWhoFromString,
ItemWhoString,
removeFromCollection,
SetItemBodyString,
StampKind
Inherited from Item:
getDefaultParent,
getKind,
iterItems
Inherited from Item:
__getitem__,
__iter__,
_repr_,
addValue,
check,
clone,
collectionChanged,
copy,
delete,
dir,
find,
findMatch,
findPath,
findUUID,
getACL,
getAttributeValue,
getItemChild,
getItemCloud,
getItemDisplayName,
getItemDisplayString,
getValue,
getVersion,
hasAttributeAspect,
hasChild,
hasChildren,
hashItem,
hasKey,
hasLocalAttributeValue,
hasValue,
isAttributeDirty,
isItemOf,
isRemote,
iterAttributeValues,
iterChildren,
mixinKinds,
move,
placeChild,
printItem,
refCount,
removeACL,
removeAttributeValue,
removeValue,
rename,
setACL,
setAttributeValue,
setPinned,
setValue,
unwatchCollection,
unwatchKind,
walk,
watchCollection,
watchKind
Inherited from CItem:
__new__,
__repr__,
getAttributeAspect,
getDirty,
isDeleted,
isDeleting,
isDirty,
isNew,
isPinned,
isSchema,
isStale,
setDirty
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__
|
| Instance Variable Summary |
| |
active: One(Boolean) |
| |
conduit: One(ShareConduit) |
| |
contents: One(ContentItem) |
| |
error: One(Text) |
| |
filterAttributes: Sequence(Bytes) |
| |
filterClasses: Sequence(Bytes) |
| |
follows: One(Share) |
| |
format: One(ImportExportFormat) |
| |
hidden: One(Boolean) |
| |
items: Sequence(ContentItem) |
| |
leads: Sequence(Share) |
| |
mode: One(modeEnum) |
| |
sharees: Sequence(Contact) |
| |
sharer: One(Contact) |
Inherited from ContentItem:
body,
contentsOwner,
createdOn,
creator,
importance,
lastModified,
lastModifiedBy,
mine,
modifiedOn,
previousStamps,
private,
read,
sharedIn,
shares,
TPBDetailItemOwner,
TPBSelectedItemOwner,
viewContainer
Inherited from Item:
collections,
description,
displayName,
kindExtent,
monitors,
references,
watcherDispatch,
watchers,
watches
Inherited from Item:
aliasedBy,
path,
typeFor,
version
Inherited from CItem:
itsKind,
itsName,
itsParent,
itsPath,
itsRoot,
itsUUID,
itsVersion,
itsView
|