graph
- Small typo fix2011-03-08, by Sascha L. Teichmann
- Fixed issue with outdating an artifact if it is removed from a collection.2011-03-08, by Sascha L. Teichmann
- Implemented the getCollectionAttribute() and setCollectionAttribute() methods.2011-03-08, by Ingo Weinzierl
- Fixed some sql statements that contained typos.2011-03-08, by Ingo Weinzierl
- Implemented removeCollectionArtifact() method of the artifact database.2011-03-08, by Ingo Weinzierl
- Implemented addCollectionArtifact() and listCollectionArtifacts() of the artifact database.2011-03-07, by Ingo Weinzierl
- Fixed broken constructor of DefaultCollectionItem.2011-03-07, by Ingo Weinzierl
- Fixed some backend specific stuff (sql statements, schema).2011-03-07, by 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.2011-03-07, by Ingo Weinzierl
- Added missing class.2011-03-07, by Sascha L. Teichmann
- Added Backend code to list the collection items in a collection.2011-03-07, by Sascha L. Teichmann
- Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.2011-03-07, by Ingo Weinzierl
- Added helper to be return in Backend.listCollectionArtifacts()2011-03-07, by Sascha L. Teichmann
- Adapted the sql statements for fetching all collections and all user collections from database.2011-03-07, by Ingo Weinzierl
- Added code to remove an artifact from a collection2011-03-06, by Sascha L. Teichmann
- Added code to set attribute of a collection item.2011-03-06, by Sascha L. Teichmann
- Added code to get the attribute of a collection item2011-03-06, by Sascha L. Teichmann
- Backend: isIdentifierValid more symmetric to new newIndentifier2011-03-06, by Sascha L. Teichmann
- Added code to add artifacts to collections.2011-03-04, by Sascha L. Teichmann
- Added code to delete collections.2011-03-04, by Sascha L. Teichmann
- Reduce the code repetition and the complexity of the backend.2011-03-04, by Sascha L. Teichmann
- Solve the SQL problem with the collection listings.2011-03-04, by Sascha L. Teichmann
- Added a new method to the ProtocolUtils that creates the necessary CREATE document for creating new artifact collections.2011-03-04, by Ingo Weinzierl
- Lifted H2 to version 1.3.152.2011-03-04, by Sascha L. Teichmann
- Fix parameter propagation of creation time ond collection names.2011-03-04, by Sascha L. Teichmann
- The document returned by the createCollection() method will now contain the uuid of the created collection.2011-03-04, by Ingo Weinzierl
- Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.2011-03-04, by Ingo Weinzierl
- Added code to list collections.2011-03-03, by Sascha L. Teichmann
- Implemented the method addCollectionArtifact() in the artifact database.2011-03-03, by Ingo Weinzierl
- Added Helper for lazy loading users.2011-03-03, by Sascha L. Teichmann
- Implemented the interface method listCollections() in the artifact database.2011-03-03, by Ingo Weinzierl
- Fixed a wrong node in the demo configuration used for the ArtifactCollectionFactory.2011-03-03, by Ingo Weinzierl
- Implemented the deleteCollection() interface method in the artifact database.2011-03-03, by Ingo Weinzierl
- Bugfixed the collection creation in the Backend.2011-03-03, by Ingo Weinzierl
- Enabled the artifact database to store and load roles of users.2011-03-03, by Ingo Weinzierl
- Added code to create collections.2011-03-03, by Sascha L. Teichmann
- Implemented the createCollection() method in the artifact database.2011-03-03, by Ingo Weinzierl
- Simplified creation of users.2011-03-03, by Sascha L. Teichmann
- Added stubs for the collection handling in db backend.2011-03-03, by Sascha L. Teichmann
- Made a (single one) artifact collection factory configurable.2011-03-03, by Ingo Weinzierl
- Propagate delete user errors correctly.2011-03-03, by Sascha L. Teichmann
- Adjusted method signatures for deleting users in the UserFactory and in the Backend.2011-03-03, by Ingo Weinzierl
- Implemented the deleteUser() method in the artifact server.2011-03-03, by Ingo Weinzierl
- Bugfix: Replaced wrong SQL statements with the correct ones.2011-03-03, by Ingo Weinzierl
- Implemented the listUsers() method in the artifact database.2011-03-03, by Ingo Weinzierl
- Implemented the createUser() method in the artifact database.2011-03-03, by Ingo Weinzierl
- Added code to load all users from database.2011-03-02, by Sascha L. Teichmann
- Added code to load user from database.2011-03-02, by Sascha L. Teichmann
- Enable backend to delete users2011-03-02, by Sascha L. Teichmann
- Enable backend to delete users2011-03-02, by Sascha L. Teichmann
- Enable backend to delete users2011-03-02, by Sascha L. Teichmann
- Implemented an abstract class for the output of artifacts and collections. Added a CollectionOutResource.2011-03-02, by Ingo Weinzierl
- Added a Rest resource that handles operations specific to a collection.2011-03-02, by Ingo Weinzierl
- Added a Rest resource that lists all collections of a specific user.2011-03-02, by Ingo Weinzierl
- Added a Rest resource that might be used to create new collections owned by a specific user.2011-03-02, by Ingo Weinzierl
- Removed needless imports2011-03-02, by Sascha L. Teichmann
- Call database to create a new user.2011-03-02, by Sascha L. Teichmann
- Added a resource that handles user specific actions.2011-03-02, by Ingo Weinzierl
- Added a Rest resource that lists all users provided by the artifact database.2011-03-02, by Ingo Weinzierl
- Added a convinience method to transform an document into a byte array.2011-03-02, by Sascha L. Teichmann