Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Facet.java @ 378:71ff234713a6 2.6.1 pre2.7-2012-03-16
Pass context when asking facets for keys to write on blackboard.
artifacts/trunk@4032 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 10 Feb 2012 12:33:57 +0000 |
parents | 1d11a0531242 |
children |
comparison
equal
deleted
inserted
replaced
377:1ffc09fec1c8 | 378:71ff234713a6 |
---|---|
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 * @param artifact Artifact that this facet belongs to. | 56 * @param artifact Artifact that this facet belongs to. |
57 * @return list of keys | 57 * @return list of keys |
58 */ | 58 */ |
59 List getDataProviderKeys(Artifact artifact); | 59 List getDataProviderKeys(Artifact artifact, CallContext context); |
60 | 60 |
61 | 61 |
62 /** | 62 /** |
63 * Provide data to other facet. | 63 * Provide data to other facet. |
64 * | 64 * |