| Method Summary |
| |
__call__(self)
Return the contents of this relation. |
| |
addRelation(self,
obj)
Form a bi-directional relation between self and obj. |
| |
cb_isCopyable(self)
Don't let relationships move off their managers |
| |
cb_isMoveable(self)
Don't let relationships move off their managers |
| |
checkRelation(self,
repair)
Check to make sure that relationship bidirectionality is ok. |
| |
getId(self)
Return the id of the object as a string. |
| |
getPrimaryParent(self)
Return our parent object by our primary path |
| |
getRelationshipManagerClass(self)
Return the local class of this relationship. |
| |
hasobject(self,
obj)
Does this relationship relate to obj. |
| |
remoteClass(self)
Return the class at the remote end of our relationship. |
| |
remoteName(self)
Return the name at the remote end of our relationship. |
| |
remoteType(self)
Return the type of the remote end of our relationship. |
| |
remoteTypeName(self)
Return the type of the remote end of our relationship. |
| |
removeRelation(self,
obj)
remove an object from a relationship |
Inherited from PrimaryPathManager:
getPrimaryId,
getPrimaryPath,
getPrimaryUrlPath,
primaryAq
Inherited from ZItem:
__len__,
__repr__,
manage,
manage_afterAdd,
manage_afterClone,
manage_beforeDelete,
manage_editedDialog,
manage_FTPlist,
manage_FTPstat,
objectIds,
objectItems,
objectValues,
raise_standardErrorMessage,
this,
title_and_id,
title_or_id,
tpURL,
tpValues
Inherited from CopySource:
cb_userHasCopyOrMovePermission
Inherited from Tabs:
class_manage_path,
filtered_manage_options,
manage_workspace,
tabs_path_default,
tabs_path_info
Inherited from Traversable:
absolute_url,
absolute_url_path,
getPhysicalPath,
restrictedTraverse,
unrestrictedTraverse,
virtual_url_path
Inherited from Owned:
changeOwnership,
getOwner,
getOwnerTuple,
getWrappedOwner,
manage_fixupOwnershipAfterAdd,
owner_info,
userCanTakeOwnership
Inherited from RoleManager:
ac_inherited_permissions,
access_debug_info,
acquiredRolesAreUsedBy,
get_local_roles,
get_local_roles_for_userid,
get_valid_userids,
has_local_roles,
manage_access,
manage_defined_roles,
manage_editRoles,
manage_role,
permission_settings,
permissionsOfRole,
possible_permissions,
rolesOfPermission,
userdefined_roles,
users_with_local_role,
valid_roles,
validate_roles,
validRoles
Inherited from RoleManager:
manage_getPermissionMapping
Inherited from Base:
__getattribute__,
__getnewargs__,
__getstate__,
__reduce__,
__setstate__
Inherited from object:
__init__,
__delattr__,
__hash__,
__reduce_ex__,
__setattr__,
__str__
|