Mercurial > dive4elements > framework
log artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java @ 296:a8e009ebe13c
age | author | description |
---|---|---|
Fri, 08 Jul 2011 08:20:59 +0000 | Ingo Weinzierl | Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output. |
Thu, 28 Apr 2011 10:27:27 +0000 | Ingo Weinzierl | Added a getData(String) method to a State to get just a single StateData object. |
Thu, 14 Apr 2011 08:26:25 +0000 | Ingo Weinzierl | Improved the describe() of a State - a reference to an artifact has been added. |
Wed, 30 Mar 2011 14:45:15 +0000 | Ingo Weinzierl | Added support for facets - facets of output modes are read from configuration now. |
Tue, 22 Mar 2011 16:06:35 +0000 | Ingo Weinzierl | Enhanced the abstract state: the output modes are read now. |
Mon, 14 Mar 2011 14:19:28 +0000 | Ingo Weinzierl | Changed the return type of a State's describe() method. |
Fri, 04 Feb 2011 10:50:53 +0000 | Ingo Weinzierl | Implementations to initialize and retrieve states. |
Fri, 04 Feb 2011 08:55:17 +0000 | Ingo Weinzierl | Added an abstract implementation of a State. |