A collection that contains only those items that are explicitly added
to it.
Backed by a ref-collection
| Method Summary |
| |
__init__(self,
*args,
**kw)
|
| |
__len__(self)
|
| |
add(self,
item)
Add item to this collection |
| |
clear(self)
Remove all elements in this collection |
| |
contentsUpdated(self,
item)
Callback for handling changes found by
mapChangesCallable |
| |
empty(self)
Remove all elements in this collection from the repository |
| |
first(self)
Return the first item in the collection |
| |
remove(self,
item)
Remove this item from the collection |
Inherited from AbstractCollection:
__contains__,
__iter__,
__nonzero__,
__str__,
collectionChanged,
isEmpty,
isReadOnly,
notifySubscribers,
setup
Inherited from ContentItem:
__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__,
_repr_,
addValue,
check,
clone,
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 |
| |
about: attribute descriptor |
| |
body: attribute descriptor |
| |
collectionList: attribute descriptor |
| |
collections: attribute descriptor |
| |
color: attribute descriptor |
| |
colorizeIcon: attribute descriptor |
| |
contentsOwner: attribute descriptor |
| |
createdOn: attribute descriptor |
| |
creator: attribute descriptor |
| |
description: attribute descriptor |
| |
displayName: attribute descriptor |
| |
displayNameAlternatives: attribute descriptor |
| |
dontDisplayAsCalendar: attribute descriptor |
| |
iconName: attribute descriptor |
| |
iconNameHasKindVariant: attribute descriptor |
| |
importance: attribute descriptor |
| |
invitees: attribute descriptor |
| |
kindExtent: attribute descriptor |
| |
lastModified: attribute descriptor |
| |
lastModifiedBy: attribute descriptor |
| |
mine: attribute descriptor |
| |
modifiedOn: attribute descriptor |
| |
monitors: attribute descriptor |
| |
outOfTheBoxCollection: attribute descriptor |
| |
previousStamps: attribute descriptor |
| |
private: attribute descriptor |
| |
read: attribute descriptor |
| |
refCollection: Sequence(None) |
| |
references: attribute descriptor |
| |
renameable: attribute descriptor |
| |
rep: attribute descriptor |
| |
sharedIn: attribute descriptor |
| |
shares: attribute descriptor |
| |
subscribers: attribute descriptor |
| |
TPBDetailItemOwner: attribute descriptor |
| |
TPBSelectedItemOwner: attribute descriptor |
| |
trashFor: Sequence(InclusionExclusionCollection) |
| |
viewContainer: attribute descriptor |
| |
watcherDispatch: attribute descriptor |
| |
watchers: attribute descriptor |
| |
watches: attribute descriptor |
Inherited from Item:
aliasedBy,
path,
typeFor,
version
Inherited from CItem:
itsKind,
itsName,
itsParent,
itsPath,
itsRoot,
itsUUID,
itsVersion,
itsView
|