Package org.alfresco.service.cmr.repository

Interface Summary
ContentAccessor Interface for instances that provide read and write access to content.
ContentReader Represents a handle to read specific content.
ContentStreamListener Listens for notifications w.r.t.
ContentWriter Represents a handle to write specific content.
EntityRef A marker interface for entity reference classes.
FileContentReader Extension to ContentReader for Readers which are able to make the backing file available to you.
MimetypeService This service interface provides support for Mimetypes.
NodeService Interface for public and internal node and store operations.
PeriodProvider Provider API for period implementations
 

Class Summary
AssociationRef This class represents a regular, named node relationship between two nodes.
ChildAssociationRef This class represents a child relationship between two nodes.
ContentData The compound property representing content
MLText Class to represent a multilingual (ML) text value.
MLTextTest  
NodeRef Reference to a node
NodeRef.Status Helper class to convey the status of a node.
NodeRefTest  
NodeService.FindNodeParameters General node-find parameters.
Path Representation of a simple path e.g.
Path.AttributeElement Represents a qualified path to an attribute, including the sibling for repeated properties/attributes to retrieve e.g.
Path.ChildAssocElement Represents a qualified path between a parent and a child node, including the sibling to retrieve e.g.
Path.DescendentOrSelfElement Represents the // or /descendant-or-self::node() xpath element
Path.Element Represents a path element.
Path.ParentElement Represents the /.. xpath element
Path.SelfElement Represents the /. xpath element
PathTest  
Period Implementation for the period data type "d:period" A period is specified by the period type and an optional expression.
PeriodProvider.ExpressionMutiplicity Period expression multiplicity
StoreRef Reference to a node store
 

Exception Summary
AbstractStoreException Store-related exception that keeps a handle to the store reference
AssociationExistsException Thrown when an operation could not be performed because a named association already exists between two nodes
ContentIOException Wraps a general Exceptions that occurred while reading or writing content.
InvalidChildAssociationRefException Thrown when an operation cannot be performed because thechild association reference no longer exists.
InvalidNodeRefException Thrown when an operation cannot be performed because the node reference no longer exists.
InvalidStoreRefException Thrown when an operation cannot be performed because the store reference no longer exists.
StoreExistsException Thrown when an operation cannot be performed because the store reference no longer exists.
XPathException  
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.