↓ Debug

Debug information

↑ Close

Context object Plone

This panel shows information about the context object

Object

URL https://lab.wikway.de
Path /Plone
Class Products.CMFPlone.Portal.PloneSite
Provided interfaces
(*) Marker interfaces
AccessControl.interfaces.IOwned
AccessControl.interfaces.IPermissionMappingSupport
AccessControl.interfaces.IRoleManager
Acquisition.interfaces.IAcquirer
App.interfaces.INavigation
OFS.EtagSupport.EtagBaseInterface
OFS.interfaces.ICopyContainer
OFS.interfaces.ICopySource
OFS.interfaces.IFindSupport
OFS.interfaces.IFolder
OFS.interfaces.IItem
OFS.interfaces.IManageable
OFS.interfaces.IObjectManager
OFS.interfaces.IOrderedContainer
OFS.interfaces.IPropertyManager
OFS.interfaces.ITraversable
OFS.interfaces.IWriteLock
OFS.interfaces.IZopeObject
Products.CMFCore.interfaces.ICatalogableDublinCore
Products.CMFCore.interfaces.IDublinCore
Products.CMFCore.interfaces.IDynamicType
Products.CMFCore.interfaces.IFolderish
Products.CMFCore.interfaces.IMinimalDublinCore
Products.CMFCore.interfaces.IMutableDublinCore
Products.CMFCore.interfaces.IMutableMinimalDublinCore
Products.CMFCore.interfaces.IOpaqueItemManager
Products.CMFCore.interfaces.ISiteRoot
Products.CMFDynamicViewFTI.interfaces.IBrowserDefault
Products.CMFDynamicViewFTI.interfaces.ISelectableBrowserDefault
Products.CMFPlone.interfaces.siteroot.IPloneSiteRoot
Products.CMFPlone.interfaces.syndication.ISyndicatable
Products.Five.component.interfaces.IObjectManagerSite
persistent.interfaces.IPersistent
plone.app.layout.navigation.interfaces.INavigationRoot
plone.contentrules.engine.interfaces.IRuleAssignable
plone.portlets.interfaces.ILocalPortletAssignable
webdav.interfaces.IDAVCollection
webdav.interfaces.IDAVResource
zope.annotation.interfaces.IAnnotatable
zope.annotation.interfaces.IAttributeAnnotatable
zope.component.interfaces.IPossibleSite
zope.component.interfaces.ISite
zope.container.interfaces.IContainer
zope.container.interfaces.IItemContainer
zope.container.interfaces.IReadContainer
zope.container.interfaces.ISimpleReadContainer
zope.container.interfaces.IWriteContainer
zope.interface.Interface
zope.interface.common.ABCInterface
zope.interface.common.collections.IContainer
zope.interface.common.collections.ISized
zope.interface.common.mapping.IEnumerableMapping
zope.interface.common.mapping.IItemMapping
zope.interface.common.mapping.IReadMapping

Factory type information

Portal type Plone Site
Title Plone Site
Method aliases
(Default)
(dynamic view)
edit
@@site-controlpanel
sharing
@@sharing
view
(selected layout)
Actions
view
string:${object_url}
Default view home
View methods
album_view
event_listing
full_view
listing_view
summary_view
tabular_view

Methods

Signature Documentation Filename
Bewerber.jpg() Convenience subclass for ``Image`` portal type
BingSiteAuth.xml() Convenience subclass for ``File`` portal type
COPY(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/wikway/Plone5/src/Zope/src/webdav/Resource.py
Contributors()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
CreationDate(zone=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
Creator()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
DELETE(REQUEST, RESPONSE)
Roles: Editor, Manager, Owner, Site Administrator, Verwaltung. Permission: Delete_objects
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/wikway/Plone5/src/Zope/src/webdav/Collection.py
DSC0032FR.jpg() Convenience subclass for ``Image`` portal type
Date(zone=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
Description()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
Dublin Core Description element - resource summary. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
EffectiveDate(zone=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
ExpirationDate(zone=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
Format()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
HEAD(REQUEST, RESPONSE)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
Retrieve resource information without a response body. /home/wikway/Plone5/src/Zope/src/webdav/Collection.py
HTTPCache() A base class for cache managers. Implement ZCacheManager_getCache().
Identifier()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
LOCK(REQUEST, RESPONSE)
Roles: Site Administrator. Permission: WebDAV_Lock_items
Lock a resource /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
Language()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
MKCOL(REQUEST, RESPONSE) Create a new collection resource. If called on an existing resource, MKCOL must fail with 405 (Method Not Allowed). /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
MKCOL_handler(id, REQUEST=None, RESPONSE=None) Handle WebDAV MKCOL. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
MOVE(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/wikway/Plone5/src/Zope/src/webdav/Resource.py
MailHost() persistent version
Members()
ModificationDate(zone=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
OPTIONS(REQUEST, RESPONSE)
Public
Retrieve communication options. /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
PROPFIND(REQUEST, RESPONSE)
Roles: Site Administrator. Permission: WebDAV_access
Retrieve properties defined on the resource. /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
PROPPATCH(REQUEST, RESPONSE)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Set and/or remove properties defined on the resource. /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
PUT(REQUEST, RESPONSE) The PUT method has no inherent meaning for collection resources, though collections are not specifically forbidden to handle PUT requests. The default response to a PUT request for collections is 405 (Method Not Allowed). /home/wikway/Plone5/src/Zope/src/webdav/Collection.py
PUT_factory(name, typ, body) Factory for PUT requests to objects which do not yet exist. Used by NullResource.PUT. Returns -- Bare and empty object of the appropriate type (or None, if we don't know what to do) /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
Photo%2520by%2520anaya-katlego%2520on%2520Unsplash%2520201907015%2520klein.jpg() Convenience subclass for ``Image`` portal type
Pixabay%2520Aushilfe%25202019-07-16%2520klein.jpg() Convenience subclass for ``Image`` portal type
Publisher()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
RAMCache() Manage a RAMCache, which stores rendered data in RAM. This is intended to be used as a low-level cache for expensive Python code, not for objects published under their own URLs such as web pages. RAMCacheManager *can* be used to cache complete publishable pages, such as DTMLMethods/Documents and Page Templates, but this is not advised: such objects typically do not attempt to cache important out-of-band data such as 3xx HTTP responses, and the client would get an erroneous 200 response. Such objects should instead be cached with an AcceleratedHTTPCacheManager and/or downstream caching.
ResourceRegistryCache() Manage a RAMCache, which stores rendered data in RAM. This is intended to be used as a low-level cache for expensive Python code, not for objects published under their own URLs such as web pages. RAMCacheManager *can* be used to cache complete publishable pages, such as DTMLMethods/Documents and Page Templates, but this is not advised: such objects typically do not attempt to cache important out-of-band data such as 3xx HTTP responses, and the client would get an erroneous 200 response. Such objects should instead be cached with an AcceleratedHTTPCacheManager and/or downstream caching.
Rights()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
Subject()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
TRACE(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/wikway/Plone5/src/Zope/src/webdav/Resource.py
Title()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
Dublin Core Title element - resource name. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
Type()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
UNLOCK(REQUEST, RESPONSE)
Roles: Site Administrator. Permission: WebDAV_Unlock_items
Remove an existing lock on a resource. /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
Unternehmen.jpg() Convenience subclass for ``Image`` portal type
WIKC Faltflyer.pdf() Convenience subclass for ``File`` portal type
WIKWAY%25201.png() Convenience subclass for ``Image`` portal type
WIKWAY%25202%2520-1.png() Convenience subclass for ``Image`` portal type
WIKWAY%25202.0.png() Convenience subclass for ``Image`` portal type
WIKWAY%25203.0.png() Convenience subclass for ``Image`` portal type
ZopeFind(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/wikway/Plone5/src/Zope/src/OFS/FindSupport.py
ZopeFindAndApply(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='')
Roles: Manager. Permission: View_management_screens
Zope Find interface and apply. /home/wikway/Plone5/src/Zope/src/OFS/FindSupport.py
_DefaultDublinCoreImpl__CEILING_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 ability 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.
_DefaultDublinCoreImpl__FLOOR_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 ability 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.
__allow_groups__() All-singing, all-dancing user folder.
__annotations__()
__before_publishing_traverse__(container, request) Class used to multiplex hook. MultiHook calls the named hook from the class of the container, then the prior hook, then all the hooks in its list.
__bool__() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__browser_default__(request) Set default so we can return whatever we want instead of index_html /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
__call__()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
Resolve and return the selected view template applied to the object. This should not consider the default page. /home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
__class__(id, title='') The Plone site object. /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
__class_init__() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__contains__(name) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__delattr__(name, /) Implement delattr(self, name).
__delitem__(name) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__dir__() Default dir() implementation.
__eq__(value, /) Return self==value.
__error_log__() Site error log class. You can put an error log anywhere in the tree and exceptions in that area will be posted to the site error log.
__format__(format_spec, /) Default object formatter.
__ge__(value, /) Return self>=value.
__getattr__(name) Looks for the name in an object with wrappers that only reach up to the root skins folder. This should be fast, flexible, and predictable. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
__getattribute__(name, /) Return getattr(self, name).
__getitem__(key) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.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__(value, /) Return self>value.
__hash__() Return hash(self).
__implemented__()
__init__(id, title='') Initialize self. See help(type(self)) for accurate signature. /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.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__() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__le__(value, /) Return self<=value.
__len__() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__lt__(value, /) Return self<value.
__ne__(value, /) Return self!=value.
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature.
__nonzero__() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
__of__() __of__(context) -- return the object in a context
__providedBy__()
__provides__()
__reduce__() Reduce an object to contituent parts for serialization
__reduce_ex__(protocol, /) Helper for pickle.
__repr__()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
Show the physical path of the object and context if available. /home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
__setattr__(name, value, /) Implement setattr(self, name, value).
__setitem__(key, value) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.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__() Size of object in memory, in bytes.
__str__() 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(role, REQUEST=[]) None
_canCopy(op=0) Called to make sure this object is copyable. The op var is 0 for a copy, 1 for a move. /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_checkId(id, allow_dup=0) Override of ObjectManager._checkId(). Allows the user to create objects with IDs that match the ID of a skin object. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
_cleanupCopy(cp, container) /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_components() An implementation of a component registry that can be persisted and looks like a standard ObjectManager. It also ensures that all utilities have the the parent of this site manager (which should be the ISite) as their acquired parent.
_datify(attrib) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
_delOb(id) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_delObject(id, dp=1, suppress_events=False) Delete an object from this container. Also sends IObjectWillBeRemovedEvent and IObjectRemovedEvent. /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_delPropValue(id) /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
_delProperty(id) /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
_delRoles(roles, REQUEST=[]) None
_deleteOwnershipAfterAdd() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
_editMetadata(title=[], subject=[], description=[], contributors=[], effective_date=[], expiration_date=[], format=[], language=[], rights=[]) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
_filteredItems(ids, filt) Apply filter, a mapping, to child objects indicated by 'ids', returning a sequence of (id, obj) tuples. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
_getCopy(container) /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_getImportPaths() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_getOb(id, default=[]) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_getPortalTypeName() Get the portal type name that can be passed to portal_types. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
_getUNIQUE() /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/utils.py
_get_id(id) /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_get_zmi_additionals(attrib) /home/wikway/Plone5/src/Zope/src/App/Management.py
_has_user_defined_role(role) /home/wikway/Plone5/src/Zope/src/OFS/role.py
_importObjectFromFile(filepath, verify=1, set_owner=1, suppress_events=False) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_isBeingUsedAsAMethod(REQUEST=None, wannaBe=0) /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-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__
_normal_manage_access() HTMLFile with bindings and support for __render_with_namespace__
_notifyOfCopyTo(container, op=0) Overide this to be pickly about where you go! If you dont want to go there, raise an exception. The op variable is 0 for a copy, 1 for a move. /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_old___before_publishing_traverse__(arg1, arg2=None) Pre-traversal hook. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
_old_wl_lockmapping(killinvalids=0, create=0) if 'killinvalids' is 1, locks who are no longer valid will be deleted /home/wikway/Plone5/src/Zope/src/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(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/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_postCopy(container, op=0) /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_propertyMap() Return a tuple of mappings, giving meta-data for properties. /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
_setId(id) Never allow renaming! /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
_setOb(id, object) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_setObject(id, object, roles=None, user=None, set_owner=1, suppress_events=False) Set an object into this container. Also sends IObjectWillBeAddedEvent and IObjectAddedEvent. /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_setPortalTypeName(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/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
_setPropValue(id, value) /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
_setProperty(id, value, type='string') /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
_setRoles(acl_type, acl_roles) /home/wikway/Plone5/src/Zope/src/OFS/role.py
_subobject_permissions() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
_updateProperty(id, value) /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
_verifyObjectPaste(object, validate_src=1) /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
_wrapperCheck(object) /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
absolute_url(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/wikway/Plone5/src/Zope/src/OFS/Traversable.py
absolute_url_path()
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/wikway/Plone5/src/Zope/src/OFS/Traversable.py
ac_inherited_permissions(all=0)
Roles: Manager. Permission: Change_permissions
/home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
access_debug_info() Return debug info. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
acl_users() All-singing, all-dancing user folder.
acquiredRolesAreUsedBy(permission)
Roles: Manager. Permission: Change_permissions
/home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
addCreator(creator=None)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
addDTMLDocument(id, title='', file='', REQUEST=None, submit=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a DTML Document object with the contents of file. If 'file' is empty, default document text is used. /home/wikway/Plone5/src/Zope/src/OFS/DTMLDocument.py
addDTMLMethod(id, title='', file='', REQUEST=None, submit=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a DTML Method object with the contents of file. If 'file' is empty, default document text is used. /home/wikway/Plone5/src/Zope/src/OFS/DTMLMethod.py
ads() Convenience subclass for ``Folder`` portal type
ads.txt() A File object is a content object for arbitrary files.
all_meta_types(interfaces=None) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
allowedContentTypes()
Public
List type info objects for types which can be added in this folder. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
availableLanguages()
Public
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
bew-neu-reg.jpg() Convenience subclass for ``Image`` portal type
bewerber() Convenience subclass for ``Folder`` portal type
bewerber.png() Convenience subclass for ``Image`` portal type
blog() Convenience subclass for ``Folder`` portal type
blog-extern() Convenience subclass for ``Folder`` portal type
caching_policy_manager() Manage the set of CachingPolicy objects for the site; dispatch to them from skin methods.
canSetDefaultPage()
Public
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
canSetLayout()
Public
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
candidates() Base class for folderish items
cb_dataItems() /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
cb_dataValid() /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
cb_isCopyable() /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
cb_isMoveable() /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
cb_userHasCopyOrMovePermission() /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
cbf94233bcc7e708a5cbe482a12d0d12.txt() A File object is a content object for arbitrary files.
changeOwnership(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/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
changeSkin(skinname, REQUEST=None)
Public
Change the current skin. Can be called manually, allowing the user to change skins in the middle of a request. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
checkIdAvailable(id)
Roles: Contributor, Manager, Messekoordination, Owner, Site Administrator, Verwaltung. Permission: Add_portal_content
/home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
clearCurrentSkin()
Public
Clear the current skin. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
cmf_uid() Unique id object used as annotation on (content) objects.
companies() Company object for the WIKWAY portal
compute_size(ob)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
constance_arndt_foto_dirk_diessel_DSF1771_resized_2.jpg() Convenience subclass for ``Image`` portal type
contentIds(filter=None)
Public
/home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
contentItems(filter=None)
Public
/home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
contentValues(filter=None)
Public
/home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
content_type() WebDAV needs this to do the Right Thing (TM). /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
content_type_registry() Registry for rules which map PUT args to a CMF Type Object.
copy_of_zwik() Convenience subclass for ``Folder`` portal type
created()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.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 ability 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(request, response) /home/wikway/Plone5/src/Zope/src/webdav/Collection.py
dav__simpleifhandler(request, response, method='PUT', col=0, url=None, refresh=0) /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
dav__validate(object, methodname, REQUEST) /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
decodeFolderFilter(encoded)
Public
Parse cookie string for using variables in dtml. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
defaultView(request=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
edit(title='', description='') Edit the folder title (and possibly other attributes later) /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
editMetadata(title='', subject=(), description='', contributors=(), effective_date=None, expiration_date=None, format='text/html', language='en-US', rights='')
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
effective()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
effective_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 ability 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.
einloggen.png() Convenience subclass for ``Image`` portal type
encodeFolderFilter(REQUEST)
Public
Parse cookie string for using variables in dtml. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
error_log() Site error log class. You can put an error log anywhere in the tree and exceptions in that area will be posted to the site error log.
events() Convenience subclass for ``Document`` portal type
expiration_date()
expires()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
ffddf() Folders are basic container objects that provide a standard interface for object management. Folder objects also implement a management interface and can have arbitrary properties.
filtered_manage_options(REQUEST=None)
Public
/home/wikway/Plone5/src/Zope/src/App/Management.py
filtered_meta_types(user=None) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
folderlistingFolderContents(contentFilter=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
Calls listFolderContents in protected only by ACI so that folder_listing can work without the List folder contents permission. This is copied from Archetypes Basefolder and is needed by the reference browser. /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
formgen_tool()
get(key, default=None) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
getActionInfo(action_chain, check_visibility=0, check_condition=0)
Public
Get an Action info mapping specified by a chain of actions. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
getAvailableLayouts()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
getBookmarkableURLs()
Roles: Manager. Permission: View_management_screens
Helper method to expose a configuration flag /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
getCMFObjectsSubsetIds(objs) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/PloneFolder.py
getCurrentSkinName()
Public
Return the current skin name. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
getDefaultLayout()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
getDefaultPage()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
getDefaultSorting()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
getIcon(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/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
getIconURL()
Public
Get the absolute URL of the icon for the object. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
getId()
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/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
getIdsSubset(objects) /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
getLayout(**kw)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
getMetadataHeaders()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
getObjectPosition(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
getOwner(info=0, aq_get=<built-in function aq_get>, UnownableOwner=[], getSecurityManager=<function getSecurityManager at 0x7f825fde9ee0>) 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/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
getOwnerTuple() 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/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
getParentNode()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
getPhysicalPath()
Public
/home/wikway/Plone5/src/Zope/src/OFS/Traversable.py
getPortalTypeName()
Public
Get the portal type name that can be passed to portal_types. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
getProperty(id, d=None) /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
getPropertyType(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
getSiteManager()
Public
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
getSkin(name=None) Returns the requested skin. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
getSkinNameFromRequest(REQUEST=None)
Public
Returns the skin name from the Request. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
getTypeInfo()
Public
Get the TypeInformation object specified by the portal type. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/DynamicType.py
getWrappedOwner()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
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/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
get_local_roles() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
get_local_roles_for_userid(userid) /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
get_valid_userids() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
google73e2a3265654ceca.html() Convenience subclass for ``File`` portal type
googleb0035ae57f8a1bd8.html() Convenience subclass for ``File`` portal type
grafiken() Convenience subclass for ``Folder`` portal type
hasObject(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
hasProperty(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
has_local_roles() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
help() Convenience subclass for ``Folder`` portal type
home() Convenience subclass for ``Document`` portal type
http__etag(readonly=0) /home/wikway/Plone5/src/Zope/src/OFS/EtagSupport.py
http__parseMatchList(REQUEST, header='if-match') /home/wikway/Plone5/src/Zope/src/OFS/EtagSupport.py
http__processMatchHeaders(REQUEST=None) /home/wikway/Plone5/src/Zope/src/OFS/EtagSupport.py
http__refreshEtag()
Public
/home/wikway/Plone5/src/Zope/src/OFS/EtagSupport.py
img_2014-min-1.jpg() Convenience subclass for ``Image`` portal type
img_2014-min.jpg() Convenience subclass for ``Image`` portal type
indexObject() /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
index_html() ComputedAttribute(callable) -- Create a computed attribute
invokeFactory(type_name, id, RESPONSE=None, *args, **kw)
Roles: Contributor, Manager, Messekoordination, Owner, Site Administrator, Verwaltung. Permission: Add_portal_content
Invokes the portal_types tool. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
isEffective(date)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
it-lounge-vogtland() Convenience subclass for ``Folder`` portal type
items()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
jetzt-bewerben() Convenience subclass for ``Document`` portal type
karriere-forschung-kontakte-wissenschaftsforum-der-westsaechsischen-hochschule-zwickau-whz() Convenience subclass for ``Event`` portal type
keys()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
last_modified(ob)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
listContributors()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
listCreators()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
listDAVObjects()
Roles: Site Administrator. Permission: WebDAV_access
/home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
listFolderContents(contentFilter=None)
Roles: Contributor, Editor, Manager, Messekoordination, Owner, Reviewer, Site Administrator. Permission: List_folder_contents
List viewable contentish and folderish sub-objects. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
list_imports() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
loc_t() Web-callable scripts written in a safe subset of Python. The function may include standard python code, so long as it does not attempt to use the "exec" statement or certain restricted builtins.
manage() DTMLFile that automatically sets the X-Theme-Disabled header
manage_CopyContainerAllItems(REQUEST) /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_CopyContainerFirstItem(REQUEST) /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_DAVget()
Roles: Manager. Permission: View_management_screens
Gets the document source or file data. This implementation is a last resort fallback. The subclass should override this method to provide a more appropriate implementation. Using PrincipiaSearchSource, if it exists. It is one of the few shared interfaces still around in common Zope content objects. /home/wikway/Plone5/src/Zope/src/webdav/Resource.py
manage_access(REQUEST, **kw)
Roles: Manager. Permission: Change_permissions
Return an interface for making permissions settings. /home/wikway/Plone5/src/Zope/src/OFS/role.py
manage_acquiredForm()
Roles: Manager. Permission: Change_permissions
HTMLFile with bindings and support for __render_with_namespace__
manage_acquiredPermissions(permissions=[], REQUEST=[])
Roles: Manager. Permission: Change_permissions
Change the permissions that acquire.
manage_addDTMLDocument(id, title='', file='', REQUEST=None, submit=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a DTML Document object with the contents of file. If 'file' is empty, default document text is used. /home/wikway/Plone5/src/Zope/src/OFS/DTMLDocument.py
manage_addDTMLMethod(id, title='', file='', REQUEST=None, submit=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a DTML Method object with the contents of file. If 'file' is empty, default document text is used. /home/wikway/Plone5/src/Zope/src/OFS/DTMLMethod.py
manage_addDocument(id, title='', file='', REQUEST=None, submit=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a DTML Method object with the contents of file. If 'file' is empty, default document text is used. /home/wikway/Plone5/src/Zope/src/OFS/DTMLMethod.py
manage_addFile(id, file=b'', title='', precondition='', content_type='', REQUEST=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a new File object. Creates a new File object 'id' with the contents of 'file' /home/wikway/Plone5/src/Zope/src/OFS/Image.py
manage_addFolder(id, title='', REQUEST=None)
Roles: Contributor, Manager, Owner, Site Administrator, Verwaltung. Permission: Add_portal_folders
Add a new folder-like object with id *id*. IF present, use the parent object's 'mkdir' alias; otherwise, just add a PortalFolder. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
manage_addImage(id, file, title='', precondition='', content_type='', REQUEST=None)
Roles: Manager. Permission: Add_Documents__Images__and_Files
Add a new Image object. Creates a new Image object 'id' with the contents of 'file'. /home/wikway/Plone5/src/Zope/src/OFS/Image.py
manage_addLocalRoles(userid, roles, REQUEST=[])
Roles: Manager. Permission: Change_permissions
Set local roles for a user.
manage_addOrderedFolder(id, title='', createPublic=0, createUserF=0, REQUEST=None)
Roles: Manager. Permission: Add_Folders
Add a new ordered Folder object with id *id*. /home/wikway/Plone5/src/Zope/src/OFS/OrderedFolder.py
manage_addPortalFolder(id, title='', REQUEST=None)
Roles: Contributor, Manager, Owner, Site Administrator, Verwaltung. Permission: Add_portal_folders
Add a new PortalFolder object with id *id*. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
manage_addProduct()
manage_addProperty(id, value, type, REQUEST=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Add a new property via the web. Sets a new property with the given id, type, and value. /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
manage_addUserFolder(dtself=None, REQUEST=None, **ignored)
Roles: Manager. Permission: Add_User_Folders
/home/wikway/Plone5/src/Zope/src/OFS/userfolder.py
manage_afterAdd(item, container) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
manage_afterClone(item) /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
manage_beforeDelete(container, item) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
manage_changeOwnershipType(explicit=[], RESPONSE=[], REQUEST=[])
Roles: Owner. Permission: Take_ownership
Change the type (implicit or explicit) of ownership.
manage_changePermissions(REQUEST)
Roles: Manager. Permission: Change_permissions
Change all permissions settings, called by management screen.
manage_changeProperties(REQUEST=None, **kw)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Change existing object properties. Change object properties by passing either a REQUEST object or name=value parameters /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
manage_changePropertyTypes(old_ids, props, REQUEST=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
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/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
manage_clone(ob, id, REQUEST=None)
Public
Clone an object, creating a new object with the given id. /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_copyObjects(ids=None, REQUEST=None, RESPONSE=None)
Roles: Site Administrator. Permission: Copy_or_Move
Put a reference to the objects named in ids in the clip board /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_cutObjects(ids=None, REQUEST=None)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
Put a reference to the objects named in ids in the clip board /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_data() Folders are basic container objects that provide a standard interface for object management. Folder objects also implement a management interface and can have arbitrary properties.
manage_defined_roles(submit=None, REQUEST=None)
Roles: Manager. Permission: Change_permissions
Called by management screen. /home/wikway/Plone5/src/Zope/src/OFS/role.py
manage_delLocalRoles(userids, REQUEST=[])
Roles: Manager. Permission: Change_permissions
Remove all local roles for a user.
manage_delObjects(ids=None, REQUEST=None)
Roles: Editor, Manager, Owner, Site Administrator, Verwaltung. Permission: Delete_objects
We need to enforce security. /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
manage_delProperties(ids=None, REQUEST=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Delete one or more properties specified by 'ids'. /home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
manage_editLocalRoles()
Roles: Manager. Permission: Change_permissions
HTMLFile with bindings and support for __render_with_namespace__
manage_editMetadata(title, subject, description, contributors, effective_date, expiration_date, format, language, rights, REQUEST)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
Update metadata from the ZMI. /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
manage_editProperties(REQUEST)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
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/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
manage_editRoles(REQUEST, acl_type='A', acl_roles=[]) /home/wikway/Plone5/src/Zope/src/OFS/role.py
manage_editedDialog(REQUEST, **args) /home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
manage_exportObject(id='', download=None, RESPONSE=None, REQUEST=None)
Roles: Manager. Permission: Import_Export_objects
Exports an object to a file and returns that file. /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
manage_findForm()
Roles: Manager. Permission: View_management_screens
HTMLFile with bindings and support for __render_with_namespace__
manage_fixupOwnershipAfterAdd() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
manage_form_title()
Public
HTMLFile with bindings and support for __render_with_namespace__
manage_getPermissionMapping() 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/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/PermissionMapping.py
manage_getUserRolesAndPermissions(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/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
manage_get_sortedObjects(sortkey, revkey)
Roles: Manager. Permission: View_management_screens
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/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
manage_hasId(REQUEST)
Roles: Manager, Owner, Site Administrator. Permission: FTP_access
Check if the folder has an object with REQUEST['id']. /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
manage_importExportForm()
Roles: Manager. Permission: Import_Export_objects
HTMLFile with bindings and support for __render_with_namespace__
manage_importObject(file, REQUEST=None, set_owner=1, suppress_events=False)
Roles: Manager. Permission: Import_Export_objects
Import an object from a file /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
manage_index_main() HTMLFile with bindings and support for __render_with_namespace__
manage_listLocalRoles()
Roles: Manager. Permission: Change_permissions
HTMLFile with bindings and support for __render_with_namespace__
manage_main()
Roles: Manager. Permission: View_management_screens
Zope 2 implementation of a PageTemplate loaded from a file.
manage_menu()
Roles: Manager. Permission: View_management_screens
HTMLFile with bindings and support for __render_with_namespace__
manage_metadata()
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
HTMLFile with bindings and support for __render_with_namespace__
manage_move_objects_down(REQUEST, ids=None, delta=1)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Move specified sub-objects down by delta in container. /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
manage_move_objects_to_bottom(REQUEST, ids=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Move specified sub-objects to bottom of container. /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
manage_move_objects_to_top(REQUEST, ids=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Move specified sub-objects to top of container. /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
manage_move_objects_up(REQUEST, ids=None, delta=1)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Move specified sub-objects up by delta in container. /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
manage_navbar()
Roles: Manager. Permission: View_management_screens
HTMLFile with bindings and support for __render_with_namespace__
manage_owner()
Roles: Manager. Permission: View_management_screens
HTMLFile with bindings and support for __render_with_namespace__
manage_page_footer()
Roles: Manager. Permission: View_management_screens
HTMLFile with bindings and support for __render_with_namespace__
manage_page_header(*args, **kw)
Roles: Manager. Permission: View_management_screens
manage_page_header. /home/wikway/Plone5/src/Zope/src/App/Management.py
manage_pasteObjects(cb_copy_data=None, REQUEST=None)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
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/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_permission(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()
Roles: Manager. Permission: Change_permissions
HTMLFile with bindings and support for __render_with_namespace__
manage_propertiesForm()
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
HTMLFile with bindings and support for __render_with_namespace__
manage_propertyTypeForm()
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
HTMLFile with bindings and support for __render_with_namespace__
manage_renameForm()
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
HTMLFile with bindings and support for __render_with_namespace__
manage_renameObject(id, new_id, REQUEST=None)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
Rename a particular sub-object. /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/PloneFolder.py
manage_renameObjects(ids=[], new_ids=[], REQUEST=None)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
Rename several sub-objects /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
manage_reportUserPermissions() HTMLFile with bindings and support for __render_with_namespace__
manage_role(role_to_manage, permissions=[], REQUEST=[]) Change the permissions given to the given role.
manage_roleForm()
Roles: Manager. Permission: Change_permissions
HTMLFile with bindings and support for __render_with_namespace__
manage_setLocalRoles(userid, roles=[], REQUEST=[])
Roles: Manager. Permission: Change_permissions
Set local roles for a user.
manage_setPermissionMapping(permission_names=[], class_permissions=[], REQUEST=[]) Change the permission mapping
manage_set_default_sorting(REQUEST, key, reverse)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Set default sorting key and direction. /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
manage_tabs()
Public
HTMLFile with bindings and support for __render_with_namespace__
manage_takeOwnership(REQUEST, RESPONSE, recursive=[])
Roles: Owner. Permission: Take_ownership
Take ownership (responsibility) for an object. If 'recursive' is true, then also take ownership of all sub-objects.
manage_workspace(REQUEST) Dispatch to first interface in manage_options /home/wikway/Plone5/src/Zope/src/App/Management.py
manage_zmi_logout(REQUEST, RESPONSE)
Public
Logout current user /home/wikway/Plone5/eggs/Products.PluggableAuthService-2.8.1-py3.9.egg/Products/PluggableAuthService/__init__.py
membrane_tool() Tool for managing members.
mimetypes_registry() Mimetype registry that deals with a) registering types b) wildcarding of rfc-2046 types c) classifying data into a given type
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 ability 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()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: View
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
moveObject(id, position) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/PloneFolder.py
moveObjectToPosition(id, position, suppress_events=False)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
moveObjectsByDelta(ids, delta, subset_ids=None, suppress_events=False)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Move specified sub-objects by delta. /home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
moveObjectsDown(ids, delta=1, subset_ids=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
moveObjectsToBottom(ids, subset_ids=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
moveObjectsToTop(ids, subset_ids=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
moveObjectsUp(ids, delta=1, subset_ids=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
neu-registrieren() Convenience subclass for ``Document`` portal type
news() Convenience subclass for ``Folder`` portal type
newsletter() Convenience subclass for ``Folder`` portal type
notifyModified() /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
objectIds(spec=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectIds_d(t=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectItems(spec=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectItems_d(t=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectMap() /home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectMap_d(t=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectValues(spec=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
objectValues_d(t=None)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
opaqueIds()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
Return opaque ids (subelements that are contained using something that is not an ObjectManager). /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/CMFCatalogAware.py
opaqueItems()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
Return opaque items (subelements that are contained using something that is not an ObjectManager). /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/patches/speed.py
opaqueValues()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
Return opaque values (subelements that are contained using something that is not an ObjectManager). /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/CMFCatalogAware.py
orderObjects(key, reverse=None)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
owner_info()
Roles: Manager. Permission: View_management_screens
Get ownership info for display /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
permission_settings(permission=None)
Roles: Manager. Permission: Change_permissions
Return user-role permission settings. If 'permission' is passed to the method then only the settings for 'permission' is returned. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
permissionsOfRole(role)
Roles: Manager. Permission: Change_permissions
Returns a role to permission mapping. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
plone_utils() Various utility methods.
portal_actionicons() Mix-in class combining the most common set of basic mix-ins
portal_actions() Base class of all tools used in CMFPlone and Plone Core
portal_archivist()
portal_calendar() Mix-in class combining the most common set of basic mix-ins
portal_captchas()
portal_catalog() Plone's catalog tool
portal_controlpanel() Weave together the various sources of "actions" which are apropos to the current user and context.
portal_diff()
portal_discussion() Base class for objects which cannot be "overridden" / shadowed.
portal_drafts() The draft storage
portal_form_controller()
portal_groupdata() This tool wraps group objects, allowing transparent access to properties.
portal_groups() This tool accesses group data through a acl_users object. It can be replaced with something that groups member data in a different way.
portal_historiesstorage() Zope Version Control Based Version Storage There exist two selector schemas: - the one that counts removed versions also - the one that counts non removed version only Intended Usage: For different use cases different numbering schemas are used: - When iterating over the history the removed versions (usually) aren't of interest. Thus the next valid version may be accessed by incrementing the selector and vice versa. - When retrieving a version beeing able to access removed version or correctly spoken a substitute (pretending to be the removed version) is important when reconstructing relations between objects.
portal_historyidhandler() Unique Id Handler Tool Provides support for accessing unique ids on content object.
portal_interface() Mix-in class combining the most common set of basic mix-ins
portal_languages() Mix-in class combining the most common set of basic mix-ins
portal_memberdata() PAS-specific implementation of memberdata tool.
portal_membership() PAS-based customization of MembershipTool.
portal_migration() Handles migrations between Plone releases
portal_modifier() Registry of Modifiers
portal_password_reset() Provides a default implementation for a password reset scheme. From a 'forgotten password' template, you submit your username to a handler script that does a 'requestReset', and sends an email with an unguessable unique hash in a url as built by 'constructURL' to the user. The user visits that URL (the 'reset form') and enters their username,
portal_placeful_workflow() PlacefulWorkflow Tool
portal_privacy() Manage through-the-web signup policies.
portal_properties() Plone properties tool
portal_purgepolicy()
portal_quickinstaller() Let's make sure that this implementation actually fulfills the 'IQuickInstallerTool' API. >>> from zope.interface.verify import verifyClass >>> verifyClass(IQuickInstallerTool, QuickInstallerTool) True
portal_referencefactories() Manages Factories for diffrenet kinds of references.
portal_registration() Manage through-the-web signup policies.
portal_registry() A Zope 2 style registry
portal_repository() See ICopyModifyMergeRepository
portal_resources() BTreeFolder2 based on OFS.Folder.
portal_setup() Profile-based site configuration manager.
portal_skins() This tool is used to supply skins to a portal.
portal_tinymce() Mix-in class combining the most common set of basic mix-ins
portal_transforms() Base class for objects which cannot be "overridden" / shadowed.
portal_types() Provides a configurable registry of portal content types.
portal_uidannotation() Unique Id Annotation Tool Provides support for managing unique id annotations.
portal_uidgenerator() Generator of unique ids. This is a dead simple implementation using a counter. May cause ConflictErrors under high load and the values are predictable.
portal_uidhandler() Unique Id Handler Tool Provides support for accessing unique ids on content object.
portal_undo() Mix-in class combining the most common set of basic mix-ins
portal_url() CMF URL Tool.
portal_view_customizations() a local utility storing all ttw view templates provided by five.customerize in a folder
portal_workflow() Mediator tool, mapping workflow objects
possible_permissions() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
propdict()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertyDescription(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertyIds()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertyItems()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertyLabel(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertyMap()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertyValues()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
propertysheets() A PropertySheets container that contains a default property sheet for compatibility with the arbitrary property mgmt design of Zope PropertyManagers.
pythonlogo-1.png() Convenience subclass for ``Image`` portal type
raise_standardErrorMessage(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 0x7f825f3f2b70>, error_log_url='') /home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
referenzen() Convenience subclass for ``Folder`` portal type
registrieren2.0.png() Convenience subclass for ``Image`` portal type
reindexObject(idxs=None) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
reindexObjectSecurity(skip_self=False) /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
restrictedTraverse(path, default=<object object at 0x7f82644bef80>)
Public
/home/wikway/Plone5/src/Zope/src/OFS/Traversable.py
rolesOfPermission(permission)
Roles: Manager. Permission: Change_permissions
Returns a permission to role mapping. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
setContributors(contributors)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setCreators(creators)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setDefaultPage(objectId)
Roles: Editor, Manager, Owner, Site Administrator. Permission: Modify_view_template
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
setDefaultSorting(key, reverse)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
setDescription(description)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Set Dublin Core Description element - resource summary. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
setEffectiveDate(effective_date)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setExpirationDate(expiration_date)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setFormat(format)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setLanguage(language)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setLayout(layout)
Roles: Editor, Manager, Owner, Site Administrator. Permission: Modify_view_template
/home/wikway/Plone5/eggs/Products.CMFDynamicViewFTI-6.0.3-py3.9.egg/Products/CMFDynamicViewFTI/browserdefault.py
setModificationDate(modification_date=None)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setRights(rights)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setSiteManager(components)
Roles: Manager. Permission: Manage_Site
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
setSubject(subject)
Roles: Editor, Owner, Site Administrator. Permission: Modify_portal_content
/home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/DublinCore.py
setTitle(title)
Roles: Editor, Manager, Messekoordination, Owner, Site Administrator. Permission: Manage_properties
Set Dublin Core Title element - resource name. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/PortalFolder.py
setupCurrentSkin(REQUEST=None)
Public
Sets up skindata so that __getattr__ can find it. Can NOT be called manually to change skins in the middle of a request! Use changeSkin for that. /home/wikway/Plone5/eggs/Products.CMFCore-2.7.0-py3.9.egg/Products/CMFCore/Skinnable.py
studentenjobs-anbieten() Convenience subclass for ``Document`` portal type
studentenjobs-zwickau() Convenience subclass for ``Document`` portal type
superValues(t)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
tabs_path_default(REQUEST) /home/wikway/Plone5/src/Zope/src/App/Management.py
tabs_path_info(script, path) /home/wikway/Plone5/src/Zope/src/App/Management.py
tabs_path_length(REQUEST) /home/wikway/Plone5/src/Zope/src/App/Management.py
testseite() Convenience subclass for ``Document`` portal type
this() /home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
title_and_id() 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/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
title_or_id() Return the title if it is not blank and the id otherwise. /home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
tpURL() /home/wikway/Plone5/src/Zope/src/OFS/SimpleItem.py
tpValues()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/OrderSupport.py
translation_service() Utility methods to access the translation machinery
ueber-uns() Convenience subclass for ``Folder`` portal type
unindexObject() /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
unrestrictedTraverse(path, default=<object object at 0x7f82644bef80>, 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/wikway/Plone5/src/Zope/src/OFS/Traversable.py
unt-neu-reg.jpg() Convenience subclass for ``Image`` portal type
unternehmen() Convenience subclass for ``Folder`` portal type
unternehmen.png() Convenience subclass for ``Image`` portal type
userCanTakeOwnership() /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/owner.py
userdefined_roles()
Roles: Manager. Permission: Change_permissions
Return list of user-defined roles. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
users_with_local_role(role) /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
validClipData() /home/wikway/Plone5/src/Zope/src/OFS/CopySupport.py
validRoles() Return list of valid roles. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
valid_property_id(id)
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/PropertyManager.py
valid_roles() Return list of valid roles. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
validate_roles(roles) Return true if all given roles are valid. /home/wikway/Plone5/eggs/AccessControl-4.3-py3.9-linux-x86_64.egg/AccessControl/rolemanager.py
values()
Roles: Contributor, Editor, Reader, Site Administrator. Permission: Access_contents_information
/home/wikway/Plone5/src/Zope/src/OFS/ObjectManager.py
verwaltung() Convenience subclass for ``Folder`` portal type
view() Ensure that we get a plain view of the object, via a delegation to __call__(), which is defined in BrowserDefaultMixin /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/Portal.py
virtual_url_path()
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/wikway/Plone5/src/Zope/src/OFS/Traversable.py
wartungsarbeiten() Convenience subclass for ``Document`` portal type
wik-blog-bild-1.jpg() Convenience subclass for ``Image`` portal type
wik-blog-bild.jpg() Convenience subclass for ``Image`` portal type
wik-blog-bild.png() Convenience subclass for ``Image`` portal type
wik-chemnitz() Convenience subclass for ``Folder`` portal type
wik-events() Convenience subclass for ``Folder`` portal type
wik-kolloquium() Convenience subclass for ``Folder`` portal type
wik-leipzig() Convenience subclass for ``Document`` portal type
wik-leipzig-htwk() Convenience subclass for ``Folder`` portal type
wik-leipzig-htwk-nt() Convenience subclass for ``Folder`` portal type
wik-leipzig-uni() Convenience subclass for ``Folder`` portal type
wikdigital() Convenience subclass for ``Document`` portal type
wikdigital-sose() Convenience subclass for ``Folder`` portal type
wikdigital-wise() Convenience subclass for ``Folder`` portal type
wikway-stellenportal() Convenience subclass for ``Document`` portal type
wl_clearLocks()
Roles: Site Administrator. Permission: Manage_WebDAV_Locks
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_delLock(locktoken)
Roles: Site Administrator. Permission: WebDAV_Unlock_items
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_getLock(locktoken)
Public
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_hasLock(token, killinvalids=0) /home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_isLocked()
Public
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_lockItems(killinvalids=0)
Public
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_lockTokens(killinvalids=0)
Public
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_lockValues(killinvalids=0)
Public
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
wl_lockmapping(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/wikway/Plone5/eggs/plone.protect-4.1.8-py3.9.egg/plone/protect/monkey.py
wl_setLock(locktoken, lock)
Roles: Site Administrator. Permission: WebDAV_Lock_items
/home/wikway/Plone5/src/Zope/src/OFS/Lockable.py
zope_copyright()
Public
HTMLFile with bindings and support for __render_with_namespace__
zwik() Convenience subclass for ``Folder`` portal type

Variables

Name Value
REQUEST Primitive <Special Object Used to Force Acquisition>
_ATContentTypes__Add_Document_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_ATContentTypes__Add_Event_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_ATContentTypes__Add_File_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_ATContentTypes__Add_Folder_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_ATContentTypes__Add_Image_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_ATContentTypes__Add_Link_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_ATContentTypes__Add_News_Item_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_Access_arbitrary_user_session_data_Permission Primitive ['Site Administrator']
_Access_contents_information_Permission Primitive ['Contributor', 'Editor', 'Reader', 'Site Administrator']
_Access_inactive_portal_content_Permission Primitive ['Owner', 'Site Administrator']
_Access_session_data_Permission Primitive ['Site Administrator']
_Add_Attachment_Permission Primitive ['Contributor', 'Manager', 'Owner']
_Add_RichDocument_Permission Primitive ['Contributor', 'Manager', 'Messekoordination', 'Owner']
_Add_portal_content_Permission Primitive ['Contributor', 'Manager', 'Messekoordination', 'Owner', 'Site Administrator', 'Verwaltung']
_Add_portal_events_Permission Primitive ['Site Administrator', 'Verwaltung']
_Add_portal_folders_Permission Primitive ['Contributor', 'Manager', 'Owner', 'Site Administrator', 'Verwaltung']
_Add_portal_member_Permission Primitive ('Anonymous', 'Manager', 'Owner', 'Site Administrator')
_Allow_sendto_Permission Primitive ['Anonymous', 'Manager', 'Member', 'Messekoordination', 'Site Administrator', 'Verwaltung']
_CMFEditions__Access_previous_versions_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer', 'Contributor']
_CMFEditions__Apply_version_control_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer', 'Contributor']
_CMFEditions__Checkout_to_location_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer']
_CMFEditions__Revert_to_previous_versions_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer']
_CMFEditions__Save_new_version_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer', 'Contributor']
_CMFPlacefulWorkflow__Manage_workflow_policies_Permission Primitive ['Manager', 'Owner', 'Site Administrator']
_Change_local_roles_Permission Primitive ['Site Administrator']
_Change_portal_events_Permission Primitive ['Site Administrator']
_Content_rules__Manage_rules_Permission Primitive ('Manager', 'Messekoordination', 'Site Administrator')
_Copy_or_Move_Permission Primitive ['Site Administrator']
_Delete_comments_Permission Primitive ['Manager', 'Site Administrator', 'Reviewer']
_Delete_objects_Permission Primitive ['Editor', 'Manager', 'Owner', 'Site Administrator', 'Verwaltung']
_Delete_own_comments_Permission Primitive ('Manager', 'Site Administrator', 'Reviewer', 'Owner')
_Edit_comments_Permission Primitive ['Manager', 'Site Administrator', 'Reviewer', 'Owner']
_EtagSupport__etag Primitive ts85229936.9995131
_FTP_access_Permission Primitive ['Manager', 'Owner', 'Site Administrator']
_List_folder_contents_Permission Primitive ['Contributor', 'Editor', 'Manager', 'Messekoordination', 'Owner', 'Reviewer', 'Site Administrator']
_List_portal_members_Permission Primitive ['Manager', 'Member', 'Messekoordination', 'Site Administrator', 'Verwaltung']
_List_undoable_changes_Permission Primitive ['Manager', 'Member', 'Site Administrator']
_Mail_forgotten_password_Permission Primitive ['Site Administrator', 'Verwaltung']
_Manage_Context_Aliases_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Editor']
_Manage_Portal_Aliases_Permission Primitive ['Manager', 'Site Administrator']
_Manage_WebDAV_Locks_Permission Primitive ['Site Administrator']
_Manage_properties_Permission Primitive ['Editor', 'Manager', 'Messekoordination', 'Owner', 'Site Administrator']
_Modify_portal_content_Permission Primitive ['Editor', 'Owner', 'Site Administrator']
_Modify_view_template_Permission Primitive ['Editor', 'Manager', 'Owner', 'Site Administrator']
_Plone__Customize_Content_Layouts_Permission Primitive ('Manager', 'Site Administrator', 'Owner', 'Editor')
_Plone__Manage_Content_Layouts_Permission Primitive ('Manager', 'Site Administrator')
_Plone__Manage_Site_Layouts_Permission Primitive ('Manager', 'Site Administrator', 'Owner', 'Editor')
_Portlets__Manage_own_portlets_Permission Primitive ['Manager', 'Member', 'Messekoordination', 'Site Administrator']
_Portlets__Manage_portlets_Permission Primitive ['Manager', 'Messekoordination', 'Site Administrator']
_Portlets__View_dashboard_Permission Primitive ['Manager', 'Member', 'Messekoordination', 'Site Administrator']
_Reply_to_item_Permission Primitive ('Authenticated',)
_Request_review_Permission Primitive ['Editor', 'Manager', 'Messekoordination', 'Owner', 'Site Administrator']
_Review_comments_Permission Primitive ['Manager', 'Site Administrator', 'Reviewer']
_Review_portal_content_Permission Primitive ['Manager', 'Messekoordination', 'Reviewer', 'Site Administrator']
_Search_ZCatalog_Permission Primitive ['Site Administrator']
_Set_own_password_Permission Primitive ('Authenticated', 'Manager', 'Messekoordination', 'Site Administrator')
_Set_own_properties_Permission Primitive ('Manager', 'Messekoordination', 'Site Administrator')
_Show_Toolbar_Permission Primitive ('Authenticated',)
_Undo_changes_Permission Primitive ['Manager', 'Messekoordination', 'Owner', 'Site Administrator']
_Use_Database_Methods_Permission Primitive ['Site Administrator']
_Use_external_editor_Permission Primitive ('Authenticated', 'Manager', 'Site Administrator')
_Use_mailhost_services_Permission Primitive ['Site Administrator']
_Use_version_control_Permission Primitive ['Site Administrator']
_View_Groups_Permission Primitive ['Manager', 'Member', 'Messekoordination', 'Owner', 'Site Administrator']
_View_History_Permission Primitive ['Site Administrator']
_View_Permission Primitive ['Contributor', 'Editor', 'Reader', 'Site Administrator']
_View_management_screens_Permission Primitive ['Manager']
_WebDAV_Lock_items_Permission Primitive ['Site Administrator']
_WebDAV_Unlock_items_Permission Primitive ['Site Administrator']
_WebDAV_access_Permission Primitive ['Site Administrator']
__ZCacheManager_ids__ Primitive ('caching_policy_manager', 'HTTPCache', 'RAMCache', 'ResourceRegistryCache')
__ac_local_roles__ Primitive {'lara.elosge@iplacon.de': ['Member', 'Manager', 'Authenticated'], 'radmin': ['Manager', 'Authenticated'], 'ActiveSourcingGmbH': ['Company', 'Authenticated'], 'iplacon-gmbh': ['Company', 'Authenticated'], 'admin': ['Authenticated'], 'erika.wachholz': ['Member', 'Site Administrator', 'Manager', 'Authenticated', 'Verwaltung'], 'WIK': ['Company', 'Authenticated'], 'jambit': ['Company', 'Authenticated'], 'aadmin': ['Manager', 'Authenticated'], 'testgmbh_active': ['Company', 'Authenticated'], 'testgmbh': ['Member', 'Company', 'Authenticated']}
__ac_permissions__ Primitive (('Access contents information', ('folderlistingFolderContents',)), ('Copy or Move', ('manage_copyObjects',)), ('Delete objects', ('manage_delObjects',)), ('Modify portal content', ('manage_cutObjects', 'manage_pasteObjects', 'manage_renameForm', 'manage_renameObject', 'manage_renameObjects')), ('View', ('isEffective',)))
__ac_roles__ Primitive ('Anonymous', 'Application Reader', 'Authenticated', 'Candidate', 'Company', 'Company Premium', 'Contributor', 'Editor', 'Graphic Designer', 'Manager', 'Member', 'Messekoordination', 'Owner', 'Reader', 'Reviewer', 'Site Administrator', 'Sourcer', 'Verwaltung')
__allow_access_to_unprotected_subobjects__ Primitive 1
__before_traverse__ Primitive {(99, 'Pluggable Auth Service/acl_users'): <ZPublisher.BeforeTraverse.NameCaller object at 0x7f8258249dc0>, (99, 'Plone Language Tool/portal_languages'): <ZPublisher.BeforeTraverse.NameCaller object at 0x7f8258249e20>}
__dav_collection__ Primitive 1
__dav_resource__ Primitive 1
__dict__ Primitive {'HTTPCache': <AcceleratedHTTPCacheManager at HTTPCache>, 'portal_archivist': <ArchivistTool at portal_archivist>, '_View_Groups_Permission': ['Manager', 'Member', 'Messekoordination', 'Owner', 'Site Administrator'], '_wikway_candidates__Modify_Candidate_Permission': ('Manager', 'Owner'), 'portal_catalog': <CatalogTool at portal_catalog>, '_View_History_Permission': ['Site Administrator'], '_ATContentTypes__Add_Document_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '_Access_inactive_portal_content_Permission': ['Owner', 'Site Administrator'], '_View_management_screens_Permission': ['Manager'], '_wikway_candidates__Add_Candidate_Permission': ('Manager',), '__ac_roles__': ('Anonymous', 'Application Reader', 'Authenticated', 'Candidate', 'Company', 'Company Premium', 'Contributor', 'Editor', 'Graphic Designer', 'Manager', 'Member', 'Messekoordination', 'Owner', 'Reader', 'Reviewer', 'Site Administrator', 'Sourcer', 'Verwaltung'), '_Plone__Customize_Content_Layouts_Permission': ('Manager', 'Site Administrator', 'Owner', 'Editor'), 'layout': 'summary_view', 'title': 'WIKWAY', '_wikway_companies__Export_Catalog_Permission': ['Manager', 'Graphic Designer'], '_ATContentTypes__Add_Link_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'cbf94233bcc7e708a5cbe482a12d0d12.txt': <File at cbf94233bcc7e708a5cbe482a12d0d12.txt>, '_Delete_objects_Permission': ['Editor', 'Manager', 'Owner', 'Site Administrator', 'Verwaltung'], '_wikway_companies__Manage_Company_Permission': ['Manager', 'Company'], '_Plone__Manage_Content_Layouts_Permission': ('Manager', 'Site Administrator'), '_Use_mailhost_services_Permission': ['Site Administrator'], '_ATContentTypes__Add_Folder_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'content_type_registry': <ContentTypeRegistry at content_type_registry>, '_Use_Database_Methods_Permission': ['Site Administrator'], '_CMFEditions__Access_previous_versions_Permission': ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer', 'Contributor'], 'portal_memberdata': <MemberDataTool at portal_memberdata>, 'portal_captchas': <persistent broken quintagroup.captcha.core.CaptchaTool.CaptchaTool instance b'\x00\x00\x00\x00\x00d\xe5 '>, '_Portlets__Manage_portlets_Permission': ['Manager', 'Messekoordination', 'Site Administrator'], 'format': 'text/html', '_CMFEditions__Save_new_version_Permission': ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer', 'Contributor'], '_Copy_or_Move_Permission': ['Site Administrator'], 'portal_password_reset': <PasswordResetTool at portal_password_reset>, '_CMFEditions__Checkout_to_location_Permission': ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer'], 'caching_policy_manager': <CachingPolicyManager at caching_policy_manager>, '_Edit_comments_Permission': ['Manager', 'Site Administrator', 'Reviewer', 'Owner'], '_Review_portal_content_Permission': ['Manager', 'Messekoordination', 'Reviewer', 'Site Administrator'], 'portal_calendar': <SimpleItem at >, '_Change_portal_events_Permission': ['Site Administrator'], '_plone_app_contenttypes__Add_Collection_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'portal_quickinstaller': <Products.CMFPlone.QuickInstallerTool.QuickInstallerTool object at 0x7f8250de52e0 oid 0xd25 in <Connection at 7f825b031d00>>, '_Add_Attachment_Permission': ['Contributor', 'Manager', 'Owner'], 'portal_referencefactories': <ReferenceFactoriesTool at portal_referencefactories>, 'portal_interface': <SimpleItem at >, '_components': <PersistentComponents /Plone>, 'companies_registration_address': 'members@wikway.de', 'selectable_views': (b'folder_listing', b'news_listing'), 'portal_properties': <PropertiesTool at portal_properties>, 'portal_types': <TypesTool at portal_types>, '_Add_portal_member_Permission': ('Anonymous', 'Manager', 'Owner', 'Site Administrator'), '_CMFPlacefulWorkflow__Manage_workflow_policies_Permission': ['Manager', 'Owner', 'Site Administrator'], '_wikway_tasklist__Add_TaskList_Permission': ('Manager', 'Contributor'), '_Access_arbitrary_user_session_data_Permission': ['Site Administrator'], 'portal_workflow': <WorkflowTool at portal_workflow>, 'portal_registry': <plone.app.registry.registry.Registry object at 0x7f8250de5660 oid 0xd2b in <Connection at 7f825b031d00>>, '_ATContentTypes__Add_File_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'creation_date': DateTime('2013/02/03 10:36:6.528033 GMT+1'), '_Portlets__Manage_own_portlets_Permission': ['Manager', 'Member', 'Messekoordination', 'Site Administrator'], 'portal_groupdata': <GroupDataTool at portal_groupdata>, 'mimetypes_registry': <MimeTypesRegistry at mimetypes_registry>, '_Access_contents_information_Permission': ['Contributor', 'Editor', 'Reader', 'Site Administrator'], '_Manage_Portal_Aliases_Permission': ['Manager', 'Site Administrator'], 'subject': (), 'portal_membership': <MembershipTool at portal_membership>, '_Use_external_editor_Permission': ('Authenticated', 'Manager', 'Site Administrator'), '_wikway_candidates__View_Personal_Data_Permission': ('Application Reader', 'Manager', 'Owner'), 'portal_actionicons': <ActionIconsTool at >, 'modification_date': DateTime('2013/02/03 10:36:6.528033 GMT+1'), '_Manage_Context_Aliases_Permission': ['Manager', 'Site Administrator', 'Owner', 'Editor'], '_wikway_candidates__Manage_Candidate_Permission': ('Manager',), '_Access_session_data_Permission': ['Site Administrator'], '__allow_groups__': <PluggableAuthService at acl_users>, '__before_publishing_traverse__': <ZPublisher.BeforeTraverse.MultiHook object at 0x7f8258249d60>, '_Allow_sendto_Permission': ['Anonymous', 'Manager', 'Member', 'Messekoordination', 'Site Administrator', 'Verwaltung'], 'Members': <persistent broken Products.ATContentTypes.content.folder.ATFolder instance b'\x00\x00\x00\x00\x00\x00\r1'>, '_objects': ({'meta_type': 'Generic Setup Tool', 'id': 'portal_setup'}, {'meta_type': 'Mail Host', 'id': 'MailHost'}, {'meta_type': 'CMF Caching Policy Manager', 'id': 'caching_policy_manager'}, {'meta_type': 'Content Type Registry', 'id': 'content_type_registry'}, {'meta_type': 'Site Error Log', 'id': 'error_log'}, {'meta_type': 'Plone Utility Tool', 'id': 'plone_utils'}, {'meta_type': 'Plone Action Icons Tool', 'id': 'portal_actionicons'}, {'meta_type': 'Plone Actions Tool', 'id': 'portal_actions'}, {'meta_type': 'Plone Calendar Tool', 'id': 'portal_calendar'}, {'meta_type': 'Plone Catalog Tool', 'id': 'portal_catalog'}, {'meta_type': 'Plone Control Panel Tool', 'id': 'portal_controlpanel'}, {'meta_type': 'CMF Diff Tool', 'id': 'portal_diff'}, {'meta_type': 'PlonePAS GroupData Tool', 'id': 'portal_groupdata'}, {'meta_type': 'PlonePAS Groups Tool', 'id': 'portal_groups'}, {'meta_type': 'Portal Interface Tool', 'id': 'portal_interface'}, {'meta_type': 'PlonePAS MemberData Tool', 'id': 'portal_memberdata'}, {'meta_type': 'PlonePAS Membership Tool', 'id': 'portal_membership'}, {'meta_type': 'Plone Migration Tool', 'id': 'portal_migration'}, {'meta_type': 'Plone Properties Tool', 'id': 'portal_properties'}, {'meta_type': 'Plone QuickInstaller Tool', 'id': 'portal_quickinstaller'}, {'meta_type': 'Plone Registration Tool', 'id': 'portal_registration'}, {'meta_type': 'Plone Skins Tool', 'id': 'portal_skins'}, {'meta_type': 'Plone Types Tool', 'id': 'portal_types'}, {'meta_type': 'Unique Id Annotation Tool', 'id': 'portal_uidannotation'}, {'meta_type': 'Unique Id Generator Tool', 'id': 'portal_uidgenerator'}, {'meta_type': 'Unique Id Handler Tool', 'id': 'portal_uidhandler'}, {'meta_type': 'Plone Undo Tool', 'id': 'portal_undo'}, {'meta_type': 'Plone URL Tool', 'id': 'portal_url'}, {'meta_type': 'Plone View Customizations', 'id': 'portal_view_customizations'}, {'meta_type': 'Plone Workflow Tool', 'id': 'portal_workflow'}, {'meta_type': 'Portal Translation Service Tool', 'id': 'translation_service'}, {'meta_type': 'MimeTypes Registry', 'id': 'mimetypes_registry'}, {'meta_type': 'Portal Transforms', 'id': 'portal_transforms'}, {'meta_type': 'CMFEditions Portal Archivist Tool', 'id': 'portal_archivist'}, {'meta_type': 'CMFEditions Portal ZVC based Histories Storage Tool', 'id': 'portal_historiesstorage'}, {'meta_type': 'Unique Id Handler Tool', 'id': 'portal_historyidhandler'}, {'meta_type': 'Version Data Modifier Registry', 'id': 'portal_modifier'}, {'meta_type': 'CMFEditions Purge Policy Keeping Only the n last Versions', 'id': 'portal_purgepolicy'}, {'meta_type': 'Reference Factory Registry', 'id': 'portal_referencefactories'}, {'meta_type': 'CMFEditions Standard Copy Modify Merge Repository', 'id': 'portal_repository'}, {'meta_type': 'Pluggable Auth Service', 'id': 'acl_users'}, {'meta_type': 'simple item', 'id': 'portal_tinymce'}, {'meta_type': 'Plone Configuration Registry', 'id': 'portal_registry'}, {'meta_type': 'plone.app.discussion tool', 'id': 'portal_discussion'}, {'meta_type': 'Accelerated HTTP Cache Manager', 'id': 'HTTPCache'}, {'meta_type': 'RAM Cache Manager', 'id': 'RAMCache'}, {'meta_type': 'RAM Cache Manager', 'id': 'ResourceRegistryCache'}, {'meta_type': 'BTreeFolder2', 'id': 'portal_resources'}, {'meta_type': 'MembraneTool', 'id': 'membrane_tool'}, {'meta_type': 'Script (Python)', 'id': 'loc_t'}, {'meta_type': 'Folder', 'id': 'manage_data'}, {'meta_type': 'ATFolder', 'id': 'Members'}, {'meta_type': 'File', 'id': 'cbf94233bcc7e708a5cbe482a12d0d12.txt'}, {'meta_type': 'File', 'id': 'ads.txt'}, {'meta_type': 'Plone Drafts Storage', 'id': 'portal_drafts'}, {'meta_type': 'Folder', 'id': 'ffddf'}, {'meta_type': 'simple item', 'id': 'portal_languages'}, {'meta_type': 'Password Reset Tool', 'id': 'portal_password_reset'}, {'meta_type': 'PloneFormGen Tool', 'id': 'formgen_tool'}, {'meta_type': 'CaptchaTool', 'id': 'portal_captchas'}, {'meta_type': 'Form Controller Tool', 'id': 'portal_form_controller'}, {'meta_type': 'Placeful Workflow Tool', 'id': 'portal_placeful_workflow'}, {'id': 'portal_privacy', 'meta_type': 'Plone Privacy Tool'}, {'id': 'wik-chemnitz', 'meta_type': 'Dexterity Container'}, {'id': 'newsletter', 'meta_type': 'Dexterity Container'}, {'id': 'blog', 'meta_type': 'Dexterity Container'}, {'id': 'referenzen', 'meta_type': 'Dexterity Container'}, {'id': 'wikdigital-wise', 'meta_type': 'Dexterity Container'}, {'id': 'wik-events', 'meta_type': 'Dexterity Container'}, {'id': 'bewerber', 'meta_type': 'Dexterity Container'}, {'id': 'unternehmen', 'meta_type': 'Dexterity Container'}, {'id': 'ueber-uns', 'meta_type': 'Dexterity Container'}, {'id': 'ads', 'meta_type': 'Dexterity Container'}, {'id': 'blog-extern', 'meta_type': 'Dexterity Container'}, {'id': 'wik-leipzig-uni', 'meta_type': 'Dexterity Container'}, {'id': 'wik-leipzig-htwk', 'meta_type': 'Dexterity Container'}, {'id': 'wik-kolloquium', 'meta_type': 'Dexterity Container'}, {'id': 'grafiken', 'meta_type': 'Dexterity Container'}, {'id': 'it-lounge-vogtland', 'meta_type': 'Dexterity Container'}, {'id': 'copy_of_zwik', 'meta_type': 'Dexterity Container'}, {'id': 'zwik', 'meta_type': 'Dexterity Container'}, {'id': 'wik-leipzig-htwk-nt', 'meta_type': 'Dexterity Container'}, {'id': 'wikdigital-sose', 'meta_type': 'Dexterity Container'}, {'id': 'news', 'meta_type': 'Dexterity Container'}, {'id': 'Bewerber.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'events', 'meta_type': 'Dexterity Item'}, {'id': 'studentenjobs-zwickau', 'meta_type': 'Dexterity Item'}, {'id': 'Unternehmen.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'wikdigital', 'meta_type': 'Dexterity Item'}, {'id': 'help', 'meta_type': 'Dexterity Container'}, {'id': 'verwaltung', 'meta_type': 'Dexterity Container'}, {'id': 'WIKC Faltflyer.pdf', 'meta_type': 'Dexterity Item'}, {'id': 'constance_arndt_foto_dirk_diessel_DSF1771_resized_2.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'neu-registrieren', 'meta_type': 'Dexterity Item'}, {'id': 'studentenjobs-anbieten', 'meta_type': 'Dexterity Item'}, {'id': 'BingSiteAuth.xml', 'meta_type': 'Dexterity Item'}, {'id': 'google73e2a3265654ceca.html', 'meta_type': 'Dexterity Item'}, {'id': 'jetzt-bewerben', 'meta_type': 'Dexterity Item'}, {'id': 'DSC0032FR.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'karriere-forschung-kontakte-wissenschaftsforum-der-westsaechsischen-hochschule-zwickau-whz', 'meta_type': 'Dexterity Item'}, {'id': 'bew-neu-reg.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'Photo%2520by%2520anaya-katlego%2520on%2520Unsplash%2520201907015%2520klein.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'registrieren2.0.png', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25202.0.png', 'meta_type': 'Dexterity Item'}, {'id': 'wik-leipzig', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25203.0.png', 'meta_type': 'Dexterity Item'}, {'id': 'googleb0035ae57f8a1bd8.html', 'meta_type': 'Dexterity Item'}, {'id': 'unt-neu-reg.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'einloggen.png', 'meta_type': 'Dexterity Item'}, {'id': 'Pixabay%2520Aushilfe%25202019-07-16%2520klein.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'bewerber.png', 'meta_type': 'Dexterity Item'}, {'id': 'unternehmen.png', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25202%2520-1.png', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25201.png', 'meta_type': 'Dexterity Item'}, {'id': 'wartungsarbeiten', 'meta_type': 'Dexterity Item'}, {'id': 'home', 'meta_type': 'Dexterity Item'}, {'id': 'wik-blog-bild.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'wik-blog-bild-1.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'pythonlogo-1.png', 'meta_type': 'Dexterity Item'}, {'id': 'wik-blog-bild.png', 'meta_type': 'Dexterity Item'}, {'id': 'img_2014-min.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'img_2014-min-1.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'candidates', 'meta_type': 'Dexterity Container'}, {'id': 'companies', 'meta_type': 'Dexterity Container'}, {'id': 'wikway-stellenportal', 'meta_type': 'Dexterity Item'}, {'id': 'testseite', 'meta_type': 'Dexterity Item'}), '_wikway_candidates__Add_Application_Item_Permission': ('Manager', 'Owner'), 'portal_controlpanel': <PloneControlPanel at portal_controlpanel>, 'portal_transforms': <TransformTool at portal_transforms>, '_wikway_candidates__View_Application_Permission': ('Application Reader', 'Manager', 'Owner'), 'portal_resources': <Products.BTreeFolder2.BTreeFolder2.BTreeFolder2 object at 0x7f8250de5d60 oid 0xe0ae in <Connection at 7f825b031d00>>, '__ZCacheManager_ids__': ('caching_policy_manager', 'HTTPCache', 'RAMCache', 'ResourceRegistryCache'), '_wikway_companies__Add_Studentjob_Permission': ['Manager', 'Anonymous', 'Company'], 'portal_placeful_workflow': <PlacefulWorkflowTool at portal_placeful_workflow>, 'RAMCache': <RAMCacheManager at RAMCache>, '_Change_local_roles_Permission': ['Site Administrator'], 'language': 'en', '_Delete_comments_Permission': ['Manager', 'Site Administrator', 'Reviewer'], '_Portlets__View_dashboard_Permission': ['Manager', 'Member', 'Messekoordination', 'Site Administrator'], '_Add_portal_folders_Permission': ['Contributor', 'Manager', 'Owner', 'Site Administrator', 'Verwaltung'], '_WebDAV_Lock_items_Permission': ['Site Administrator'], '_Manage_WebDAV_Locks_Permission': ['Site Administrator'], '_plone_app_contenttypes__Add_Document_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '_Request_review_Permission': ['Editor', 'Manager', 'Messekoordination', 'Owner', 'Site Administrator'], '__error_log__': <SiteErrorLog at error_log>, 'portal_historyidhandler': <HistoryIdHandlerTool at portal_historyidhandler>, 'portal_form_controller': <FormController at portal_form_controller>, '_ATContentTypes__Add_Image_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '_WebDAV_access_Permission': ['Site Administrator'], 'portal_languages': <LanguageTool at portal_languages>, '_plone_app_contenttypes__Add_Folder_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'error_log': <SiteErrorLog at error_log>, 'loc_t': <PythonScript at loc_t>, 'manage_data': <Folder at manage_data>, 'portal_skins': <SkinsTool at portal_skins>, 'cmf_uid': <Products.CMFUid.UniqueIdAnnotationTool.UniqueIdAnnotation object at 0x7f824f866270 oid 0x3e0d1d in <Connection at 7f825b031d00>>, 'contributors': (), '_Review_comments_Permission': ['Manager', 'Site Administrator', 'Reviewer'], '_plone_app_event__Import_Ical_Permission': ['Manager', 'Site Administrator', 'Editor', 'Owner'], 'portal_url': <URLTool at portal_url>, '_plone_app_contenttypes__Add_News_Item_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '_FTP_access_Permission': ['Manager', 'Owner', 'Site Administrator'], 'removal_inprogress': 1, 'effective_date': DateTime('2023/02/06 14:45:28.864090 GMT+1'), '_wikway_companies__Export_Data_Permission': ['Manager'], '_plone_resource__Export_ZIP_file_Permission': ('Manager',), '_redturtle_video__Add_RTRemoteVideo_Permission': ('Contributor', 'Manager', 'Site Administrator'), '_Set_own_password_Permission': ('Authenticated', 'Manager', 'Messekoordination', 'Site Administrator'), 'portal_view_customizations': <ViewTemplateContainer at portal_view_customizations>, '_ATContentTypes__Add_News_Item_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '__annotations__': <BTrees.OOBTree.OOBTree object at 0x7f8250d34bc0 oid 0xd47 in <Connection at 7f825b031d00>>, '_ATContentTypes__Add_Event_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '_plone_app_collection__Add_Collection_Permission': ['Manager', 'Site Administrator', 'Verwaltung'], '_WebDAV_Unlock_items_Permission': ['Site Administrator'], '_CMFEditions__Revert_to_previous_versions_Permission': ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer'], '_Modify_portal_content_Permission': ['Editor', 'Owner', 'Site Administrator'], '_wikway_lists__Add_List_Permission': ('Manager', 'Contributor'), 'portal_undo': <SimpleItem at >, 'translation_service': <TranslationServiceTool at translation_service>, 'portal_registration': <RegistrationTool at portal_registration>, 'rights': '', 'ffddf': <Folder at ffddf>, '_Manage_properties_Permission': ['Editor', 'Manager', 'Messekoordination', 'Owner', 'Site Administrator'], '_collective_simplesocial__Toggle_Like_Button_Permission': ['Manager'], 'acl_users': <PluggableAuthService at acl_users>, 'expiration_date': None, '_Add_portal_events_Permission': ['Site Administrator', 'Verwaltung'], '_Reply_to_item_Permission': ('Authenticated',), 'portal_migration': <MigrationTool at portal_migration>, 'portal_diff': <CMFDiffTool at portal_diff>, 'portal_actions': <ActionsTool at portal_actions>, '_List_undoable_changes_Permission': ['Manager', 'Member', 'Site Administrator'], '_Content_rules__Manage_rules_Permission': ('Manager', 'Messekoordination', 'Site Administrator'), 'ResourceRegistryCache': <RAMCacheManager at ResourceRegistryCache>, 'membrane_tool': <MembraneTool at membrane_tool>, '_List_portal_members_Permission': ['Manager', 'Member', 'Messekoordination', 'Site Administrator', 'Verwaltung'], 'MailHost': <Products.MailHost.MailHost.MailHost object at 0x7f824f866970 oid 0xd52 in <Connection at 7f825b031d00>>, 'portal_repository': <CopyModifyMergeRepositoryTool at portal_repository>, '_redturtle_video__Add_RTInternalVideo_Permission': ('Contributor', 'Manager', 'Site Administrator'), '_Undo_changes_Permission': ['Manager', 'Messekoordination', 'Owner', 'Site Administrator'], 'id': 'Plone', '_plone_app_contenttypes__Add_Event_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'portal_modifier': <ModifierRegistryTool at portal_modifier>, 'portal_discussion': <CommentingTool at portal_discussion>, '_Use_version_control_Permission': ['Site Administrator'], '_collective_plonetruegallery__manage_galleries_Permission': ['Site Administrator'], '_Add_portal_content_Permission': ['Contributor', 'Manager', 'Messekoordination', 'Owner', 'Site Administrator', 'Verwaltung'], 'formgen_tool': <persistent broken Products.PloneFormGen.tools.formGenTool.FormGenTool instance b'\x00\x00\x00\x00\x00d\xe4\xcc'>, 'portal_setup': <SetupTool at portal_setup>, 'portal_tinymce': <SimpleItem at portal_tinymce>, '_Delete_own_comments_Permission': ('Manager', 'Site Administrator', 'Reviewer', 'Owner'), '_plone_app_contenttypes__Add_Link_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], '__before_traverse__': {(99, 'Pluggable Auth Service/acl_users'): <ZPublisher.BeforeTraverse.NameCaller object at 0x7f8258249dc0>, (99, 'Plone Language Tool/portal_languages'): <ZPublisher.BeforeTraverse.NameCaller object at 0x7f8258249e20>}, 'portal_drafts': <Storage at portal_drafts>, 'portal_groups': <GroupsTool at portal_groups>, 'portal_uidannotation': <UniqueIdAnnotationTool at portal_uidannotation>, '_Plone__Manage_Site_Layouts_Permission': ('Manager', 'Site Administrator', 'Owner', 'Editor'), '_collective_blogging__Blog_Permission': ['Blogger', 'Manager'], 'description': 'Offene Stellen, Jobs, Berufseinstieg, Praktikum, Abschlussarbeiten, Ausbildungsplätze - Online bewerben und von Top-Unternehmen geworben werden. Bewerbungsmappe und Lebenslauf erstellen. Absolventen- und Firmenkontaktmessen besuchen. Bewerbung, Karriere und Personalmarketing.', 'validate_email': True, 'portal_purgepolicy': <KeepLastNVersionsTool at portal_purgepolicy>, '_CMFEditions__Apply_version_control_Permission': ['Manager', 'Site Administrator', 'Owner', 'Editor', 'Reviewer', 'Contributor'], '_Set_own_properties_Permission': ('Manager', 'Messekoordination', 'Site Administrator'), '_Show_Toolbar_Permission': ('Authenticated',), '_View_Permission': ['Contributor', 'Editor', 'Reader', 'Site Administrator'], '_Add_RichDocument_Permission': ['Contributor', 'Manager', 'Messekoordination', 'Owner'], 'portal_historiesstorage': <ZVCStorageTool at portal_historiesstorage>, '_plone_app_contenttypes__Add_Image_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'ads.txt': <File at ads.txt>, 'plone_utils': <PloneTool at plone_utils>, '_Mail_forgotten_password_Permission': ['Site Administrator', 'Verwaltung'], 'portal_uidhandler': <UniqueIdHandlerTool at portal_uidhandler>, '_List_folder_contents_Permission': ['Contributor', 'Editor', 'Manager', 'Messekoordination', 'Owner', 'Reviewer', 'Site Administrator'], '_wikway_candidates__Modify_Application_Item_Permission': ('Manager', 'Owner'), '_owner': (['acl_users'], 'admin'), 'portal_uidgenerator': <UniqueIdGeneratorTool at portal_uidgenerator>, '_properties': ({'type': 'string', 'id': 'title', 'mode': 'w'}, {'type': 'text', 'id': 'description', 'mode': 'w'}, {'type': 'lines', 'id': 'selectable_views'}, {'type': 'boolean', 'id': 'validate_email'}, {'type': 'string', 'id': 'companies_registration_address'}, {'type': 'string', 'id': 'layout'}, {'id': 'default_page', 'type': 'string'}), '_plone_app_contenttypes__Add_File_Permission': ['Manager', 'Site Administrator', 'Owner', 'Contributor'], 'creators': (), '__ac_local_roles__': {'lara.elosge@iplacon.de': ['Member', 'Manager', 'Authenticated'], 'radmin': ['Manager', 'Authenticated'], 'ActiveSourcingGmbH': ['Company', 'Authenticated'], 'iplacon-gmbh': ['Company', 'Authenticated'], 'admin': ['Authenticated'], 'erika.wachholz': ['Member', 'Site Administrator', 'Manager', 'Authenticated', 'Verwaltung'], 'WIK': ['Company', 'Authenticated'], 'jambit': ['Company', 'Authenticated'], 'aadmin': ['Manager', 'Authenticated'], 'testgmbh_active': ['Company', 'Authenticated'], 'testgmbh': ['Member', 'Company', 'Authenticated']}, '_Modify_view_template_Permission': ['Editor', 'Manager', 'Owner', 'Site Administrator'], '_Search_ZCatalog_Permission': ['Site Administrator'], 'portal_privacy': <PrivacyTool at <PrivacyTool at portal_privacy>>, '_plone_restapi__Use_REST_API_Permission': ['Anonymous'], '_plone_restapi__Access_Plone_vocabularies_Permission': ['Manager', 'Site Administrator'], '_plone_restapi__Access_Plone_user_information_Permission': ['Manager'], 'unternehmen': <Folder at unternehmen>, 'wik-chemnitz': <Folder at wik-chemnitz>, 'newsletter': <Folder at newsletter>, 'blog': <Folder at blog>, 'referenzen': <Folder at referenzen>, 'verwaltung': <Folder at verwaltung>, 'wikdigital-wise': <Folder at wikdigital-wise>, 'wik-events': <Folder at wik-events>, 'bewerber': <Folder at bewerber>, 'ueber-uns': <Folder at ueber-uns>, 'ads': <Folder at ads>, 'blog-extern': <Folder at blog-extern>, 'wik-leipzig-uni': <Folder at wik-leipzig-uni>, 'wik-leipzig-htwk': <Folder at wik-leipzig-htwk>, 'wik-kolloquium': <Folder at wik-kolloquium>, 'grafiken': <Folder at grafiken>, 'it-lounge-vogtland': <Folder at it-lounge-vogtland>, 'copy_of_zwik': <Folder at copy_of_zwik>, 'zwik': <Folder at zwik>, 'wik-leipzig-htwk-nt': <Folder at wik-leipzig-htwk-nt>, 'wikdigital-sose': <Folder at wikdigital-sose>, 'news': <Folder at news>, 'help': <Folder at help>, 'Bewerber.jpg': <Image at Bewerber.jpg>, 'events': <Document at events>, 'studentenjobs-zwickau': <Document at studentenjobs-zwickau>, 'Unternehmen.jpg': <Image at Unternehmen.jpg>, 'wikdigital': <Document at wikdigital>, 'WIKC Faltflyer.pdf': <File at WIKC Faltflyer.pdf>, 'constance_arndt_foto_dirk_diessel_DSF1771_resized_2.jpg': <Image at constance_arndt_foto_dirk_diessel_DSF1771_resized_2.jpg>, 'neu-registrieren': <Document at neu-registrieren>, 'studentenjobs-anbieten': <Document at studentenjobs-anbieten>, 'BingSiteAuth.xml': <File at BingSiteAuth.xml>, 'google73e2a3265654ceca.html': <File at google73e2a3265654ceca.html>, 'jetzt-bewerben': <Document at jetzt-bewerben>, 'DSC0032FR.jpg': <Image at DSC0032FR.jpg>, 'karriere-forschung-kontakte-wissenschaftsforum-der-westsaechsischen-hochschule-zwickau-whz': <Event at karriere-forschung-kontakte-wissenschaftsforum-der-westsaechsischen-hochschule-zwickau-whz>, 'bew-neu-reg.jpg': <Image at bew-neu-reg.jpg>, 'Photo%2520by%2520anaya-katlego%2520on%2520Unsplash%2520201907015%2520klein.jpg': <Image at Photo%2520by%2520anaya-katlego%2520on%2520Unsplash%2520201907015%2520klein.jpg>, 'registrieren2.0.png': <Image at registrieren2.0.png>, 'WIKWAY%25202.0.png': <Image at WIKWAY%25202.0.png>, 'wik-leipzig': <Document at wik-leipzig>, 'WIKWAY%25203.0.png': <Image at WIKWAY%25203.0.png>, 'googleb0035ae57f8a1bd8.html': <File at googleb0035ae57f8a1bd8.html>, 'unt-neu-reg.jpg': <Image at unt-neu-reg.jpg>, 'einloggen.png': <Image at einloggen.png>, 'Pixabay%2520Aushilfe%25202019-07-16%2520klein.jpg': <Image at Pixabay%2520Aushilfe%25202019-07-16%2520klein.jpg>, 'bewerber.png': <Image at bewerber.png>, 'unternehmen.png': <Image at unternehmen.png>, 'WIKWAY%25202%2520-1.png': <Image at WIKWAY%25202%2520-1.png>, 'WIKWAY%25201.png': <Image at WIKWAY%25201.png>, 'wartungsarbeiten': <Document at wartungsarbeiten>, 'default_page': 'home', 'wik-blog-bild.jpg': <Image at wik-blog-bild.jpg>, 'wik-blog-bild-1.jpg': <Image at wik-blog-bild-1.jpg>, 'pythonlogo-1.png': <Image at pythonlogo-1.png>, 'wik-blog-bild.png': <Image at wik-blog-bild.png>, 'img_2014-min.jpg': <Image at img_2014-min.jpg>, 'img_2014-min-1.jpg': <Image at img_2014-min-1.jpg>, 'home': <Document at home>, 'companies': <CompanyContainer at companies>, 'candidates': <CandidatesContainer at candidates>, 'wikway-stellenportal': <Document at wikway-stellenportal>, '_EtagSupport__etag': 'ts85229936.9995131', 'testseite': <Document at testseite>}
__doc__ Primitive The Plone site object.
__http_methods__ Primitive ('GET', 'HEAD', 'POST', 'PUT', 'DELETE', 'OPTIONS', 'TRACE', 'PROPFIND', 'PROPPATCH', 'MKCOL', 'COPY', 'MOVE', 'LOCK', 'UNLOCK')
__module__ Primitive Products.CMFPlone.Portal
__name__ Primitive Plone
__propsets__ Primitive ()
__replaceable__ Primitive 2
_at_fti_meta_type Primitive Factory-based Type Information with dynamic views
_collective_blogging__Blog_Permission Primitive ['Blogger', 'Manager']
_collective_plonetruegallery__manage_galleries_Permission Primitive ['Site Administrator']
_collective_simplesocial__Toggle_Like_Button_Permission Primitive ['Manager']
_datify__roles__ Primitive ()
_default_sort_key Primitive id
_default_sort_reverse Primitive 0
_editMetadata__roles__ Primitive ()
_objects Primitive ({'meta_type': 'Generic Setup Tool', 'id': 'portal_setup'}, {'meta_type': 'Mail Host', 'id': 'MailHost'}, {'meta_type': 'CMF Caching Policy Manager', 'id': 'caching_policy_manager'}, {'meta_type': 'Content Type Registry', 'id': 'content_type_registry'}, {'meta_type': 'Site Error Log', 'id': 'error_log'}, {'meta_type': 'Plone Utility Tool', 'id': 'plone_utils'}, {'meta_type': 'Plone Action Icons Tool', 'id': 'portal_actionicons'}, {'meta_type': 'Plone Actions Tool', 'id': 'portal_actions'}, {'meta_type': 'Plone Calendar Tool', 'id': 'portal_calendar'}, {'meta_type': 'Plone Catalog Tool', 'id': 'portal_catalog'}, {'meta_type': 'Plone Control Panel Tool', 'id': 'portal_controlpanel'}, {'meta_type': 'CMF Diff Tool', 'id': 'portal_diff'}, {'meta_type': 'PlonePAS GroupData Tool', 'id': 'portal_groupdata'}, {'meta_type': 'PlonePAS Groups Tool', 'id': 'portal_groups'}, {'meta_type': 'Portal Interface Tool', 'id': 'portal_interface'}, {'meta_type': 'PlonePAS MemberData Tool', 'id': 'portal_memberdata'}, {'meta_type': 'PlonePAS Membership Tool', 'id': 'portal_membership'}, {'meta_type': 'Plone Migration Tool', 'id': 'portal_migration'}, {'meta_type': 'Plone Properties Tool', 'id': 'portal_properties'}, {'meta_type': 'Plone QuickInstaller Tool', 'id': 'portal_quickinstaller'}, {'meta_type': 'Plone Registration Tool', 'id': 'portal_registration'}, {'meta_type': 'Plone Skins Tool', 'id': 'portal_skins'}, {'meta_type': 'Plone Types Tool', 'id': 'portal_types'}, {'meta_type': 'Unique Id Annotation Tool', 'id': 'portal_uidannotation'}, {'meta_type': 'Unique Id Generator Tool', 'id': 'portal_uidgenerator'}, {'meta_type': 'Unique Id Handler Tool', 'id': 'portal_uidhandler'}, {'meta_type': 'Plone Undo Tool', 'id': 'portal_undo'}, {'meta_type': 'Plone URL Tool', 'id': 'portal_url'}, {'meta_type': 'Plone View Customizations', 'id': 'portal_view_customizations'}, {'meta_type': 'Plone Workflow Tool', 'id': 'portal_workflow'}, {'meta_type': 'Portal Translation Service Tool', 'id': 'translation_service'}, {'meta_type': 'MimeTypes Registry', 'id': 'mimetypes_registry'}, {'meta_type': 'Portal Transforms', 'id': 'portal_transforms'}, {'meta_type': 'CMFEditions Portal Archivist Tool', 'id': 'portal_archivist'}, {'meta_type': 'CMFEditions Portal ZVC based Histories Storage Tool', 'id': 'portal_historiesstorage'}, {'meta_type': 'Unique Id Handler Tool', 'id': 'portal_historyidhandler'}, {'meta_type': 'Version Data Modifier Registry', 'id': 'portal_modifier'}, {'meta_type': 'CMFEditions Purge Policy Keeping Only the n last Versions', 'id': 'portal_purgepolicy'}, {'meta_type': 'Reference Factory Registry', 'id': 'portal_referencefactories'}, {'meta_type': 'CMFEditions Standard Copy Modify Merge Repository', 'id': 'portal_repository'}, {'meta_type': 'Pluggable Auth Service', 'id': 'acl_users'}, {'meta_type': 'simple item', 'id': 'portal_tinymce'}, {'meta_type': 'Plone Configuration Registry', 'id': 'portal_registry'}, {'meta_type': 'plone.app.discussion tool', 'id': 'portal_discussion'}, {'meta_type': 'Accelerated HTTP Cache Manager', 'id': 'HTTPCache'}, {'meta_type': 'RAM Cache Manager', 'id': 'RAMCache'}, {'meta_type': 'RAM Cache Manager', 'id': 'ResourceRegistryCache'}, {'meta_type': 'BTreeFolder2', 'id': 'portal_resources'}, {'meta_type': 'MembraneTool', 'id': 'membrane_tool'}, {'meta_type': 'Script (Python)', 'id': 'loc_t'}, {'meta_type': 'Folder', 'id': 'manage_data'}, {'meta_type': 'ATFolder', 'id': 'Members'}, {'meta_type': 'File', 'id': 'cbf94233bcc7e708a5cbe482a12d0d12.txt'}, {'meta_type': 'File', 'id': 'ads.txt'}, {'meta_type': 'Plone Drafts Storage', 'id': 'portal_drafts'}, {'meta_type': 'Folder', 'id': 'ffddf'}, {'meta_type': 'simple item', 'id': 'portal_languages'}, {'meta_type': 'Password Reset Tool', 'id': 'portal_password_reset'}, {'meta_type': 'PloneFormGen Tool', 'id': 'formgen_tool'}, {'meta_type': 'CaptchaTool', 'id': 'portal_captchas'}, {'meta_type': 'Form Controller Tool', 'id': 'portal_form_controller'}, {'meta_type': 'Placeful Workflow Tool', 'id': 'portal_placeful_workflow'}, {'id': 'portal_privacy', 'meta_type': 'Plone Privacy Tool'}, {'id': 'wik-chemnitz', 'meta_type': 'Dexterity Container'}, {'id': 'newsletter', 'meta_type': 'Dexterity Container'}, {'id': 'blog', 'meta_type': 'Dexterity Container'}, {'id': 'referenzen', 'meta_type': 'Dexterity Container'}, {'id': 'wikdigital-wise', 'meta_type': 'Dexterity Container'}, {'id': 'wik-events', 'meta_type': 'Dexterity Container'}, {'id': 'bewerber', 'meta_type': 'Dexterity Container'}, {'id': 'unternehmen', 'meta_type': 'Dexterity Container'}, {'id': 'ueber-uns', 'meta_type': 'Dexterity Container'}, {'id': 'ads', 'meta_type': 'Dexterity Container'}, {'id': 'blog-extern', 'meta_type': 'Dexterity Container'}, {'id': 'wik-leipzig-uni', 'meta_type': 'Dexterity Container'}, {'id': 'wik-leipzig-htwk', 'meta_type': 'Dexterity Container'}, {'id': 'wik-kolloquium', 'meta_type': 'Dexterity Container'}, {'id': 'grafiken', 'meta_type': 'Dexterity Container'}, {'id': 'it-lounge-vogtland', 'meta_type': 'Dexterity Container'}, {'id': 'copy_of_zwik', 'meta_type': 'Dexterity Container'}, {'id': 'zwik', 'meta_type': 'Dexterity Container'}, {'id': 'wik-leipzig-htwk-nt', 'meta_type': 'Dexterity Container'}, {'id': 'wikdigital-sose', 'meta_type': 'Dexterity Container'}, {'id': 'news', 'meta_type': 'Dexterity Container'}, {'id': 'Bewerber.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'events', 'meta_type': 'Dexterity Item'}, {'id': 'studentenjobs-zwickau', 'meta_type': 'Dexterity Item'}, {'id': 'Unternehmen.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'wikdigital', 'meta_type': 'Dexterity Item'}, {'id': 'help', 'meta_type': 'Dexterity Container'}, {'id': 'verwaltung', 'meta_type': 'Dexterity Container'}, {'id': 'WIKC Faltflyer.pdf', 'meta_type': 'Dexterity Item'}, {'id': 'constance_arndt_foto_dirk_diessel_DSF1771_resized_2.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'neu-registrieren', 'meta_type': 'Dexterity Item'}, {'id': 'studentenjobs-anbieten', 'meta_type': 'Dexterity Item'}, {'id': 'BingSiteAuth.xml', 'meta_type': 'Dexterity Item'}, {'id': 'google73e2a3265654ceca.html', 'meta_type': 'Dexterity Item'}, {'id': 'jetzt-bewerben', 'meta_type': 'Dexterity Item'}, {'id': 'DSC0032FR.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'karriere-forschung-kontakte-wissenschaftsforum-der-westsaechsischen-hochschule-zwickau-whz', 'meta_type': 'Dexterity Item'}, {'id': 'bew-neu-reg.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'Photo%2520by%2520anaya-katlego%2520on%2520Unsplash%2520201907015%2520klein.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'registrieren2.0.png', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25202.0.png', 'meta_type': 'Dexterity Item'}, {'id': 'wik-leipzig', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25203.0.png', 'meta_type': 'Dexterity Item'}, {'id': 'googleb0035ae57f8a1bd8.html', 'meta_type': 'Dexterity Item'}, {'id': 'unt-neu-reg.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'einloggen.png', 'meta_type': 'Dexterity Item'}, {'id': 'Pixabay%2520Aushilfe%25202019-07-16%2520klein.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'bewerber.png', 'meta_type': 'Dexterity Item'}, {'id': 'unternehmen.png', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25202%2520-1.png', 'meta_type': 'Dexterity Item'}, {'id': 'WIKWAY%25201.png', 'meta_type': 'Dexterity Item'}, {'id': 'wartungsarbeiten', 'meta_type': 'Dexterity Item'}, {'id': 'home', 'meta_type': 'Dexterity Item'}, {'id': 'wik-blog-bild.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'wik-blog-bild-1.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'pythonlogo-1.png', 'meta_type': 'Dexterity Item'}, {'id': 'wik-blog-bild.png', 'meta_type': 'Dexterity Item'}, {'id': 'img_2014-min.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'img_2014-min-1.jpg', 'meta_type': 'Dexterity Item'}, {'id': 'candidates', 'meta_type': 'Dexterity Container'}, {'id': 'companies', 'meta_type': 'Dexterity Container'}, {'id': 'wikway-stellenportal', 'meta_type': 'Dexterity Item'}, {'id': 'testseite', 'meta_type': 'Dexterity Item'})
_owner Primitive (['acl_users'], 'admin')
_p_changed Primitive False
_p_estimated_size Primitive 30208
_p_mtime Primitive 1685948496.6851368
_p_state Primitive 0
_p_status Primitive saved
_p_sticky Primitive False
_plone_app_collection__Add_Collection_Permission Primitive ['Manager', 'Site Administrator', 'Verwaltung']
_plone_app_contenttypes__Add_Collection_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_Document_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_Event_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_File_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_Folder_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_Image_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_Link_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_contenttypes__Add_News_Item_Permission Primitive ['Manager', 'Site Administrator', 'Owner', 'Contributor']
_plone_app_event__Import_Ical_Permission Primitive ['Manager', 'Site Administrator', 'Editor', 'Owner']
_plone_resource__Export_ZIP_file_Permission Primitive ('Manager',)
_plone_restapi__Access_Plone_user_information_Permission Primitive ['Manager']
_plone_restapi__Access_Plone_vocabularies_Permission Primitive ['Manager', 'Site Administrator']
_plone_restapi__Use_REST_API_Permission Primitive ['Anonymous']
_properties Primitive ({'type': 'string', 'id': 'title', 'mode': 'w'}, {'type': 'text', 'id': 'description', 'mode': 'w'}, {'type': 'lines', 'id': 'selectable_views'}, {'type': 'boolean', 'id': 'validate_email'}, {'type': 'string', 'id': 'companies_registration_address'}, {'type': 'string', 'id': 'layout'}, {'id': 'default_page', 'type': 'string'})
_redturtle_video__Add_RTInternalVideo_Permission Primitive ('Contributor', 'Manager', 'Site Administrator')
_redturtle_video__Add_RTRemoteVideo_Permission Primitive ('Contributor', 'Manager', 'Site Administrator')
_reserved_names Primitive ()
_wikway_candidates__Add_Application_Item_Permission Primitive ('Manager', 'Owner')
_wikway_candidates__Add_Candidate_Permission Primitive ('Manager',)
_wikway_candidates__Manage_Candidate_Permission Primitive ('Manager',)
_wikway_candidates__Modify_Application_Item_Permission Primitive ('Manager', 'Owner')
_wikway_candidates__Modify_Candidate_Permission Primitive ('Manager', 'Owner')
_wikway_candidates__View_Application_Permission Primitive ('Application Reader', 'Manager', 'Owner')
_wikway_candidates__View_Personal_Data_Permission Primitive ('Application Reader', 'Manager', 'Owner')
_wikway_companies__Add_Studentjob_Permission Primitive ['Manager', 'Anonymous', 'Company']
_wikway_companies__Export_Catalog_Permission Primitive ['Manager', 'Graphic Designer']
_wikway_companies__Export_Data_Permission Primitive ['Manager']
_wikway_companies__Manage_Company_Permission Primitive ['Manager', 'Company']
_wikway_lists__Add_List_Permission Primitive ('Manager', 'Contributor')
_wikway_tasklist__Add_TaskList_Permission Primitive ('Manager', 'Contributor')
access_debug_info__roles__ Primitive ()
aclAChecked Primitive
aclEChecked Primitive
aclPChecked Primitive
aliases Primitive {'(Default)': '(dynamic view)', 'view': '(selected layout)', 'edit': 'base_edit', 'properties': 'base_metadata', 'sharing': 'folder_localrole_form', 'gethtml': '', 'mkdir': ''}
changeOwnership__roles__ Primitive ()
companies_registration_address Primitive members@wikway.de
contributors Primitive ()
creators Primitive ()
default_page Primitive home
default_view Primitive base_view
description Primitive Offene Stellen, Jobs, Berufseinstieg, Praktikum, Abschlussarbeiten, Ausbildungsplätze - Online bewerben und von Top-Unternehmen geworben werden. Bewerbungsmappe und Lebenslauf erstellen. Absolventen- und Firmenkontaktmessen besuchen. Bewerbung, Karriere und Personalmarketing.
format Primitive text/html
getIdsSubset__roles__ Primitive ()
getOwnerTuple__roles__ Primitive ()
getOwner__roles__ Primitive ()
getPhysicalRoot Primitive <Special Object Used to Force Acquisition>
getPhysicalRoot__roles__ Primitive ()
getSkin__roles__ Primitive ()
getWrappedOwner__roles__ Primitive ()
has_order_support Primitive 0
icon Primitive misc_/CMFPlone/tool.gif
id Primitive Plone
isAnObjectManager Primitive 1
isPrincipiaFolderish Primitive 1
isTopLevelPrincipiaApplicationObject Primitive 0
language Primitive en
layout Primitive summary_view
manage_CopyContainerAllItems__roles__ Primitive ('Manager',)
manage_CopyContainerFirstItem__roles__ Primitive ('Manager',)
manage_afterAdd__roles__ Primitive ('Manager',)
manage_afterClone__roles__ Primitive ('Manager',)
manage_beforeDelete__roles__ Primitive ('Manager',)
manage_editRoles__roles__ Primitive ('Manager',)
manage_editedDialog__roles__ Primitive ('Manager',)
manage_fixupOwnershipAfterAdd__roles__ Primitive ('Manager',)
manage_getPermissionMapping__roles__ Primitive ('Manager',)
manage_getUserRolesAndPermissions__roles__ Primitive ('Manager',)
manage_index_main__roles__ Primitive ('Manager',)
manage_options Primitive ({'label': 'Contents', 'action': 'manage_main'}, {'label': 'Components', 'action': 'manage_components'}, {'label': 'View', 'action': ''}, {'label': 'Properties', 'action': 'manage_propertiesForm'}, {'label': 'Security', 'action': 'manage_access'}, {'label': 'Interfaces', 'action': 'manage_interfaces'}, {'label': 'Find', 'action': 'manage_findForm'})
manage_reportUserPermissions__roles__ Primitive ('Manager',)
manage_setPermissionMapping__roles__ Primitive ('Manager',)
manage_workspace__roles__ Primitive ('Authenticated',)
management_page_charset Primitive utf-8
meta_type Primitive Plone Site
meta_types Primitive ()
notifyModified__roles__ Primitive ()
permissionMappingPossibleValues Primitive <Special Object Used to Force Acquisition>
portal_type Primitive Plone Site
removal_inprogress Primitive 1
rights Primitive
selectable_views Primitive (b'folder_listing', b'news_listing')
selectedRoles Primitive
smallRolesWidget Primitive
subject Primitive ()
suppl_views Primitive ()
title Primitive WIKWAY
unrestrictedTraverse__roles__ Primitive ()
validate_email Primitive True
wl_lockmapping__roles__ Primitive ()
zmi_icon Primitive far fa-folder
zmi_show_add_dialog Primitive True

Views

Name Class Template
absolute_url Products.Five.browser.metaconfigure.OFSTraversableAbsoluteURL
allow_upload Products.Five.browser.metaconfigure.AllowUploadView
authenticator Products.Five.browser.metaconfigure.AuthenticatorView
batch_macros Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.batching-1.1.7-py3.9.egg/plone/batching/batch_macros.pt /home/wikway/Plone5/eggs/plone.batching-1.1.7-py3.9.egg/plone/batching/batch_macros.pt
batchnavigation Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.batching-1.1.7-py3.9.egg/plone/batching/batchnavigation.pt /home/wikway/Plone5/wikway-src/wikway.portal/wikway/portal/overrides/plone.batching.batchnavigation.pt
candiff Products.Five.browser.metaconfigure.CanDiff
confirm-action Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.protect-4.1.8-py3.9.egg/plone/protect/confirm.pt /home/wikway/Plone5/eggs/plone.protect-4.1.8-py3.9.egg/plone/protect/confirm.pt
content_status_history Products.Five.browser.metaconfigure.ContentStatusHistoryView /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/content_status_history.pt
contenthistory Products.Five.browser.metaconfigure.contenthistory /home/wikway/Plone5/eggs/plone.app.layout-3.5.2-py3.9.egg/plone/app/layout/viewlets/content_history.pt
contenthistorypopup Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.layout-3.5.2-py3.9.egg/plone/app/layout/viewlets/popup_content_history.pt /home/wikway/Plone5/eggs/plone.app.layout-3.5.2-py3.9.egg/plone/app/layout/viewlets/popup_content_history.pt
custom.css Products.Five.browser.metaconfigure.CustomCSSView
customizezpt Products.Five.browser.metaconfigure.CustomizationView
customizezpt.html Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/five.customerize-2.1.0-py3.9.egg/five/customerize/customize.pt /home/wikway/Plone5/eggs/five.customerize-2.1.0-py3.9.egg/five/customerize/customize.pt
delete_confirmation Products.Five.browser.metaconfigure.DeleteConfirmationForm /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/delete_confirmation.pt
delete_confirmation_info Products.Five.browser.metaconfigure.DeleteConfirmationInfo /home/wikway/Plone5/eggs/plone.app.linkintegrity-3.6.1-py3.9.egg/plone/app/linkintegrity/browser/delete_confirmation_info.pt
display-file Products.Five.browser.metaconfigure.DisplayFile
display_query_results Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.querystring-1.6.1-py3.9.egg/plone/app/querystring/results.pt /home/wikway/Plone5/eggs/plone.app.querystring-1.6.1-py3.9.egg/plone/app/querystring/results.pt
download Products.Five.browser.metaconfigure.Download
edit-markers.html Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/src/Zope/src/Products/Five/utilities/browser/edit_markers.pt /home/wikway/Plone5/src/Zope/src/Products/Five/utilities/browser/edit_markers.pt
five_template Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/src/Zope/src/Products/Five/skin/five_template.pt /home/wikway/Plone5/src/Zope/src/Products/Five/skin/five_template.pt
folder_factories Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/folderfactories.pt /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/folderfactories.pt
folder_rename Products.Five.browser.metaconfigure.RenameForm /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/object_rename.pt
full_review_list Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/full_review_list.pt /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/full_review_list.pt
getVocabulary Products.Five.browser.metaconfigure.VocabularyView
get_macros Products.Five.browser.metaconfigure.GetMacros
history Products.Five.browser.metaconfigure.DiffView /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/diff.pt
historyview Products.Five.browser.metaconfigure.HistoryByLineView /home/wikway/Plone5/eggs/plone.app.layout-3.5.2-py3.9.egg/plone/app/layout/viewlets/history_view.pt
json_recurrence Products.Five.browser.metaconfigure.RecurrenceView
manage-portlets-macros Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.portlets-4.4.8-py3.9.egg/plone/app/portlets/browser/templates/edit-manager-macros.pt /home/wikway/Plone5/eggs/plone.app.portlets-4.4.8-py3.9.egg/plone/app/portlets/browser/templates/edit-manager-macros.pt
manage-viewlets Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.viewletmanager-3.1.3-py3.9.egg/plone/app/viewletmanager/manage-viewlets.pt /home/wikway/Plone5/eggs/plone.app.viewletmanager-3.1.3-py3.9.egg/plone/app/viewletmanager/manage-viewlets.pt
manage_interfaces Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/src/Zope/src/Products/Five/utilities/browser/manage_interfaces.pt /home/wikway/Plone5/src/Zope/src/Products/Five/utilities/browser/manage_interfaces.pt
member-fields Products.Five.browser.metaconfigure.MemberSchemaContext
member-search Products.Five.browser.metaconfigure.MemberSearchForm /home/wikway/Plone5/eggs/plone.app.users-2.6.7-py3.9.egg/plone/app/users/browser/membersearch_form.pt
object_copy Products.Five.browser.metaconfigure.ObjectCopyView
object_cut Products.Five.browser.metaconfigure.ObjectCutView
object_delete Products.Five.browser.metaconfigure.ObjectDeleteView
object_paste Products.Five.browser.metaconfigure.ObjectPasteView
object_rename Products.Five.browser.metaconfigure.RenameForm /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/object_rename.pt
placeful_workflow_configuration Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/Products.CMFPlacefulWorkflow-2.0.4-py3.9.egg/Products/CMFPlacefulWorkflow/browser/placeful_workflow_configuration.pt /home/wikway/Plone5/eggs/Products.CMFPlacefulWorkflow-2.0.4-py3.9.egg/Products/CMFPlacefulWorkflow/browser/placeful_workflow_configuration.pt
plone Products.Five.browser.metaconfigure.Plone
plone.contentmenu.actions wikway.companies.browser.menu.ActionsSubMenuItem
plone.contentmenu.display wikway.companies.browser.menu.DisplaySubMenuItem
plone.contentmenu.factories plone.app.contentmenu.menu.FactoriesSubMenuItem
plone.contentmenu.portletmanager plone.app.contentmenu.menu.PortletManagerSubMenuItem
plone.contentmenu.workflow wikway.companies.browser.menu.WorkflowSubMenuItem
plone.outputfilters_captioned_image Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.outputfilters-4.1.0-py3.9.egg/plone/outputfilters/browser/captioned_image.pt /home/wikway/Plone5/eggs/plone.outputfilters-4.1.0-py3.9.egg/plone/outputfilters/browser/captioned_image.pt
plone_contentrules_info Products.Five.browser.metaconfigure.ContentRulesInfo
plone_context_state Products.Five.browser.metaconfigure.ContextState
plone_interface_info Products.Five.browser.metaconfigure.InterfaceInformation
plone_layout Products.Five.browser.metaconfigure.LayoutPolicy
plone_lock_info Products.Five.browser.metaconfigure.LockingInformationFallback
plone_nextprevious_view Products.Five.browser.metaconfigure.NextPreviousView
plone_portal_state Products.Five.browser.metaconfigure.PortalState
plone_redirector_view Products.Five.browser.metaconfigure.FourOhFourView
plone_tools Products.Five.browser.metaconfigure.Tools
ploneform-macros Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.z3cform-3.2.4-py3.9.egg/plone/app/z3cform/templates/macros.pt /home/wikway/Plone5/wikway-src/wikway.portal/wikway/portal/overrides/plone.app.z3cform.templates.macros.pt
prefs_workflow_localpolicies_form Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/Products.CMFPlacefulWorkflow-2.0.4-py3.9.egg/Products/CMFPlacefulWorkflow/browser/prefs_workflow_localpolicies_form.pt /home/wikway/Plone5/eggs/Products.CMFPlacefulWorkflow-2.0.4-py3.9.egg/Products/CMFPlacefulWorkflow/browser/prefs_workflow_localpolicies_form.pt
prefs_workflow_policy_mapping Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/Products.CMFPlacefulWorkflow-2.0.4-py3.9.egg/Products/CMFPlacefulWorkflow/browser/prefs_workflow_policy_mapping.pt /home/wikway/Plone5/eggs/Products.CMFPlacefulWorkflow-2.0.4-py3.9.egg/Products/CMFPlacefulWorkflow/browser/prefs_workflow_policy_mapping.pt
querybuilder_html_results Products.Five.browser.metaconfigure.QueryBuilder
querybuilderjsonconfig Products.Five.browser.metaconfigure.RegistryConfiguration
querybuildernumberofresults Products.Five.browser.metaconfigure.QueryBuilder
querybuilderresults Products.Five.browser.metaconfigure.QueryBuilder
redirect-to-uuid Products.Five.browser.metaconfigure.redirect-to-uuid
render-portlet Products.Five.browser.metaconfigure.PortletUtilities
resolveuid Products.Five.browser.metaconfigure.ResolveUIDView
reviewlist_get_table Products.Five.browser.metaconfigure.ReviewListBrowserView
search Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/browser/templates/search.pt /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/browser/templates/search.pt
selectViewTemplate Products.Five.browser.metaconfigure.DefaultViewSelectionView
select_default_page Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/select_default_page.pt /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/select_default_page.pt
select_default_view Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/select_default_view.pt /home/wikway/Plone5/eggs/plone.app.content-3.8.10-py3.9.egg/plone/app/content/browser/templates/select_default_view.pt
sharing Products.Five.browser.metaconfigure.SharingView /home/wikway/Plone5/eggs/plone.app.workflow-4.0.4-py3.9.egg/plone/app/workflow/browser/sharing.pt
standard_macros Products.Five.browser.metaconfigure.StandardMacros
stringinterp_info Products.Five.browser.metaconfigure.SubstitutionInfo
text-transform Products.Five.browser.metaconfigure.Transform
themeFileUpload Products.Five.browser.metaconfigure.FileUploadView
updateSharingInfo Products.Five.browser.metaconfigure.SharingView /home/wikway/Plone5/eggs/plone.app.workflow-4.0.4-py3.9.egg/plone/app/workflow/browser/sharing.pt
update_version_before_edit Products.Five.browser.metaconfigure.UpdateVersionBeforeEditView
update_version_on_edit Products.Five.browser.metaconfigure.UpdateVersionOnEditView
version_file_view Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/templates/version_file_view.pt /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/templates/version_file_view.pt
version_image_view Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/templates/version_image_view.pt /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/templates/version_image_view.pt
version_metadata_view Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/templates/version_metadata_view.pt /home/wikway/Plone5/eggs/Products.CMFEditions-3.3.5-py3.9.egg/Products/CMFEditions/browser/templates/version_metadata_view.pt
view_get_menu Products.Five.browser.metaconfigure.MenuAccessView
z3cform_validate_field Products.Five.browser.metaconfigure.InlineValidationView
zptviews.html Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/eggs/five.customerize-2.1.0-py3.9.egg/five/customerize/zptviews.pt /home/wikway/Plone5/eggs/five.customerize-2.1.0-py3.9.egg/five/customerize/zptviews.pt

Request that rendered this page GET

This panel shows information about the request that rendered the current page. Depending on the type of request, you will find information about the URL and path, request headers, and form/query string variables.

URL

URL https://lab.wikway.de/login
Query string came_from=/%40%40plone-upgrade
Internal path /VirtualHostBase/https/lab.wikway.de:443/Plone/VirtualHostRoot/login

Request variables

came_from /@@plone-upgrade

Request headers

Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding br,gzip
Accept-Language en-US,en;q=0.5
Connection close
Host 176.95.146.196:14010
User-Agent CCBot/2.0 (https://commoncrawl.org/faq/)
X-Forwarded-For 3.230.152.133
X-Forwarded-Host lab.wikway.de
X-Forwarded-Server lab.wikway.de
X-Theme-Enabled True

Request environment

PATH_INFO /VirtualHostBase/https/lab.wikway.de:443/Plone/VirtualHostRoot/login
QUERY_STRING came_from=/%40%40plone-upgrade
REMOTE_ADDR 94.130.66.92
REMOTE_HOST 94.130.66.92
REMOTE_PORT 50196
REQUEST_METHOD GET
REQUEST_URI /VirtualHostBase/https/lab.wikway.de:443/Plone/VirtualHostRoot/login?came_from=/%40%40plone-upgrade
SCRIPT_NAME
SERVER_NAME waitress.invalid
SERVER_PORT 8080
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE waitress
Zope2.httpexceptions <ZPublisher.httpexceptions.HTTPExceptionHandler object at 0x7f8265bfed30>
_auth_token 32a29e42be4c5a1b68a26ab238da783031a0d45d
waitress.client_disconnected <bound method HTTPChannel.check_client_disconnected of <waitress.channel.HTTPChannel connected 94.130.66.92:50196 at 0x7f823c474640>>
wsgi.errors <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>
wsgi.file_wrapper <class 'waitress.buffers.ReadOnlyFileBasedBuffer'>
wsgi.input <_io.BytesIO object at 0x7f823d3cc130>
wsgi.input_terminated True
wsgi.multiprocess False
wsgi.multithread True
wsgi.run_once False
wsgi.url_scheme http
wsgi.version (1, 0)

Response returned to the browser

This panel shows information about the HTTP response

Response headers

Published view or object login

This panel shows information about the published object. This is usually a view or a legacy page template.

Details

Name login
Class Products.Five.browser.metaconfigure.SimpleViewClass from /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/browser/login/templates/login.pt
File /home/wikway/Plone5/src/Products.CMFPlone/Products/CMFPlone/browser/login/templates/login.pt

Theme in use Sunburst Theme

This panel shows information about the current theme

Enabled theme

Theme name Sunburst Theme
Skin layers
custom
CMFPlacefulWorkflow
wikway.portal
wikway.companies
collective.datagridcolumns
DataGridWidget
attachment_widgets
simpleattachment
sunburst_images
sunburst_templates
sunburst_styles
querywidget
referencebrowser
tinymce
cmfeditions_views
CMFEditions
mimetypes_icons
PasswordReset
plone_wysiwyg
plone_prefs
plone_templates
plone_form_scripts
plone_scripts
plone_forms
plone_images
plone_content
plone_3rdParty
cmf_legacy
Browser layers
plone.app.discussion.interfaces.IDiscussionLayer
plone.app.theming.interfaces.IThemingLayer
plone.formwidget.recaptcha.interfaces.IReCaptchaLayer
collective.z3cform.datagridfield.interfaces.IDataGridFieldLayer
plone.app.event.interfaces.IBrowserLayer
plone.app.contenttypes.interfaces.IPloneAppContenttypesLayer
plone.app.tiles.interfaces.ITilesFormLayer
plone.app.z3cform.interfaces.IPloneFormLayer
z3c.form.interfaces.IFormLayer
plone.app.blocks.interfaces.IBlocksLayer
wildcard.fixpersistentutilities.classfactory.IFakeInterface
plone.app.mosaic.interfaces.IMosaicLayer
plone.app.imagecropping.interfaces.IPloneAppImagecroppingLayer
collective.tiles.advancedstatic.interfaces.ICollectiveTilesAdvancedstaticLayer
collective.privacy.interfaces.ICollectivePrivacyLayer
plone.restapi.interfaces.IPloneRestapiLayer
redturtle.chefcookie.interfaces.IRedturtleChefcookieLayer
plone.app.debugtoolbar.browser.interfaces.IDebugToolbarLayer
zope.publisher.interfaces.browser.IDefaultBrowserLayer
zope.publisher.interfaces.browser.IBrowserRequest
zope.publisher.interfaces.http.IHTTPRequest
zope.publisher.interfaces.IRequest
zope.publisher.interfaces.IPublisherRequest
zope.publisher.interfaces.IPublicationRequest
zope.security.interfaces.IParticipation
zope.publisher.interfaces.IApplicationRequest
zope.interface.common.mapping.IEnumerableMapping
zope.interface.common.collections.ISized
zope.interface.common.mapping.IReadMapping
zope.interface.common.collections.IContainer
zope.interface.common.ABCInterface
zope.interface.common.mapping.IItemMapping
zope.publisher.interfaces.ISkinnable
plone.z3cform.z2.IProcessedRequest
zope.interface.Interface

User information Anonymous User

This panel shows information about the currently logged in user, if any.

User details

User name Anonymous User
Local roles Anonymous
Global roles Anonymous

Workflow and security

This panel shows information about the workflow and security of the current item.

Workflow information

Workflow state(s)
Workflow name(s)

Permission matrix

Name Acquire Anonym Application Reader Authentifiziert Candidate Company Company Premium Hinzufügen Bearbeiten Graphic Designer Verwalten Benutzer Messekoordination Besitzer Ansehen Reviewer Website-Administrator Sourcer Verwaltung
Access Transient Objects Granted
Access arbitrary user session data
Access contents information Granted
Access inactive portal content
Access session data Granted
Add Accelerated HTTP Cache Managers
Add BTreeFolder2s
Add Browser Id Manager
Add CMF Caching Policy Managers
Add CMF Core Tools
Add CMF Diff Tools
Add CMF Editions Tools
Add CMF Placeful Workflow Tools
Add CMF QuickInstaller Tools
Add CMF Unique Id Tools
Add CMFQuickInstallerTools
Add Content Type Registrys
Add Controller Page Templates
Add Controller Python Scripts
Add Controller Validators
Add Cookie Crumblers
Add Documents, Images, and Files
Add External Methods
Add Filesystem Directory Views
Add Folders
Add Form Controller Tools
Add Generic Setup Tools
Add Groups
Add MailHost objects
Add MimetypesRegistry Tools
Add Page Templates
Add Placeful Workflow Tools
Add Plone Tools
Add PlonePAS Tools
Add Pluggable Index
Add Plugin Registrys
Add PortalTransforms Tools
Add Python Scripts
Add RAM Cache Managers
Add Repositories
Add Session Data Manager
Add Site Roots
Add Temporary Folder
Add Transient Object Container
Add User Folders
Add Virtual Host Monsters
Add Vocabularies
Add Workflow Policy
Add ZCatalogs
Add ZODB Mount Points
Add membrane Tools
Add plone.app.customerizes
Add portal content
Add portal events
Add portal folders
Add portal member Granted
Allow sendto Granted
CMFEditions: Access previous versions
CMFEditions: Apply version control
CMFEditions: Checkout to location
CMFEditions: Manage versioning policies
CMFEditions: Purge version
CMFEditions: Revert to previous versions
CMFEditions: Save new version
CMFPlacefulWorkflow: Manage workflow policies
Change Browser Id Manager
Change DTML Documents
Change DTML Methods
Change External Methods
Change Images and Files
Change Lock Information
Change Page Templates
Change Python Scripts
Change Session Data Manager
Change bindings
Change cache managers
Change cache settings
Change configuration
Change local roles
Change permissions
Change proxy roles
Content rules: Manage rules
Copy or Move Granted
Create Transient Objects
Define permissions
Delete Groups
Delete comments
Delete objects
Delete own comments
Edit comments
FTP access
Five: Add TTW View Template
Import/Export objects
List folder contents
List portal members
List undoable changes
Log Site Errors
Log to the Event Log
Mail forgotten password Granted
Manage Context Aliases
Manage Five local sites
Manage Groups
Manage Portal Aliases
Manage Site
Manage Transient Object Container
Manage Vocabulary
Manage WebDAV Locks
Manage ZCatalog Entries
Manage ZCatalogIndex Entries
Manage portal
Manage properties
Manage repositories
Manage schemata
Manage users
Modify Cookie Crumblers
Modify constrain types
Modify portal content
Modify view template
Plone Site Setup: Editing
Plone Site Setup: Filtering
Plone Site Setup: Imaging
Plone Site Setup: Language
Plone Site Setup: Mail
Plone Site Setup: Markup
Plone Site Setup: Navigation
Plone Site Setup: Overview
Plone Site Setup: Search
Plone Site Setup: Security
Plone Site Setup: Site
Plone Site Setup: Themes
Plone Site Setup: TinyMCE
Plone Site Setup: Types
Plone Site Setup: Users and Groups
Plone: Customize Content Layouts
Plone: Manage Content Layouts
Plone: Manage Site Layouts
Portlets: Manage own portlets
Portlets: Manage portlets
Portlets: View dashboard
Private, only accessible from trusted code
Public, everyone can access Granted
Query Vocabulary
Reply to item
Request review
Review comments
Review portal content
Search ZCatalog Granted
Search for principals
Set Group Ownership
Set own password
Set own properties
Sharing page: Delegate Contributor role
Sharing page: Delegate Editor role
Sharing page: Delegate Reader role
Sharing page: Delegate Reviewer role
Sharing page: Delegate roles
Show Toolbar
Take ownership
Undo changes
Use mailhost services
Use version control
View Granted
View Groups
View History
View management screens
WebDAV Lock items
WebDAV Unlock items
WebDAV access
collective.easyform: Add Content
collective.easyform: Add Custom Scripts
collective.easyform: Add Data Savers
collective.easyform: Add Mailers
collective.easyform: Download Saved Input
collective.easyform: Edit Advanced Fields
collective.easyform: Edit Encryption Specs
collective.easyform: Edit Mail Addresses
collective.easyform: Edit Python Fields
collective.easyform: Edit TALES Fields
collective.easyform: Edit Technical Fields
iterate : Check in content
iterate : Check out content
membrane: Register member
plone.app.contenttypes: Add Collection
plone.app.contenttypes: Add Document
plone.app.contenttypes: Add Event
plone.app.contenttypes: Add File
plone.app.contenttypes: Add Folder
plone.app.contenttypes: Add Image
plone.app.contenttypes: Add Link
plone.app.contenttypes: Add News Item
plone.app.event: Import Ical
plone.app.multilingual: Manage Translations
plone.cachepurging: Manually purge objects
plone.portlet.collection: Add collection portlet
plone.portlet.static: Add static portlet
plone.resource: Export ZIP file
plone.resourceeditor: Manage Sources
plone.restapi: Access Plone user information
plone.restapi: Access Plone vocabularies
plone.restapi: Use REST API Granted
wikway.candidates: Add Application Item
wikway.candidates: Add Candidate
wikway.candidates: Manage Candidate
wikway.candidates: Modify Application Item
wikway.candidates: Modify Candidate
wikway.candidates: View Application
wikway.candidates: View Personal Data
wikway.companies: Add Studentjob Granted
wikway.companies: Export Catalog
wikway.companies: Export Data
wikway.companies: Manage Company

Catalog

This panel shows information about the information stored in the portal catalog of the current item.

Indexed values

Index name Value

Metadata values

Attribute name Value

Zope global settings Debug mode

This panel shows information about the Zope server where Plone is running.

Environment

Zope version (4.8.8.dev0, python 3.9.16, linux)
Python version 3.9.16 (main, Dec 7 2022, 01:11:58) [GCC 7.5.0]
Process 76789
Running for 8 hours 22 min 23 sec

Databases

Name Mount point Location Size Cache size
main / zeostorage (connected) 2496.4M 30000
temporary /temp_folder temporary storage for sessioning 0.0K 5000

Configuration options

Name Value
automatically_quote_dtml_request_data True
clienthome /home/wikway/Plone5/var/zeoclient_debug
datetime_format us
debug_exceptions False
debug_mode True
default_zpublisher_encoding utf-8
enable_ms_public_header False
environment {'PTS_LANGUAGES': 'de', 'zope_i18n_allowed_languages': 'de', 'zope_i18n_compile_mo_files': 'true', 'PLONE_CSRF_DISABLED': 'true', 'CHAMELEON_CACHE': '/home/wikway/Plone5/var/cache'}
http_realm Zope
instancehome /home/wikway/Plone5/parts/zeoclient_debug
locale
max_conflict_retries 3
pid_filename /home/wikway/Plone5/var/zeoclient_debug/Z4.pid
product_config {}
python_check_interval 1000
security_policy_implementation PYTHON
skip_authentication_checking False
skip_ownership_checking False
trusted_proxies []
verbose_security True
webdav_source_port 0
zmi_bookmarkable_urls True

Versions of installed packages 5.2.13.dev0 Upgrade pending

This panel shows information about the versions of all Python package distributions known to Zope.

Packages

Name Version
AccessControl 4.3
Acquisition 4.13
attrs 21.4.0
AuthEncoding 4.3
autobahn 23.1.2
Automat 22.10.0
beautifulsoup4 4.11.1
borg.localrole 3.1.9
branca 0.3.1
BTrees 4.11.3
cachetools 5.3.0
calmjs.parse 1.2.5
certifi 2022.12.7
cffi 1.15.1
Chameleon 3.10.2
charset-normalizer 2.1.1
collective.autopermission 1.0b2
collective.easyform 4.0.0
collective.monkeypatcher 1.2.1
collective.privacy 1.1.0b2
collective.recipe.backup 4.2.0
collective.relationhelpers 1.6
collective.tiles.advancedstatic 2.0.0
collective.z3cform.datagridfield 1.5.3
constantly 15.1.0
cryptography 40.0.2
cssselect 1.1.0
DateTime 4.9
decorator 4.4.2
diazo 1.5.0
dnspython 2.3.0
DocumentTemplate 4.1
docutils 0.17.1
email-validator 1.3.1
ExtensionClass 4.9
feedparser 6.0.8
five.customerize 2.1.0
five.intid 1.2.6
five.localsitemanager 3.4
folium 0.8.3
future 0.18.2
google-auth 2.17.3
hyperlink 21.0.0
icalendar 4.1.0
idna 3.4
incremental 22.10.0
Jinja2 3.1.2
jsonschema 3.2.0
lxml 4.8.0
Markdown 3.2.2
MarkupSafe 2.1.1
Missing 4.2
mock 5.0.1
mockup 3.2.8
MultiMapping 4.1
multipart 0.2.4
numpy 1.16.6
openrouteservice 2.3.3
Paste 3.5.2
PasteDeploy 3.0.1
pdfkit 1.0.0
pdfrw 0.4
Persistence 3.6
persistent 4.9.3
piexif 1.1.3
Pillow 6.2.2
pip 22.3.1
Plone 5.2.13.dev0
plone.alterego 1.1.5
plone.api 1.11.1
plone.app.blocks 5.2.1
plone.app.caching 2.2.0
plone.app.content 3.8.10
plone.app.contentlisting 2.0.8
plone.app.contentmenu 2.3.4
plone.app.contentrules 4.1.6
plone.app.contenttypes 2.2.3
plone.app.customerize 1.3.12
plone.app.debugtoolbar 1.3.0
plone.app.dexterity 2.6.11
plone.app.discussion 3.4.7
plone.app.drafts 1.1.3
plone.app.event 3.2.14
plone.app.i18n 3.0.6
plone.app.imagecropping 2.2.2
plone.app.intid 1.1.4
plone.app.iterate 4.0.3
plone.app.layout 3.5.2
plone.app.linkintegrity 3.6.1
plone.app.locales 5.1.33.dev0
plone.app.lockingbehavior 1.0.7
plone.app.mosaic 2.2.5
plone.app.multilingual 5.6.4
plone.app.portlets 4.4.8
plone.app.querystring 1.6.1
plone.app.redirector 2.2.1
plone.app.registry 1.7.9
plone.app.relationfield 2.0.3
plone.app.standardtiles 2.5.0
plone.app.testing 6.1.9
plone.app.textfield 1.3.6
plone.app.theming 4.1.8
plone.app.tiles 3.3.0
plone.app.upgrade 2.1.6.dev0
plone.app.users 2.6.7
plone.app.uuid 2.0.2
plone.app.versioningbehavior 1.4.6
plone.app.viewletmanager 3.1.3
plone.app.vocabularies 4.3.0
plone.app.widgets 3.0.7
plone.app.workflow 4.0.4
plone.app.z3cform 3.2.4
plone.autoform 1.9.1
plone.batching 1.1.7
plone.behavior 1.4.0
plone.browserlayer 2.2.4
plone.cachepurging 2.0.4
plone.caching 1.2.2
plone.contentrules 2.1.2
plone.dexterity 2.10.5
plone.event 1.4.2
plone.folder 3.1.0
plone.formwidget.autocomplete 1.4.1
plone.formwidget.contenttree 1.2.0
plone.formwidget.namedfile 2.1.3
plone.formwidget.recaptcha 2.3.0
plone.formwidget.recurrence 2.1.5
plone.i18n 4.0.7
plone.indexer 1.0.7
plone.intelligenttext 3.1.0
plone.jsonserializer 0.9.11
plone.keyring 3.1.3
plone.locking 2.2.5
plone.memoize 3.0.0
plone.namedfile 5.6.0
plone.outputfilters 4.1.0
plone.portlet.collection 3.3.6
plone.portlet.static 3.1.6
plone.portlets 2.3.2
plone.protect 4.1.8
plone.recipe.zope2instance 6.12.0
plone.registry 1.2.1
plone.resource 2.1.4
plone.resourceeditor 3.0.4
plone.rest 1.6.2
plone.restapi 7.8.1
plone.rfc822 2.0.2
plone.scale 3.1.2
plone.schema 1.4.0
plone.schemaeditor 3.0.3
plone.session 3.7.5
plone.staticresources 1.4.6
plone.stringinterp 1.3.3
plone.subrequest 1.9.3
plone.supermodel 1.6.5
plone.synchronize 1.0.4
plone.testing 8.0.3
plone.theme 3.0.7
plone.tiles 2.3.1
plone.transformchain 2.0.2
plone.uuid 1.0.6
plone.z3cform 1.1.3
plonetheme.barceloneta 2.1.10
ply 3.11
Products.BTreeFolder2 4.4
Products.CMFCore 2.7.0
Products.CMFDiffTool 3.3.3
Products.CMFDynamicViewFTI 6.0.3
Products.CMFEditions 3.3.5
Products.CMFFormController 4.1.4
Products.CMFPlacefulWorkflow 2.0.4
Products.CMFPlone 5.2.13.dev0
Products.CMFQuickInstallerTool 4.0.4
Products.CMFUid 3.5
Products.DateRecurringIndex 3.0.1
Products.DCWorkflow 2.7.0
Products.ExtendedPathIndex 4.0.1
Products.ExternalMethod 4.7
Products.GenericSetup 2.3.0
Products.isurlinportal 1.2.1
Products.MailHost 4.13
Products.membrane 6.0.0
Products.MimetypesRegistry 2.1.9
Products.PlonePAS 6.0.8
Products.PluggableAuthService 2.8.1
Products.PluginRegistry 1.11
Products.PortalTransforms 3.2.2
Products.PythonScripts 4.15
Products.Sessions 4.15
Products.SiteErrorLog 5.7
Products.StandardCacheManagers 4.2
Products.statusmessages 5.0.5
Products.TemporaryFolder 5.3
Products.validation 2.1.3
Products.ZCatalog 5.4
Products.ZopeVersionControl 3.0.0
pyasn1 0.5.0
pyasn1-modules 0.3.0
pycparser 2.21
PyJWT 1.7.1
pyOpenSSL 23.1.1
PyPDF2 1.26.0
pyrsistent 0.15.7
pyScss 1.3.7
python-dateutil 2.8.2
python-dotenv 0.20.0
python-gettext 4.1
pytz 2022.7
qrcode 4.0.2
Record 3.6
redturtle.chefcookie 2.0.2
repoze.xmliter 0.6.1
requests 2.28.2
RestrictedPython 5.2
roman 3.3
rsa 4.9
setuptools 51.3.3
sgmllib3k 1.0.0
Shapely 1.8.5
simple-websocket-server 0.4.2
simplejson 3.18.1
six 1.16.0
soupsieve 2.3.2.post1
tempstorage 5.2
transaction 3.0.1
Twisted 22.10.0
txaio 23.1.1
typing-extensions 4.4.0
Unidecode 0.4.1
urllib3 1.26.13
waitress 2.1.2
WebOb 1.8.7
WebTest 3.0.0
wheel 0.37.1
wikway.app.actions 1.1.dev0
wikway.app.ajax 1.2.dev0
wikway.app.behaviors 0.5.dev0
wikway.app.lists 1.2.dev0
wikway.applications 1.1.1.dev0
wikway.candidates 2.4.3.dev0
wikway.companies 2.3.5.dev0
wikway.data 2.1.5.dev0
wikway.fields 2.0.dev0
wikway.locales 1.0.13.dev0
wikway.portal 1.3.dev0
wikway.searchset 0.15.dev0
wikway.z3cform 1.0.3.dev0
wildcard.fixpersistentutilities 1.2rc1
WSGIProxy2 0.5.1
z3c.autoinclude 0.4.1
z3c.caching 2.2
z3c.form 3.7.1
z3c.formwidget.query 1.0.0
z3c.jbot 1.1.1
z3c.objpath 1.3
z3c.pt 3.3.1
z3c.relationfield 0.9.0
z3c.zcmlhook 1.1
zc.buildout 3.0.1
zc.lockfile 2.0
zc.recipe.egg 2.0.7
zc.relation 1.1.post2
ZConfig 3.6.1
zdaemon 4.4
ZEO 5.3.0
zExceptions 4.3
ZODB 5.8.0
ZODB3 3.11.0
zodbpickle 2.6
Zope 4.8.8.dev0
zope.annotation 4.8
zope.app.locales 4.3
zope.browser 2.4
zope.browsermenu 4.4
zope.browserpage 4.4.0
zope.browserresource 4.4
zope.cachedescriptors 4.4
zope.component 4.6.2
zope.componentvocabulary 2.3.0
zope.configuration 4.4.1
zope.container 4.10
zope.contentprovider 4.2.1
zope.contenttype 4.6
zope.copy 4.3
zope.datetime 4.3.0
zope.deferredimport 4.4
zope.deprecation 4.4.0
zope.dottedname 5.0
zope.event 4.6
zope.exceptions 4.6
zope.filerepresentation 5.0.0
zope.formlib 5.0.1
zope.globalrequest 1.6
zope.hookable 5.4
zope.i18n 4.9.0
zope.i18nmessageid 5.1.1
zope.interface 5.5.2
zope.intid 4.4.0
zope.keyreference 4.2.0
zope.lifecycleevent 4.4
zope.location 4.3
zope.pagetemplate 4.6.0
zope.processlifetime 2.4
zope.proxy 4.6.1
zope.ptresource 4.3.0
zope.publisher 6.1.0
zope.ramcache 2.4
zope.schema 6.2.1
zope.security 5.8
zope.sendmail 5.3
zope.sequencesort 4.2
zope.site 4.6.1
zope.size 4.4
zope.structuredtext 4.4
zope.tal 4.5
zope.tales 5.2
zope.testbrowser 5.6.1
zope.testing 4.10
zope.traversing 4.4.1
zope.viewlet 4.3
Zope2 4.0

Reload

This panel shows allows you to quickly reload code, zcml, js, css.