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:
@@ -272,4 +272,11 @@ public interface Attribute extends Serializable, Iterable<Attribute>
|
||||
* @param index The entry to remove.
|
||||
*/
|
||||
public void remove(int index);
|
||||
|
||||
/**
|
||||
* Set an attribute in a list.
|
||||
* @param index The index to set.
|
||||
* @param value The attribute to set.
|
||||
*/
|
||||
public void set(int index, Attribute value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user