mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ListAttribute seems to be mostly working, though I had to tweak hibernate-cfg.properties to
make it suck back generated primary keys. Restructured ListEntry so that most most gets are via Session.get() rather than by query. Added new methods to AttributeService to handle ListAttribute specific operations. Added a little more testing for AttributeService. I'm praying that the build will be repaired, since my efforts having been doing so much lately. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5553 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -395,4 +395,12 @@ public abstract class AttributeImpl implements Attribute
|
||||
{
|
||||
throw new AttributeMethodNotImplemented("Not a List.");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.alfresco.repo.attributes.Attribute#set(int, org.alfresco.repo.attributes.Attribute)
|
||||
*/
|
||||
public void set(int index, Attribute value)
|
||||
{
|
||||
throw new AttributeMethodNotImplemented("Not a List.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user