Home | Trees | Indices | Help |
---|
|
object --+ | ItemDescription
Wrapper around the internal item representation giving restricted access to the relevant parameters. All instance variables are read-only.
|
|||
|
|||
|
|||
Inherited from |
|
|||
name Returns the name of the item. |
|||
path Returns the path of the item. |
|||
isRoot Indicates whether it is the root item or not. |
|||
isCollection Indicates whether it is a collection or not. |
|||
isLeaf Indicates whether the item is a leaf or not. |
|||
isLink Indicates whether the item is a link or not. |
|||
unicode @see datafinder.core.item.data_persister.constants
|
state Retrieve the data state associated with NullDataPersister of this item.
|
||
dataUri Returns the URI of the associated file object. |
|||
uri Returns the URI of the item. |
|||
isManaged Flag indicating whether the item belongs to managed repository or not. |
|||
canAddChildren Convenience method to check whether an item can be created below. |
|||
canDelete Convenience method to check whether an item can be deleted. |
|||
canCopy Convenience method to check whether an item can be copied. |
|||
canMove Convenience method to check whether an item can be moved. |
|||
canStoreData Convenience method to check whether the associated data can be stored using this item. |
|||
canRetrieveData Convenience method to check whether the associated data can be retrieved using this item. |
|||
canArchive Convenience method to check whether an item can be archived. |
|||
canSearch Convenience method to check whether an item can be searched. |
|||
canRetrieveProperties Convenience method to check whether an item`s properties can be retrieved. |
|||
canStoreProperties Convenience method to check whether an item`s properties can be written. |
|||
Inherited from |
|
Constructor.
|
String representation.
|
|
nameReturns the name of the item.
|
pathReturns the path of the item.
|
isRootIndicates whether it is the root item or not.
|
isCollectionIndicates whether it is a collection or not.
|
isLeafIndicates whether the item is a leaf or not.
|
isLinkIndicates whether the item is a link or not.
|
stateRetrieve the data state associated with
|
dataUriReturns the URI of the associated file object.
|
uriReturns the URI of the item.
|
isManagedFlag indicating whether the item belongs to managed repository or not.
|
canAddChildrenConvenience method to check whether an item can be created below.
|
canDeleteConvenience method to check whether an item can be deleted.
|
canCopyConvenience method to check whether an item can be copied.
|
canMoveConvenience method to check whether an item can be moved.
|
canStoreDataConvenience method to check whether the associated data can be stored using this item.
|
canRetrieveDataConvenience method to check whether the associated data can be retrieved using this item.
|
canArchiveConvenience method to check whether an item can be archived.
|
canSearchConvenience method to check whether an item can be searched.
Note: The sanity checks are run again when this method is called. |
canRetrievePropertiesConvenience method to check whether an item`s properties can be retrieved.
|
canStorePropertiesConvenience method to check whether an item`s properties can be written.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jun 24 11:09:29 2011 | http://epydoc.sourceforge.net |