Wed, 09 Mar 2011 11:03:25 +0000 |
Ingo Weinzierl |
Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.
|
Wed, 09 Mar 2011 10:24:56 +0000 |
Ingo Weinzierl |
Fixed a typo in the sql statements.
|
Tue, 08 Mar 2011 10:38:14 +0000 |
Ingo Weinzierl |
Added a describe() action for collections - the implementation in the artifact server is currently just a stub that throws an not implemented exception.
|
Tue, 08 Mar 2011 10:35:40 +0000 |
Sascha L. Teichmann |
Fix a foreign key constraint violation when deleting outdated artifacts.
|
Tue, 08 Mar 2011 10:13:45 +0000 |
Sascha L. Teichmann |
Fixed issue with outdating an artifact if it is removed from a collection.
|
Tue, 08 Mar 2011 09:10:55 +0000 |
Ingo Weinzierl |
Implemented the getCollectionAttribute() and setCollectionAttribute() methods.
|
Tue, 08 Mar 2011 09:08:15 +0000 |
Ingo Weinzierl |
Fixed some sql statements that contained typos.
|
Tue, 08 Mar 2011 08:25:24 +0000 |
Ingo Weinzierl |
Implemented removeCollectionArtifact() method of the artifact database.
|
Mon, 07 Mar 2011 16:30:45 +0000 |
Ingo Weinzierl |
Implemented addCollectionArtifact() and listCollectionArtifacts() of the artifact database.
|
Mon, 07 Mar 2011 16:24:27 +0000 |
Ingo Weinzierl |
Fixed broken constructor of DefaultCollectionItem.
|
Mon, 07 Mar 2011 16:23:27 +0000 |
Ingo Weinzierl |
Fixed some backend specific stuff (sql statements, schema).
|
Mon, 07 Mar 2011 15:13:36 +0000 |
Ingo Weinzierl |
Added an interface for CollectionItems and renamed the CollectionItem class from the artifact-database package to DefaultCollectionItem - because this is the default implementation of the interface.
|
Mon, 07 Mar 2011 14:49:43 +0000 |
Sascha L. Teichmann |
Added missing class.
|
Mon, 07 Mar 2011 11:37:49 +0000 |
Sascha L. Teichmann |
Added Backend code to list the collection items in a collection.
|
Mon, 07 Mar 2011 11:13:39 +0000 |
Ingo Weinzierl |
Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.
|
Mon, 07 Mar 2011 11:12:21 +0000 |
Sascha L. Teichmann |
Added helper to be return in Backend.listCollectionArtifacts()
|