COPY(self, REQUEST, RESPONSE)
Public
|
Create a duplicate of the source resource whose state
and behavior match that of the source resource as closely
as possible. Though we may later try to make a copy appear
seamless across namespaces (e.g. from Zope to Apache), COPY
is currently only supported within the Zope namespace. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
Contributors(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
CreationDate(self, zone=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
Creator(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
DELETE(self, REQUEST, RESPONSE)
. Permission:
|
Delete a collection resource. For collection resources, DELETE
may return either 200 (OK) or 204 (No Content) to indicate total
success, or may return 207 (Multistatus) to indicate partial
success. Note that in Zope a DELETE currently never returns 207. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Collection.py |
Date(self, zone=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
Description(self)
. Permission:
|
Dublin Core Description element - resource summary.
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
EffectiveDate(self, zone=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
ExpirationDate(self, zone=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
Format(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
HEAD(self, REQUEST, RESPONSE)
. Permission:
|
Retrieve resource information without a response body. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Collection.py |
Identifier(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
LOCK(self, REQUEST, RESPONSE)
. Permission:
|
Lock a resource |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
Language(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
MKCOL(self, REQUEST, RESPONSE)
|
Create a new collection resource. If called on an existing
resource, MKCOL must fail with 405 (Method Not Allowed). |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
MKCOL_handler(self, id, REQUEST=None, RESPONSE=None)
. Permission:
|
Handle "make collection" by delegating to an IDirectoryFactory
adapter. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
MOVE(self, REQUEST, RESPONSE)
Public
|
Move a resource to a new location. Though we may later try to
make a move appear seamless across namespaces (e.g. from Zope
to Apache), MOVE is currently only supported within the Zope
namespace. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
ModificationDate(self, zone=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
OPTIONS(self, REQUEST, RESPONSE)
Public
|
Retrieve communication options. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
PROPFIND(self, REQUEST, RESPONSE)
. Permission:
|
Retrieve properties defined on the resource. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
PROPPATCH(self, REQUEST, RESPONSE)
. Permission:
|
Set and/or remove properties defined on the resource. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
PUT(self, REQUEST=None, RESPONSE=None)
. Permission: ite Ad
|
WebDAV method to replace self with a new resource. This is also
used when initialising an object just created from a NullResource.
This will look up an IRawWriteFile adapter on self and write to it,
line-by-line, from the request body. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
PUT_factory(self, name, contentType, body)
. Permission:
|
Handle constructing a new object upon a PUT request by delegating
to an IFileFactory adapter |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
Publisher(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
Rights(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
SearchableText(self)
. Permission:
|
Returns a concatination of all searchable text.
Should be overriden by portal objects. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalContent.py |
Subject(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
TRACE(self, REQUEST, RESPONSE)
Public
|
Return the HTTP message received back to the client as the
entity-body of a 200 (OK) response. This will often usually
be intercepted by the web server in use. If not, the TRACE
request will fail with a 405 (Method Not Allowed), since it
is not often possible to reproduce the HTTP request verbatim
from within the Zope environment. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
Title(self)
. Permission:
|
Dublin Core Title element - resource name.
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
Type(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
UID(self)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
UNLOCK(self, REQUEST, RESPONSE)
. Permission:
|
Remove an existing lock on a resource. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
ZopeFind(self, obj, obj_ids=None, obj_metatypes=None, obj_searchterm=None, obj_expr=None, obj_mtime=None, obj_mspec=None, obj_permission=None, obj_roles=None, search_sub=0, REQUEST=None, result=None, pre='')
|
Zope Find interface. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/FindSupport.py |
ZopeFindAndApply(self, obj, obj_ids=None, obj_metatypes=None, obj_searchterm=None, obj_expr=None, obj_mtime=None, obj_mspec=None, obj_permission=None, obj_roles=None, search_sub=0, REQUEST=None, result=None, pre='', apply_func=None, apply_path='')
. Permission:
|
Zope Find interface and apply. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/FindSupport.py |
__allow_access_to_unprotected_subobjects__()
|
Decide whether attributes should be accessible. This is set as the
__allow_access_to_unprotected_subobjects__ variable in Dexterity's content
classes. |
|
__annotations__()
|
|
|
__before_publishing_traverse__(self, arg1, arg2=None)
|
Pre-traversal hook.
**Monkey patched by** 'plone.rest.patches.__before_publishing_traverse__' |
/home/voegel/plone/buildout-cache/eggs/plone.rest-1.6.2-py3.8.egg/plone/rest/patches.py |
__bool__(self)
|
a folder is something, even if it's empty |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
__call__(self)
. Permission:
|
Resolve and return the selected view template applied to the object.
This should not consider the default page. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
__class__(self, id=None, **kwargs)
|
|
/home/voegel/plone/zeocluster/src/satzweiss.ecode/src/satzweiss/ecode/content/library.py |
__class_init__(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/class_init.py |
__contains__(self, key)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
__delattr__(self, name)
|
Implement delattr(self, name). |
|
__delitem__(self, key)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
__dir__(self)
|
Default dir() implementation. |
|
__eq__(self, value)
|
Return self==value. |
|
__format__(self, format_spec)
|
Default object formatter. |
|
__ge__(self, value)
|
Return self>=value. |
|
__getattr__(self, name)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
__getattribute__(self, name)
|
Return getattr(self, name). |
|
__getitem__(self, key)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
__getstate__()
|
Get the object serialization state
If the object has no assigned slots and has no instance dictionary, then
None is returned.
If the object has no assigned slots and has an instance dictionary, then
the a copy of the instance dictionary is returned. The copy has any items
with names starting with '_v_' or '_p_' ommitted.
If the object has assigned slots, then a two-element tuple is returned.
The first element is either None or a copy of the instance dictionary,
as described above. The second element is a dictionary with items
for each of the assigned slots. |
|
__gt__(self, value)
|
Return self>value. |
|
__hash__(self)
|
Return hash(self). |
|
__implemented__()
|
|
|
__init__(self, id=None, **kwargs)
|
Initialize self. See help(type(self)) for accurate signature. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
__init_subclass__()
|
This method is called when a class is subclassed.
The default implementation does nothing. It may be
overridden to extend subclasses. |
|
__iter__(self)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
__le__(self, value)
|
Return self<=value. |
|
__len__(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
__lt__(self, value)
|
Return self<value. |
|
__ne__(self, value)
|
Return self!=value. |
|
__new__(type, *args, **kwargs)
|
Create and return a new object. See help(type) for accurate signature. |
|
__nonzero__(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
__of__()
|
__of__(context) -- return the object in a context |
|
__parent__()
|
|
|
__providedBy__()
|
|
|
__provides__()
|
|
|
__reduce__()
|
Reduce an object to contituent parts for serialization |
|
__reduce_ex__(self, protocol)
|
Helper for pickle. |
|
__repr__(self)
. Permission:
|
Show the physical path of the object and context if available. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
__setattr__(self, name, value)
|
Implement setattr(self, name, value). |
|
__setitem__(self, key, value)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
__setstate__()
|
Set the object serialization state
The state should be in one of 3 forms:
- None
Ignored
- A dictionary
In this case, the object's instance dictionary will be cleared and
updated with the new state.
- A two-tuple with a string as the first element.
In this case, the method named by the string in the first element will
be called with the second element.
This form supports migration of data formats.
- A two-tuple with None or a Dictionary as the first element and
with a dictionary as the second element.
If the first element is not None, then the object's instance dictionary
will be cleared and updated with the value.
The items in the second element will be assigned as attributes. |
|
__sizeof__(self)
|
Size of object in memory, in bytes. |
|
__str__(self)
|
Return str(self). |
|
__subclasshook__()
|
Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__().
It should return True, False or NotImplemented. If it returns
NotImplemented, the normal algorithm is used. Otherwise, it
overrides the normal algorithm (and the outcome is cached). |
|
__weakref__()
|
|
|
_addRole(self, role, REQUEST=[])
|
None |
|
_canCopy(self, op=0)
|
Called to make sure this object is copyable.
The op var is 0 for a copy, 1 for a move. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
_checkId(self, id, allow_dup=0)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
_cleanup(self)
|
Cleans up errors in the BTrees.
Certain ZODB bugs have caused BTrees to become slightly insane.
Fortunately, there is a way to clean up damaged BTrees that
always seems to work: make a new BTree containing the items()
of the old one.
Returns 1 if no damage was detected, or 0 if damage was
detected and fixed. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
_cleanupCopy(self, cp, container)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
_components()
|
|
|
_count(self, *args)
|
BTree lengths are often too expensive to compute.
Objects that use BTrees need to keep track of lengths themselves.
This class provides an object for doing this.
As a bonus, the object support application-level conflict
resolution.
It is tempting to to assign length objects to __len__ attributes
to provide instance-specific __len__ methods. However, this no
longer works as expected, because new-style classes cache
class-defined slot methods (like __len__) in C type slots. Thus,
instance-defined slot fillers are ignored. |
|
_dav_writelocks()
|
Legacy persistent mapping class
This class mixes in :class:`ExtensionClass.Base` if it is present.
Unless you actually want ExtensionClass semantics, use
:class:`persistent.mapping.PersistentMapping` instead. |
|
_delOb(self, id)
|
Remove the named object from the folder. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
_delObject(self, id, dp=1, suppress_events=False)
|
Delete an object from this container.
Also sends IObjectWillBeRemovedEvent and IObjectRemovedEvent. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
_delPropValue(self, id)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
_delProperty(self, id)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
_delRoles(self, roles, REQUEST=[])
|
None |
|
_deleteOwnershipAfterAdd(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
_filteredItems(self, ids, filt)
|
Apply filter, a mapping, to child objects indicated by 'ids',
returning a sequence of (id, obj) tuples. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
_fixCount(self)
|
Checks if the value of self._count disagrees with
len(self.objectIds()). If so, corrects self._count. Returns the
old and new count values. If old==new, no correction was
performed. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
_getCatalogTool(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
_getCopy(self, container)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
_getImportPaths(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
_getOb(self, id, default=[])
|
Return the named object from the folder. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
_getPortalTypeName(self)
|
Get the portal type name that can be passed to portal_types.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
_getWorkflowTool(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
_get__name__(self)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
_get_id(self, id)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
_get_zmi_additionals(self, attrib)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
_has_user_defined_role(self, role)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/role.py |
_importObjectFromFile(self, filepath, verify=1, set_owner=1, suppress_events=False)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
_initBTrees(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
_isBeingUsedAsAMethod(self, REQUEST=None, wannaBe=0)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/PermissionMapping.py |
_manage_editedDialog()
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
_manage_page_header()
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
_manage_workflowsTab()
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
_mt_index()
|
|
|
_normal_manage_access()
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
_notifyOfCopyTo(self, container, op=0)
|
Keep Archetypes' reference info internally when op == 1 (move)
because in those cases we need to keep Archetypes' refeferences.
This is only required to support legacy Archetypes' references related
to content within Dexterity container objects. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
_old___before_publishing_traverse__(self, arg1, arg2=None)
|
Pre-traversal hook.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
_old_wl_lockmapping(self, killinvalids=0, create=0)
|
if 'killinvalids' is 1, locks who are no longer valid
will be deleted |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
_p_activate()
|
_p_activate() -- Activate the object |
|
_p_deactivate()
|
_p_deactivate() -- Deactivate the object |
|
_p_delattr()
|
_p_delattr(name) -- Delete persistent meta data
This method should be called by subclass __delattr__ implementations
before doing anything else. If it returns true, then the attribute
was handled by the base class.
The method unghostifies the object, if necessary.
The method records the object access, if necessary. |
|
_p_getattr()
|
_p_getattr(name) -- Test whether the base class must handle the name
The method unghostifies the object, if necessary.
The method records the object access, if necessary.
This method should be called by subclass __getattribute__
implementations before doing anything else. If the method
returns True, then __getattribute__ implementations must delegate
to the base class, Persistent. |
|
_p_invalidate()
|
_p_invalidate() -- Invalidate the object |
|
_p_jar()
|
Connection to ZODB for loading and storing objects.
Connections manage object state in collaboration with transaction
managers. They're created by calling the
:meth:`~ZODB.DB.open` method on :py:class:`database
<ZODB.DB>` objects. |
|
_p_oid()
|
bytes(iterable_of_ints) -> bytes
bytes(string, encoding[, errors]) -> bytes
bytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer
bytes(int) -> bytes object of size given by the parameter initialized with null bytes
bytes() -> empty bytes object
Construct an immutable array of bytes from:
- an iterable yielding integers in range(256)
- a text string encoded using the specified encoding
- any object implementing the buffer API.
- an integer |
|
_p_serial()
|
bytes(iterable_of_ints) -> bytes
bytes(string, encoding[, errors]) -> bytes
bytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer
bytes(int) -> bytes object of size given by the parameter initialized with null bytes
bytes() -> empty bytes object
Construct an immutable array of bytes from:
- an iterable yielding integers in range(256)
- a text string encoded using the specified encoding
- any object implementing the buffer API.
- an integer |
|
_p_setattr()
|
_p_setattr(name, value) -- Save persistent meta data
This method should be called by subclass __setattr__ implementations
before doing anything else. If it returns true, then the attribute
was handled by the base class.
The method unghostifies the object, if necessary.
The method records the object access, if necessary. |
|
_pasteObjects(self, cp, cb_maxsize=0)
|
Paste previously copied objects into the current object.
``cp`` is the list of objects for paste as encoded by ``_cb_encode``.
If calling _pasteObjects from python code, pass the result of a
previous call to manage_cutObjects or manage_copyObjects as the first
argument.
``cb_maxsize`` is the maximum size of the JSON representation of the
object list. Set it to a non-zero value to prevent DoS attacks with
huge object lists or zlib bombs.
This method sends IObjectCopiedEvent and IObjectClonedEvent
or IObjectWillBeMovedEvent and IObjectMovedEvent.
Returns tuple of (operator, list of {'id': orig_id, 'new_id': new_id}).
Where `operator` is 0 for a copy operation and 1 for a move operation. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
_populateFromFolder(self, source)
|
Fill this folder with the contents of another folder.
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
_postCopy(self, container, op=0)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
_propertyMap(self)
|
Return a tuple of mappings, giving meta-data for properties. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
_setId(self, id)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
_setOb(self, id, object)
|
Store the named object in the folder. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
_setObject(self, id, object, roles=None, user=None, set_owner=1, suppress_events=False)
|
Set an object into this container.
Also sends IObjectWillBeAddedEvent and IObjectAddedEvent. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
_setPortalTypeName(self, pt)
|
Set the portal type name.
Called by portal_types during construction, records an ID that will be
used later to locate the correct ContentTypeInformation. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
_setPropValue(self, id, value)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
_setProperty(self, id, value, type='string')
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
_setRoles(self, acl_type, acl_roles)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/role.py |
_set__name__(self, value)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
_subobject_permissions(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
_tree()
|
|
|
_updateProperty(self, id, value)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
_verifyObjectPaste(self, obj, validate_src=True)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
_wrapperCheck(self, object)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
absolute_url(self, relative=0)
Public
|
Return the absolute URL of the object.
This a canonical URL based on the object's physical
containment path. It is affected by the virtual host
configuration, if any, and can be used by external
agents, such as a browser, to address the object.
If the relative argument is provided, with a true value, then
the value of virtual_url_path() is returned.
Some Products incorrectly use '/'+absolute_url(1) as an
absolute-path reference. This breaks in certain virtual
hosting situations, and should be changed to use
absolute_url_path() instead. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Traversable.py |
absolute_url_path(self)
Public
|
Return the path portion of the absolute URL of the object.
This includes the leading slash, and can be used as an
'absolute-path reference' as defined in RFC 2396. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Traversable.py |
ac_inherited_permissions(self, all=0)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
access_debug_info(self)
|
Return debug info.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
acquiredRolesAreUsedBy(self, permission)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
addCreator(self, creator=None)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
addDTMLDocument(self, id, title='', file='', REQUEST=None, submit=None)
. Permission:
|
Add a DTML Document object with the contents of file. If
'file' is empty, default document text is used. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/DTMLDocument.py |
addDTMLMethod(self, id, title='', file='', REQUEST=None, submit=None)
. Permission:
|
Add a DTML Method object with the contents of file. If
'file' is empty, default document text is used. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/DTMLMethod.py |
all_meta_types(self, interfaces=None)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
allowedContentTypes(self, context=None)
Public
|
List type info objects for types which can be added in
this folder. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
canSetDefaultPage(self)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
canSetLayout(self)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
cb_dataItems(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
cb_dataValid(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
cb_isCopyable(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
cb_isMoveable(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
cb_userHasCopyOrMovePermission(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
changeOwnership(self, user, recursive=0)
|
Change the ownership to the given user.
If 'recursive' is true then also take ownership of all sub-objects,
otherwise sub-objects retain their ownership information. |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
checkIdAvailable(self, id)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
compute_size(self, ob)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
contentIds(self, filter=None)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
contentItems(self, filter=None)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
contentValues(self, filter=None)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
content_type(self)
. Permission:
|
WebDAV needs this to do the Right Thing (TM). |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
created(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
creation_date()
|
DateTime objects represent instants in time and provide
interfaces for controlling its representation without
affecting the absolute value of the object.
DateTime objects may be created from a wide variety of string
or numeric data, or may be computed from other DateTime objects.
DateTimes support the ability to convert their representations
to many major timezones, as well as the ablility to create a
DateTime object in the context of a given timezone.
DateTime objects provide partial numerical behavior:
- Two date-time objects can be subtracted to obtain a time,
in days between the two.
- A date-time object and a positive or negative number may
be added to obtain a new date-time object that is the given
number of days later than the input date-time object.
- A positive or negative number and a date-time object may
be added to obtain a new date-time object that is the given
number of days later than the input date-time object.
- A positive or negative number may be subtracted from a
date-time object to obtain a new date-time object that is
the given number of days earlier than the input date-time
object.
DateTime objects may be converted to integer, long, or float
numbers of days since January 1, 1901, using the standard int,
long, and float functions (Compatibility Note: int, long and
float return the number of days since 1901 in GMT rather than
local machine timezone). DateTime objects also provide access
to their value in a float format usable with the python time
module, provided that the value of the object falls in the
range of the epoch-based time module, and as a datetime.datetime
object.
A DateTime object should be considered immutable; all conversion
and numeric operations return a new DateTime object rather than
modify the current object. |
|
dav__init(self, request, response)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Collection.py |
dav__simpleifhandler(self, request, response, method='PUT', col=0, url=None, refresh=0)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
dav__validate(self, object, methodname, REQUEST)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/webdav/Resource.py |
decodeFolderFilter(self, encoded)
Public
|
Parse cookie string for using variables in dtml. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
defaultView(self, request=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
edit(self, title='', description='')
. Permission:
|
Edit the folder title (and possibly other attributes later) |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
effective(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
effective_date()
|
|
|
encodeFolderFilter(self, REQUEST)
Public
|
Parse cookie string for using variables in dtml. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
expiration_date()
|
|
|
expires(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
failIfLocked(self)
|
Check if isLocked via webDav.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalContent.py |
filtered_manage_options(self, REQUEST=None)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
filtered_meta_types(self, user=None)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
generateId(self, prefix='item', suffix='', rand_ceiling=999999999)
. Permission:
|
Returns an ID not used yet by this folder.
The ID is unlikely to collide with other threads and clients.
The IDs are sequential to optimize access to objects
that are likely to have some relation. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
get(self, name, default=None)
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
getActionInfo(self, action_chain, check_visibility=0, check_condition=0)
Public
|
Get an Action info mapping specified by a chain of actions.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
getAvailableLayouts(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
getBatchObjectListing(self, REQUEST=None)
. Permission:
|
Return a structure for a page template to show the list of objects.
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
getBookmarkableURLs(self)
. Permission:
|
Helper method to expose a configuration flag |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
getDefaultLayout(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
getDefaultPage(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
getIcon(self, relative_to_portal=0)
|
Using this method allows the content class
creator to grab icons on the fly instead of using a fixed
attribute on the class. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
getIconURL(self)
Public
|
Get the absolute URL of the icon for the object.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
getId(self)
Public
|
Return the id of the object as a string.
This method should be used in preference to accessing an id attribute
of an object directly. The getId method is public. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
getLayout(self, **kw)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
getObjectPosition(self, id)
. Permission:
|
Get the position of an object by its id. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
getOrdering(self)
. Permission:
|
return the currently active ordering adapter for this folder |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
getOwner(self, info=0, aq_get=<built-in function aq_get>, UnownableOwner=[], getSecurityManager=<function getSecurityManager at 0x7fd639c02550>)
|
Get the owner
If a true argument is provided, then only the owner path and id are
returned. Otherwise, the owner object is returned. |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
getOwnerTuple(self)
|
Return a tuple, (userdb_path, user_id) for the owner.
o Ownership can be acquired, but only from the containment path.
o If unowned, return None. |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
getParentNode(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
getPhysicalPath(self)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Traversable.py |
getPortalTypeName(self)
Public
|
Get the portal type name that can be passed to portal_types.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
getProperty(self, id, d=None)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
getPropertyType(self, id)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
getSiteManager(self)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
getSize(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
getTypeInfo(self)
Public
|
Get the TypeInformation object specified by the portal type.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
getWrappedOwner(self)
. Permission:
|
Get the owner, modestly wrapped in the user folder.
o If the object is not owned, return None.
o If the owner's user database doesn't exist, return Nobody.
o If the owner ID does not exist in the user database, return Nobody. |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
get_local_roles(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
get_local_roles_for_userid(self, userid)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
get_size(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
get_valid_userids(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
hasObject(self, id)
. Permission:
|
Indicate whether the folder has an item by ID. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
hasProperty(self, id)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
has_key(self, id)
. Permission:
|
Indicate whether the folder has an item by ID. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
has_local_roles(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
http__etag(self, readonly=0)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/EtagSupport.py |
http__parseMatchList(self, REQUEST, header='if-match')
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/EtagSupport.py |
http__processMatchHeaders(self, REQUEST=None)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/EtagSupport.py |
http__refreshEtag(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/EtagSupport.py |
icon(self, relative_to_portal=0)
Public
|
Using this method allows the content class
creator to grab icons on the fly instead of using a fixed
attribute on the class. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/DynamicType.py |
indexObject(self)
. Permission: ite Ad
|
Index the object in the portal catalog.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
invokeFactory(self, type_name, id, RESPONSE=None, *args, **kw)
. Permission:
|
Invokes the portal_types tool.
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
isEffective(self, date)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
items(self, spec=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
iterkeys(self)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
keys(self, spec=None, ordered=True)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
last_modified(self, ob)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
listContributors(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
listCreators(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
listDAVObjects(self)
. Permission:
|
Return objects for WebDAV folder listings.
We add a non-folderish pseudo object which contains the "body" data
for this container. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
listFolderContents(self, contentFilter=None)
. Permission:
|
List viewable contentish and folderish sub-objects.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
list_imports(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage()
|
DTMLFile that automatically sets the X-Theme-Disabled header |
|
manage_CopyContainerAllItems(self, REQUEST)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_CopyContainerFirstItem(self, REQUEST)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_DAVget(self)
. Permission:
|
Get the body of the content item in a WebDAV response.
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
manage_FTPget(self, REQUEST=None, RESPONSE=None)
. Permission:
|
Return the body of the content item in an FTP or WebDAV response.
This adapts self to IRawReadFile(), which is then returned as an
iterator. The adapter should provide IStreamIterator. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/filerepresentation.py |
manage_access(self, REQUEST, **kw)
. Permission:
|
Return an interface for making permissions settings. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/role.py |
manage_acquiredForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_acquiredPermissions(self, permissions=[], REQUEST=[])
. Permission:
|
Change the permissions that acquire.
|
|
manage_addDTMLDocument(self, id, title='', file='', REQUEST=None, submit=None)
. Permission:
|
Add a DTML Document object with the contents of file. If
'file' is empty, default document text is used. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/DTMLDocument.py |
manage_addDTMLMethod(self, id, title='', file='', REQUEST=None, submit=None)
. Permission:
|
Add a DTML Method object with the contents of file. If
'file' is empty, default document text is used. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/DTMLMethod.py |
manage_addDocument(self, id, title='', file='', REQUEST=None, submit=None)
. Permission:
|
Add a DTML Method object with the contents of file. If
'file' is empty, default document text is used. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/DTMLMethod.py |
manage_addFile(self, id, file=b'', title='', precondition='', content_type='', REQUEST=None)
. Permission:
|
Add a new File object.
Creates a new File object 'id' with the contents of 'file' |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Image.py |
manage_addFolder(self, id, title='', REQUEST=None)
. Permission:
|
Add a new folder-like object with id *id*.
IF present, use the parent object's 'mkdir' alias; otherwise, just add
a PortalFolder. |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/PortalFolder.py |
manage_addImage(self, id, file, title='', precondition='', content_type='', REQUEST=None)
. Permission:
|
Add a new Image object.
Creates a new Image object 'id' with the contents of 'file'. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Image.py |
manage_addLocalRoles(self, userid, roles, REQUEST=[])
. Permission:
|
Set local roles for a user. |
|
manage_addOrderedFolder(self, id, title='', createPublic=0, createUserF=0, REQUEST=None)
. Permission:
|
Add a new ordered Folder object with id *id*.
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/OrderedFolder.py |
manage_addProduct()
|
|
|
manage_addProperty(self, id, value, type, REQUEST=None)
. Permission:
|
Add a new property via the web.
Sets a new property with the given id, type, and value. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
manage_addUserFolder(self, dtself=None, REQUEST=None, **ignored)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/userfolder.py |
manage_afterAdd(self, item, container)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_afterClone(self, item)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_beforeDelete(self, item, container)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_changeOwnershipType(self, explicit=[], RESPONSE=[], REQUEST=[])
. Permission:
|
Change the type (implicit or explicit) of ownership. |
|
manage_changePermissions(self, REQUEST)
. Permission:
|
Change all permissions settings, called by management screen. |
|
manage_changeProperties(self, REQUEST=None, **kw)
. Permission:
|
Change existing object properties.
Change object properties by passing either a REQUEST object or
name=value parameters |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
manage_changePropertyTypes(self, old_ids, props, REQUEST=None)
. Permission:
|
Replace one set of properties with another.
Delete all properties that have ids in old_ids, then add a
property for each item in props. Each item has a new_id,
new_value, and new_type. The type of new_value should match
new_type. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
manage_cleanup(self)
. Permission:
|
Call self._cleanup() and reports the result as text. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
manage_clone(self, ob, id, REQUEST=None)
Public
|
Clone an object, creating a new object with the given id.
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_copyObjects(self, ids=None, REQUEST=None, RESPONSE=None)
. Permission:
|
Put a reference to the objects named in ids in the clip board |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_cutObjects(self, ids=None, REQUEST=None)
. Permission: ite Ad
|
Put a reference to the objects named in ids in the clip board |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_defined_roles(self, submit=None, REQUEST=None)
. Permission:
|
Called by management screen. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/role.py |
manage_delAllObjects(self, REQUEST=None)
. Permission:
|
Delete all contained objects. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
manage_delLocalRoles(self, userids, REQUEST=[])
. Permission:
|
Remove all local roles for a user. |
|
manage_delObjects(self, ids=None, REQUEST=None)
. Permission:
|
Delete the contained objects with the specified ids.
If the current user does not have permission to delete one of the
objects, an Unauthorized exception will be raised. |
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
manage_delProperties(self, ids=None, REQUEST=None)
. Permission:
|
Delete one or more properties specified by 'ids'. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
manage_editLocalRoles()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_editProperties(self, REQUEST)
. Permission:
|
Edit object properties via the web.
The purpose of this method is to change all property values,
even those not listed in REQUEST; otherwise checkboxes that
get turned off will be ignored. Use manage_changeProperties()
instead for most situations. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
manage_editRoles(self, REQUEST, acl_type='A', acl_roles=[])
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/role.py |
manage_editedDialog(self, REQUEST, **args)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
manage_exportObject(self, id='', download=None, RESPONSE=None, REQUEST=None)
. Permission:
|
Exports an object to a file and returns that file. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_findForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_fixCount(self)
. Permission:
|
Call self._fixCount() and reports the result as text. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
manage_fixupOwnershipAfterAdd(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
manage_form_title()
Public
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_getPermissionMapping(self)
|
Return the permission mapping for the object
This is a list of dictionaries with:
permission_name -- The name of the native object permission
class_permission -- The class permission the permission is
mapped to. |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/PermissionMapping.py |
manage_getUserRolesAndPermissions(self, user_id)
|
Used for permission/role reporting for a given user_id.
Returns a dict mapping
'user_defined_in' -> path where the user account is defined
'roles' -> global roles,
'roles_in_context' -> roles in context of the current object,
'allowed_permissions' -> permissions allowed for the user,
'disallowed_permissions' -> all other permissions |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
manage_get_sortedObjects(self, sortkey, revkey)
. Permission:
|
Return dictionaries used for the management page, sorted by sortkey
(which is 'id' or an attribute of the objects). The direction is
determined by rkey, which can be 'asc' for ascending or 'desc' for
descending.
It returns a list of dictionaries, with keys 'id' and 'obj', where 'id'
is the ID of the object as known by the parent and 'obj' is the child
object. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_hasId(self, REQUEST)
. Permission:
|
Check if the folder has an object with REQUEST['id']. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_importExportForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_importObject(self, file, REQUEST=None, set_owner=1, suppress_events=False)
. Permission:
|
Import an object from a file |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
manage_index_main()
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_listLocalRoles()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_main()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_menu()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_navbar()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_object_workspace(self, ids=(), REQUEST=None)
. Permission:
|
Redirect to the workspace of the first object in the list. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
manage_owner()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_page_footer()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_page_header(self, *args, **kw)
. Permission:
|
manage_page_header. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
manage_pasteObjects(self, cb_copy_data=None, REQUEST=None)
. Permission: ite Ad
|
Paste previously copied objects into the current object.
If calling manage_pasteObjects from python code, pass the result of a
previous call to manage_cutObjects or manage_copyObjects as the first
argument.
Also sends IObjectCopiedEvent and IObjectClonedEvent
or IObjectWillBeMovedEvent and IObjectMovedEvent.
If `REQUEST` is None it returns a
list of dicts {'id': orig_id, 'new_id': new_id} otherwise it renders
a HTML page. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_permission(self, permission_to_manage, roles=[], acquire=[], REQUEST=[])
|
Change the settings for the given permission.
If optional arg acquire is true, then the roles for the permission
are acquired, in addition to the ones specified, otherwise the
permissions are restricted to only the designated roles. |
|
manage_permissionForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_propertiesForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_propertyTypeForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_renameForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_renameObject(self, id, new_id, REQUEST=None)
. Permission: ite Ad
|
Rename a particular sub-object without changing its position. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
manage_renameObjects(self, ids=[], new_ids=[], REQUEST=None)
. Permission: ite Ad
|
Rename several sub-objects |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
manage_reportUserPermissions()
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_role(self, role_to_manage, permissions=[], REQUEST=[])
|
Change the permissions given to the given role.
|
|
manage_roleForm()
. Permission:
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_setLocalRoles(self, userid, roles=[], REQUEST=[])
. Permission:
|
Set local roles for a user. |
|
manage_setPermissionMapping(self, permission_names=[], class_permissions=[], REQUEST=[])
|
Change the permission mapping
|
|
manage_tabs()
Public
|
HTMLFile with bindings and support for __render_with_namespace__ |
|
manage_takeOwnership(self, REQUEST, RESPONSE, recursive=[])
. Permission:
|
Take ownership (responsibility) for an object.
If 'recursive' is true, then also take ownership of all sub-objects. |
|
manage_workflowsTab(self, REQUEST, manage_tabs_message=None)
. Permission:
|
Tab displaying the current workflows for the content object.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
manage_workspace(self, REQUEST)
|
Dispatch to first interface in manage_options
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
manage_zmi_logout(self, REQUEST, RESPONSE)
Public
|
Logout current user |
/home/voegel/plone/buildout-cache/eggs/Products.PluggableAuthService-2.6.4-py3.8.egg/Products/PluggableAuthService/__init__.py |
modification_date()
|
DateTime objects represent instants in time and provide
interfaces for controlling its representation without
affecting the absolute value of the object.
DateTime objects may be created from a wide variety of string
or numeric data, or may be computed from other DateTime objects.
DateTimes support the ability to convert their representations
to many major timezones, as well as the ablility to create a
DateTime object in the context of a given timezone.
DateTime objects provide partial numerical behavior:
- Two date-time objects can be subtracted to obtain a time,
in days between the two.
- A date-time object and a positive or negative number may
be added to obtain a new date-time object that is the given
number of days later than the input date-time object.
- A positive or negative number and a date-time object may
be added to obtain a new date-time object that is the given
number of days later than the input date-time object.
- A positive or negative number may be subtracted from a
date-time object to obtain a new date-time object that is
the given number of days earlier than the input date-time
object.
DateTime objects may be converted to integer, long, or float
numbers of days since January 1, 1901, using the standard int,
long, and float functions (Compatibility Note: int, long and
float return the number of days since 1901 in GMT rather than
local machine timezone). DateTime objects also provide access
to their value in a float format usable with the python time
module, provided that the value of the object falls in the
range of the epoch-based time module, and as a datetime.datetime
object.
A DateTime object should be considered immutable; all conversion
and numeric operations return a new DateTime object rather than
modify the current object. |
|
modified(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
moveObject(self, id, position)
|
Move specified object to absolute position. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
moveObjectToPosition(self, id, position, suppress_events=False)
. Permission: ite Ad
|
Move specified object to absolute position. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
moveObjectsByDelta(self, ids, delta, subset_ids=None, suppress_events=False)
. Permission:
|
Move specified sub-objects by delta. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
moveObjectsDown(self, ids, delta=1, subset_ids=None)
. Permission:
|
Move specified sub-objects down by delta in container. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
moveObjectsToBottom(self, ids, subset_ids=None)
. Permission:
|
Move specified sub-objects to bottom of container. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
moveObjectsToTop(self, ids, subset_ids=None)
. Permission:
|
Move specified sub-objects to top of container. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
moveObjectsUp(self, ids, delta=1, subset_ids=None)
. Permission:
|
Move specified sub-objects up by delta in container. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
notifyModified(self)
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
notifyWorkflowCreated(self)
|
Notify the workflow that the object was just created.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
objectCount(self)
. Permission:
|
Return the number of items in the folder. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
objectIds(self, spec=None, ordered=True)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
objectIds_d(self, t=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
objectItems(self, spec=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
objectItems_d(self, t=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
objectMap(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
objectMap_d(self, t=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
objectValues(self, spec=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
objectValues_d(self, t=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
opaqueIds(self)
. Permission:
|
Return opaque ids (subelements that are contained
using something that is not an ObjectManager). |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
opaqueItems(self)
. Permission:
|
Return opaque items (subelements that are contained
using something that is not an ObjectManager). |
/home/voegel/plone/buildout-cache/eggs/Products.CMFPlone-5.2.5-py3.8.egg/Products/CMFPlone/patches/speed.py |
opaqueValues(self)
. Permission:
|
Return opaque values (subelements that are contained
using something that is not an ObjectManager). |
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
orderObjects(self, key=None, reverse=None)
. Permission:
|
Order sub-objects by key and direction. |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
owner_info(self)
. Permission:
|
Get ownership info for display
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
permission_settings(self, permission=None)
. Permission:
|
Return user-role permission settings.
If 'permission' is passed to the method then only the settings for
'permission' is returned. |
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
permissionsOfRole(self, role)
. Permission:
|
Returns a role to permission mapping.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
possible_permissions(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
propdict(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertyDescription(self, id)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertyIds(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertyItems(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertyLabel(self, id)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertyMap(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertyValues(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
propertysheets()
|
A PropertySheets container that contains a default property
sheet for compatibility with the arbitrary property mgmt
design of Zope PropertyManagers. |
|
raise_standardErrorMessage(self, client=None, REQUEST={}, error_type=None, error_value=None, tb=None, error_tb=None, error_message='', tagSearch=<built-in method search of re.Pattern object at 0x7fd63d2d91b0>, error_log_url='')
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
reindexObject(self, idxs=[], update_metadata=1, uid=None)
|
Reindex the object in the portal catalog.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
reindexObjectSecurity(self, skip_self=False)
. Permission: ite Ad
|
Reindex security-related indexes on the object.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
restrictedTraverse(self, path, default=<object object at 0x7fd63f04a940>)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Traversable.py |
rights()
|
|
|
rolesOfPermission(self, permission)
. Permission:
|
Returns a permission to role mapping.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
setContributors(self, contributors)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setCreators(self, creators)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setDefaultPage(self, objectId)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
setDescription(self, description)
. Permission:
|
Set Dublin Core Description element - resource summary.
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setEffectiveDate(self, effective_date)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setExpirationDate(self, expiration_date)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setFormat(self, format)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setLanguage(self, language)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setLayout(self, layout)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.8.egg/Products/CMFDynamicViewFTI/browserdefault.py |
setModificationDate(self, modification_date=None)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setOrdering(self, ordering='')
. Permission:
|
(re)set ordering adapter to be used for this folder |
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
setRights(self, rights)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setSiteManager(self, components)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
setSubject(self, subject)
. Permission: ite Ad
|
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
setTitle(self, title)
. Permission:
|
Set Dublin Core Title element - resource name.
|
/home/voegel/plone/buildout-cache/eggs/plone.dexterity-2.10.2-py3.8.egg/plone/dexterity/content.py |
superValues(self, t)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/ObjectManager.py |
tabs_path_default(self, REQUEST)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
tabs_path_info(self, script, path)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
tabs_path_length(self, REQUEST)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/App/Management.py |
this(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
title_and_id(self)
|
Return the title if it is not blank and the id otherwise.
If the title is not blank, then the id is included in parens. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
title_or_id(self)
|
Return the title if it is not blank and the id otherwise.
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
tpURL(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/SimpleItem.py |
tpValues(self)
. Permission:
|
Ensure the items don't show up in the left pane. |
/home/voegel/plone/buildout-cache/eggs/Products.BTreeFolder2-4.3-py3.8.egg/Products/BTreeFolder2/BTreeFolder2.py |
unindexObject(self)
. Permission: ite Ad
|
Unindex the object from the portal catalog.
|
/home/voegel/plone/buildout-cache/eggs/Products.CMFCore-2.5.4-py3.8.egg/Products/CMFCore/CMFCatalogAware.py |
unrestrictedTraverse(self, path, default=<object object at 0x7fd63f04a940>, restricted=False)
|
Lookup an object by path.
path -- The path to the object. May be a sequence of strings or a slash
separated string. If the path begins with an empty path element
(i.e., an empty string or a slash) then the lookup is performed
from the application root. Otherwise, the lookup is relative to
self. Two dots (..) as a path element indicates an upward traversal
to the acquisition parent.
default -- If provided, this is the value returned if the path cannot
be traversed for any reason (i.e., no object exists at that path or
the object is inaccessible).
restricted -- If false (default) then no security checking is
performed. If true, then all of the objects along the path are
validated with the security machinery. Usually invoked using
restrictedTraverse(). |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Traversable.py |
userCanTakeOwnership(self)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/owner.py |
userdefined_roles(self)
. Permission:
|
Return list of user-defined roles.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
users_with_local_role(self, role)
|
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
validClipData(self)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/CopySupport.py |
validRoles(self)
|
Return list of valid roles.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
valid_property_id(self, id)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/PropertyManager.py |
valid_roles(self)
|
Return list of valid roles.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
validate_roles(self, roles)
|
Return true if all given roles are valid.
|
/home/voegel/plone/buildout-cache/eggs/AccessControl-4.3-py3.8-linux-x86_64.egg/AccessControl/rolemanager.py |
values(self, spec=None)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/plone.folder-3.1.0-py3.8.egg/plone/folder/ordered.py |
virtual_url_path(self)
Public
|
Return a URL for the object, relative to the site root.
If a virtual host is configured, the URL is a path relative to
the virtual host's root object. Otherwise, it is the physical
path. In either case, the URL does not begin with a slash. |
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Traversable.py |
wl_clearLocks(self)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_delLock(self, locktoken)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_getLock(self, locktoken)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_hasLock(self, token, killinvalids=0)
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_isLocked(self)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_lockItems(self, killinvalids=0)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_lockTokens(self, killinvalids=0)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_lockValues(self, killinvalids=0)
Public
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
wl_lockmapping(self, killinvalids=0, create=0)
|
if 'killinvalids' is 1, locks who are no longer valid
will be deleted
**Monkey patched by** 'plone.protect.monkey.wl_lockmapping' |
/home/voegel/plone/buildout-cache/eggs/plone.protect-4.1.6-py3.8.egg/plone/protect/monkey.py |
wl_setLock(self, locktoken, lock)
. Permission:
|
|
/home/voegel/plone/buildout-cache/eggs/Zope-4.6.3-py3.8.egg/OFS/Lockable.py |
workflow_history()
|
Legacy persistent mapping class
This class mixes in :class:`ExtensionClass.Base` if it is present.
Unless you actually want ExtensionClass semantics, use
:class:`persistent.mapping.PersistentMapping` instead. |
|
zope_copyright()
Public
|
HTMLFile with bindings and support for __render_with_namespace__ |
|