Mercurial > dive4elements > river
log flys-artifacts/src/main/java/de/intevation/flys/collections/CollectionAttribute.java @ 5778:4a1bd43e7aa6
age | author | description |
---|---|---|
2013-01-31 | Felix Wolfsteller | CollectionAttribute: New function to check if out exists. |
2013-01-31 | Felix Wolfsteller | CollectionAttribute: Comment. |
2012-10-06 | Sascha L. Teichmann | Cleaned up iterating over maps. Removed some dead code. |
2012-07-28 | Sascha L. Teichmann | s/container.size() == 0/container.isEmpty()/ |
2012-07-17 | Felix Wolfsteller | Cosmetics, doc. |
2012-01-05 | Ingo Weinzierl | #447 removed empty Outputs from Collection's attribute. |
2011-12-16 | Ingo Weinzierl | Make reuse of the old CollectionAttribute during the describe() operation of FLYSArtifactCollection - remove the old facets only. |
2011-12-14 | Ingo Weinzierl | Added a getSettings() operation to OutGenerator - FLYSArtifactCollection will now evaluate all available Outputs and create initial Settings using OutGenerators if the Settings for an Output is missing. |
2011-12-13 | Ingo Weinzierl | Introduced a CollectionAttribute class that stores the information provided by the Collection's attribute document. |