2011-03-22 |
Ingo Weinzierl |
Enhanced the abstract state: the output modes are read now.
|
2011-03-21 |
Ingo Weinzierl |
Changed a return type of a ClientProtocolUtils method.
|
2011-03-15 |
Sascha L. Teichmann |
Move Config and XMLUtils totally to commons package.
|
2011-03-15 |
Sascha L. Teichmann |
Added a copy of Config in the commons package. TODO: Remove it from artifacts-database.
|
2011-03-14 |
Ingo Weinzierl |
Changed the return type of a State's describe() method.
|
2011-03-10 |
Ingo Weinzierl |
Implemented a new method in the ClientProtocolUtils that creates the document for a ADVANCE operation.
|
2011-03-10 |
Ingo Weinzierl |
Implemented a new method in the ClientProtocolUtils that creates the document for a FEED operation.
|
2011-03-10 |
Ingo Weinzierl |
Fixed a bug in the ElementCreator of the XMLUtils.
|
2011-03-09 |
Ingo Weinzierl |
Improved the TransitionEngine with a method that determines if a State B is reachable from a State A.
|
2011-03-09 |
Ingo Weinzierl |
Added a further constructor to the DefaultStateData class.
|
2011-03-09 |
Sascha L. Teichmann |
Insert collection attribute into database, too.
|
2011-03-09 |
Ingo Weinzierl |
Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.
|
2011-03-09 |
Ingo Weinzierl |
Fixed a typo in the sql statements.
|
2011-03-08 |
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 |
Sascha L. Teichmann |
Fix a foreign key constraint violation when deleting outdated artifacts.
|
2011-03-08 |
Sascha L. Teichmann |
Fixed issue with outdating an artifact if it is removed from a collection.
|
2011-03-08 |
Ingo Weinzierl |
Implemented the getCollectionAttribute() and setCollectionAttribute() methods.
|
2011-03-08 |
Ingo Weinzierl |
Fixed some sql statements that contained typos.
|
2011-03-08 |
Ingo Weinzierl |
Implemented removeCollectionArtifact() method of the artifact database.
|
2011-03-07 |
Ingo Weinzierl |
Implemented addCollectionArtifact() and listCollectionArtifacts() of the artifact database.
|
2011-03-07 |
Ingo Weinzierl |
Fixed broken constructor of DefaultCollectionItem.
|
2011-03-07 |
Ingo Weinzierl |
Fixed some backend specific stuff (sql statements, schema).
|
2011-03-07 |
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 |
Sascha L. Teichmann |
Added missing class.
|
2011-03-07 |
Sascha L. Teichmann |
Added Backend code to list the collection items in a collection.
|
2011-03-07 |
Ingo Weinzierl |
Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.
|
2011-03-07 |
Sascha L. Teichmann |
Added helper to be return in Backend.listCollectionArtifacts()
|
2011-03-07 |
Ingo Weinzierl |
Adapted the sql statements for fetching all collections and all user collections from database.
|
2011-03-06 |
Sascha L. Teichmann |
Added code to remove an artifact from a collection
|
2011-03-06 |
Sascha L. Teichmann |
Added code to set attribute of a collection item.
|
2011-03-06 |
Sascha L. Teichmann |
Added code to get the attribute of a collection item
|
2011-03-06 |
Sascha L. Teichmann |
Backend: isIdentifierValid more symmetric to new newIndentifier
|
2011-03-04 |
Sascha L. Teichmann |
Added code to add artifacts to collections.
|
2011-03-04 |
Sascha L. Teichmann |
Added code to delete collections.
|
2011-03-04 |
Sascha L. Teichmann |
Reduce the code repetition and the complexity of the backend.
|
2011-03-04 |
Sascha L. Teichmann |
Solve the SQL problem with the collection listings.
|
2011-03-04 |
Ingo Weinzierl |
Added a new method to the ProtocolUtils that creates the necessary CREATE document for creating new artifact collections.
|
2011-03-04 |
Sascha L. Teichmann |
Lifted H2 to version 1.3.152.
|
2011-03-04 |
Sascha L. Teichmann |
Fix parameter propagation of creation time ond collection names.
|
2011-03-04 |
Ingo Weinzierl |
The document returned by the createCollection() method will now contain the uuid of the created collection.
|
2011-03-04 |
Ingo Weinzierl |
Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
|
2011-03-03 |
Sascha L. Teichmann |
Added code to list collections.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the method addCollectionArtifact() in the artifact database.
|
2011-03-03 |
Sascha L. Teichmann |
Added Helper for lazy loading users.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the interface method listCollections() in the artifact database.
|
2011-03-03 |
Ingo Weinzierl |
Fixed a wrong node in the demo configuration used for the ArtifactCollectionFactory.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the deleteCollection() interface method in the artifact database.
|
2011-03-03 |
Ingo Weinzierl |
Bugfixed the collection creation in the Backend.
|
2011-03-03 |
Ingo Weinzierl |
Enabled the artifact database to store and load roles of users.
|
2011-03-03 |
Sascha L. Teichmann |
Added code to create collections.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the createCollection() method in the artifact database.
|
2011-03-03 |
Sascha L. Teichmann |
Simplified creation of users.
|
2011-03-03 |
Sascha L. Teichmann |
Added stubs for the collection handling in db backend.
|
2011-03-03 |
Ingo Weinzierl |
Made a (single one) artifact collection factory configurable.
|
2011-03-03 |
Sascha L. Teichmann |
Propagate delete user errors correctly.
|
2011-03-03 |
Ingo Weinzierl |
Adjusted method signatures for deleting users in the UserFactory and in the Backend.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the deleteUser() method in the artifact server.
|
2011-03-03 |
Ingo Weinzierl |
Bugfix: Replaced wrong SQL statements with the correct ones.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the listUsers() method in the artifact database.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the createUser() method in the artifact database.
|