Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Facet.java @ 357:1d11a0531242
Added artifact parameter to facets getDataProviderKeys.
artifacts/trunk@3380 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 09 Dec 2011 16:03:19 +0000 |
parents | eb1136134d09 |
children | 71ff234713a6 |
comparison
equal
deleted
inserted
replaced
356:079ab7c971a4 | 357:1d11a0531242 |
---|---|
51 | 51 |
52 | 52 |
53 /** | 53 /** |
54 * Get keys for which this Facet can provide data (for other facets, not | 54 * Get keys for which this Facet can provide data (for other facets, not |
55 * for plot). | 55 * for plot). |
56 * | 56 * @param artifact Artifact that this facet belongs to. |
57 * @return list of keys | 57 * @return list of keys |
58 */ | 58 */ |
59 List getDataProviderKeys(); | 59 List getDataProviderKeys(Artifact artifact); |
60 | 60 |
61 | 61 |
62 /** | 62 /** |
63 * Provide data to other facet. | 63 * Provide data to other facet. |
64 * | 64 * |