Package org.alfresco.repo.attributes

Interface Summary
Attribute Interface for polymorphic attributes.
AttributeDAO Interface for persistence operations on attributes.
BooleanAttribute Stub interface for Booleans.
ByteAttribute Stub interface for byte Attributes.
DoubleAttribute Placeholder interface or double attributes.
FloatAttribute Stub interface for float attribute.
GlobalAttributeEntry Interface for the entries in the global attribute table.
GlobalAttributeEntryDAO Interface for persistence of the top level attribute map.
IntAttribute A stub interface for int attributes.
ListAttribute List Attribute dummy interface.
ListEntry Interface for list entries.
ListEntryDAO DAO interface for ListEntries.
LongAttribute Stub interface for long attributes.
MapAttribute Placeholder interface for Map attributes.
MapEntry Interface for map entries.
MapEntryDAO Interface for MapEntry persistence.
SerializableAttribute Placeholder interface for a Serializable attribute.
ShortAttribute Stub interface for shorts.
StringAttribute Place holder interface for String valued attributes.
 

Class Summary
AbstractAttribute Base class for handling basic type conversions.
Attribute.Type  
AttributeConverter Handles conversions between persistent and value based Attributes.
AttributeImpl The base class of the implementation of Values.
AttributeServiceImpl Implementation of the AttributeService interface.
AttributeServiceTest Basic tests for AttributeService.
AttributeServiceTransportService Server side implementation of transport for AttributeService.
AttributeValue Value based non-persistent implementation of Attribute.
AttrQueryHelperImpl Implementation of query helper for building predicates.
AttrQueryTest Tests of AttrQueries.
BooleanAttributeImpl  
BooleanAttributeValue Value based implementation of a boolean attribute.
ByteAttributeImpl A Byte Attribute.
ByteAttributeValue Value based implementation of byte attribute.
DoubleAttributeImpl Persistent double attribute implementation.
DoubleAttributeValue Value based implementation of a double attribute.
FloatAttributeImpl Persistent implementation of float attribute.
FloatAttributeValue Value based implementation of float attribute
GlobalAttributeEntryImpl  
IntAttributeImpl An integer attribute.
IntAttributeValue Value based implementation of int attribute.
ListAttributeImpl Persistent implementation of a list attribute.
ListAttributeValue Value based implementation of a list attribute.
ListEntryImpl Implementation of ListEntry
ListEntryKey Key class for the ListEntry entity.
LongAttributeImpl Long valued attribute.
LongAttributeValue Value based implementation of a long attribute.
MapAttributeImpl Persistent map attribute implementation.
MapAttributeValue Value based implementation of a map attribute.
MapEntryImpl Implementation of map entries.
MapEntryKey Key class for MapEntries.
SerializableAttributeImpl Persistent implemantation of a Serializable attribute.
SerializableAttributeValue Value based implemenation of a Serializable attribute.
ShortAttributeImpl A short attribute.
ShortAttributeValue Value based implementation of a short attribute.
StringAttributeImpl Persistent implementation of String valued attribute.
StringAttributeValue Value based implementation of a String attribute.
 

Exception Summary
AtrributeMethodNotImplemented For unimplemented attribute methods.
AttributeMethodNotImplemented For unimplemented attribute methods.
AttributeUnsupportedQueryType Thrown when a query node is created with an unsupported type.
 



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