log artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 219:cabe4c02ab64

age author description
Thu, 24 Mar 2011 16:16:51 +0000 Ingo Weinzierl Refactored the CallContextImpl - there are two concrete classes for Artifacts and ArtifactCollections now.
Tue, 15 Mar 2011 15:49:24 +0000 Sascha L. Teichmann Move Config and XMLUtils totally to commons package.
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.
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 09:10:55 +0000 Ingo Weinzierl Implemented the getCollectionAttribute() and setCollectionAttribute() methods.
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 11:13:39 +0000 Ingo Weinzierl Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.
Fri, 04 Mar 2011 17:51:15 +0000 Sascha L. Teichmann Added code to add artifacts to collections.
Fri, 04 Mar 2011 09:56:35 +0000 Ingo Weinzierl The document returned by the createCollection() method will now contain the uuid of the created collection.
Fri, 04 Mar 2011 09:13:18 +0000 Ingo Weinzierl Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
Thu, 03 Mar 2011 17:01:04 +0000 Sascha L. Teichmann Added code to list collections.
Thu, 03 Mar 2011 14:49:09 +0000 Ingo Weinzierl Implemented the method addCollectionArtifact() in the artifact database.
Thu, 03 Mar 2011 14:28:02 +0000 Ingo Weinzierl Implemented the interface method listCollections() in the artifact database.
Thu, 03 Mar 2011 13:56:27 +0000 Ingo Weinzierl Implemented the deleteCollection() interface method in the artifact database.
Thu, 03 Mar 2011 12:17:27 +0000 Ingo Weinzierl Enabled the artifact database to store and load roles of users.
Thu, 03 Mar 2011 12:13:24 +0000 Sascha L. Teichmann Added code to create collections.
Thu, 03 Mar 2011 10:54:33 +0000 Ingo Weinzierl Implemented the createCollection() method in the artifact database.
Thu, 03 Mar 2011 10:33:49 +0000 Sascha L. Teichmann Simplified creation of users.
Thu, 03 Mar 2011 09:51:09 +0000 Ingo Weinzierl Made a (single one) artifact collection factory configurable.
Thu, 03 Mar 2011 09:36:03 +0000 Sascha L. Teichmann Propagate delete user errors correctly.
Thu, 03 Mar 2011 08:51:02 +0000 Ingo Weinzierl Adjusted method signatures for deleting users in the UserFactory and in the Backend.
Thu, 03 Mar 2011 08:07:28 +0000 Ingo Weinzierl Implemented the deleteUser() method in the artifact server.
Thu, 03 Mar 2011 07:10:44 +0000 Ingo Weinzierl Implemented the listUsers() method in the artifact database.
Thu, 03 Mar 2011 06:53:51 +0000 Ingo Weinzierl Implemented the createUser() method in the artifact database.
Wed, 02 Mar 2011 09:52:21 +0000 Ingo Weinzierl Removed duplicated method to list users.
Wed, 02 Mar 2011 07:36:00 +0000 Ingo Weinzierl The UserFactory got a setup() method that is called while bootstrap.
Tue, 01 Mar 2011 18:45:34 +0000 Ingo Weinzierl Made the user factory available in the artifact database.
Tue, 01 Mar 2011 14:57:50 +0000 Sascha L. Teichmann Added creation time to collections.
Tue, 01 Mar 2011 14:42:58 +0000 Sascha L. Teichmann Added external API for users and collections.
Tue, 02 Nov 2010 17:23:36 +0000 Ingo Weinzierl Added license file and license headers.
Sat, 17 Apr 2010 10:28:43 +0000 Sascha L. Teichmann Brought all line lengths of non Javadoc lines below 80.
Sun, 28 Mar 2010 14:16:05 +0000 Sascha L. Teichmann Last bunch of javadoc
Fri, 26 Mar 2010 10:04:34 +0000 Sascha L. Teichmann Removed trailing whitespace
Thu, 25 Mar 2010 17:32:54 +0000 Ingo Weinzierl Added the time to live of an artifact to the CallContext.
Mon, 22 Mar 2010 09:03:30 +0000 Ingo Weinzierl Call cleanup method to remove special data stored by an 'out'-target before exporting an artifact.
Fri, 19 Mar 2010 14:57:23 +0000 Ingo Weinzierl Set new identifiers on artifacts after an artifact import.
Fri, 19 Mar 2010 09:34:40 +0000 Ingo Weinzierl Implementation to import artifacts from incoming xml documents (applied patch from issue208 by SLT).
Tue, 16 Mar 2010 16:03:06 +0000 Ingo Weinzierl Implementation to export artifacts as xml (applied patch from issue208 by SLT).
Mon, 01 Feb 2010 13:54:05 +0000 Tim Englich Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data
Fri, 22 Jan 2010 11:08:40 +0000 Sascha L. Teichmann Serve services over artifact database.
Fri, 22 Jan 2010 09:48:18 +0000 Sascha L. Teichmann Added interfaces for XML processing services. TODO: Implement them!
Fri, 15 Jan 2010 17:39:32 +0000 Ingo Weinzierl Implemented some methods to get access to ArtifactFactories which are stored in the ArtifactDatabase.
Mon, 23 Nov 2009 11:15:44 +0000 Sascha L. Teichmann Added a real artifact proxy class to be more flexible with artifact replacements
Wed, 04 Nov 2009 14:38:37 +0000 Sascha L. Teichmann describe() in REST interface is also handled as POST to pass
Thu, 01 Oct 2009 16:03:12 +0000 Sascha L. Teichmann Add i18n support via "Accept-Language" HTTP headers.
Thu, 01 Oct 2009 09:04:17 +0000 Sascha L. Teichmann Removed trailing whitespace.
Wed, 23 Sep 2009 16:55:12 +0000 Sascha L. Teichmann Made serilization more flexible. DB update required!!!
Wed, 16 Sep 2009 07:53:26 +0000 Tim Englich Bugfix done. Now the feed Method works fine
Sun, 13 Sep 2009 14:50:53 +0000 Sascha L. Teichmann Re-factored artifact API for better integration of background processing.
Thu, 10 Sep 2009 12:29:57 +0000 Sascha L. Teichmann Connected /create with artifact db.
Sun, 06 Sep 2009 16:16:54 +0000 Sascha L. Teichmann Added not yet working backend to artifact database.

http://dive4elements.wald.intevation.org