ez.no / ezpublish / documentation / reference / data fetching / content
These documentation pages are no longer maintained. Please visit the new documentation site.
Module: Content.
| Operator | Description |
|---|---|
| access | Checks if the current user has access to a given functionality |
| bookmarks | Get bookmarks for current user. |
| can_instantiate_class_list | Fetch list of classes the current user can create objects from. |
| can_instantiate_classes | Check if the current user is allowed to create classes. |
| class | Fetch content class |
| class_attribute | Fetch class attribute. |
| class_attribute_list | Fetch attribute list of specified class. |
| collected_info_collection | Fetches an informationcollection object |
| collected_info_count | Will count the collected information matching a certain value |
| collected_info_count_list | Do a count on the value of collected integer info. Useful for... |
| contentobject_attributes | Fetches all attributes from a content object version |
| draft_count | Fetches the number of drafts for the current user |
| draft_version_list | Fetches the drafts for the current user |
| keyword | Fetches a array of keywords and node objects contain keywords... |
| keyword_count | Count the number of node objects contain keywords start with... |
| list | Fetches and returns the children of a node. |
| list_count | Counts and returns the number of children of a node. |
| locale_list | Returns a list of the available locales |
| navigation_parts | Fetches all navigation part identifieres as an array |
| node | Fetches the specified content node. |
| non_translation_list | fetches a list of the locales an object can be translated into |
| object | Fetch a content object. |
| object_by_attribute | Fetches an attribute by value |
| object_count_by_user_id | returns the number of objects of a specific class created by... |
| pending_count | fetches the number of pending objects for the current user |
| pending_list | fetches the pending object for the current user |
| recent | fetches the object(folders) where you recently published some... |
| same_classattribute_node | fetch nodes with the same attribute values |
| search | Does a search in published content objects |
| section_list | Fetches the available sections. |
| tipafriend_top_list | fetches a list of node objects sorted by most tiped |
| translation_list | Returns the list of possible translations |
| trash_count | Returns the number of objects in the trash |
| trash_object_list | Returns a list of objects in the trash |
| tree | Fetches the children of a node recursively. |
| tree_count | Counts the objects returned from the tree function. |
| version | Fetches a specific version of an object. |
| version_count | Gets the number of versions for an object. |
| version_list | Fetches all versions for an object |
| view_top_list | Fetches a list of most viewed node objects. |
Comments
Fetching a specific node
Norman Leutner
Saturday 11 June 2005 4:55:21 pm