graph
- Tagged Release 1.11.1 2011-03-30, by Ingo Weinzierl
- Tagged Release 1.12011-03-30, by Ingo Weinzierl
- Enhanced the ClientProtocolUtils with a method to create a document to trigger the DESCRIBE operation of a collection.2011-03-30, by Ingo Weinzierl
- The operation that adds an artifact to an artifact collection will now return the DESCRIBE document of the artifact collection.2011-03-25, by Ingo Weinzierl
- Made the 'attribute' document of an ArtifactCollection accessible with getter and setter methods.2011-03-24, by Ingo Weinzierl
- Bugfix: Creating new ArtifactCollection will create artifact collections with empty - but not null - attributes.2011-03-24, by Ingo Weinzierl
- Refactored the CallContextImpl - there are two concrete classes for Artifacts and ArtifactCollections now.2011-03-24, by Ingo Weinzierl
- Added a describe() method for ArtifactCollections.2011-03-24, by Ingo Weinzierl
- The Backend got a method that retrieves an ArtifactCollection based on its GID.2011-03-24, by Ingo Weinzierl
- Added a cast to uuid in collections.select.by.gid2011-03-24, by Sascha L. Teichmann
- Added new collection specific sql statements.2011-03-24, by Ingo Weinzierl
- Enhanced the ClientProtocolUtils with a method that creates a document that is used to add an artifact to a collection.2011-03-23, by Ingo Weinzierl
- Bugfix: Repaired broken SQL statement.2011-03-23, by Ingo Weinzierl
- Bugfix: Repaired a broken XPath.2011-03-23, by Ingo Weinzierl
- Enhanced the ProtocolUtils and ClientProtocolUtils to append and retrieve output modes.2011-03-23, by Ingo Weinzierl
- Enhanced the State interface to retrieve its output modes.2011-03-23, by Ingo Weinzierl
- Enhanced the abstract state: the output modes are read now.2011-03-22, by Ingo Weinzierl
- Changed a return type of a ClientProtocolUtils method.2011-03-21, by Ingo Weinzierl
- Move Config and XMLUtils totally to commons package.2011-03-15, by Sascha L. Teichmann
- Added a copy of Config in the commons package. TODO: Remove it from artifacts-database.2011-03-15, by Sascha L. Teichmann
- Changed the return type of a State's describe() method.2011-03-14, by Ingo Weinzierl
- Implemented a new method in the ClientProtocolUtils that creates the document for a ADVANCE operation.2011-03-10, by Ingo Weinzierl
- Implemented a new method in the ClientProtocolUtils that creates the document for a FEED operation.2011-03-10, by Ingo Weinzierl
- Fixed a bug in the ElementCreator of the XMLUtils.2011-03-10, by Ingo Weinzierl
- Improved the TransitionEngine with a method that determines if a State B is reachable from a State A.2011-03-09, by Ingo Weinzierl
- Added a further constructor to the DefaultStateData class.2011-03-09, by Ingo Weinzierl
- Insert collection attribute into database, too.2011-03-09, by Sascha L. Teichmann
- Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.2011-03-09, by Ingo Weinzierl
- Fixed a typo in the sql statements.2011-03-09, by 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.2011-03-08, by Ingo Weinzierl
- Fix a foreign key constraint violation when deleting outdated artifacts.2011-03-08, by Sascha L. Teichmann
- Small typo fix2011-03-08, by Sascha L. Teichmann