comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/CollectionItem.java @ 1435:f6fbfdc813f0

Allow client to access artifacts data via CollectionItems and Themes. flys-client/trunk@3396 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 13 Dec 2011 09:51:47 +0000
parents c8cd1b918901
children
comparison
equal deleted inserted replaced
1434:9115b2a28be1 1435:f6fbfdc813f0
1 package de.intevation.flys.client.shared.model; 1 package de.intevation.flys.client.shared.model;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 import java.util.List; 4 import java.util.List;
5 import java.util.Map;
5 6
6 7
7 /** 8 /**
8 * The CollectionItem interface that provides methods to get information about 9 * The CollectionItem interface that provides methods to get information about
9 * artifacts and its output modes. 10 * artifacts and its output modes.
43 * item. 44 * item.
44 * 45 *
45 * @return the facets of the wrapped artifact for a specific output mode. 46 * @return the facets of the wrapped artifact for a specific output mode.
46 */ 47 */
47 List<Facet> getFacets(String outputmode); 48 List<Facet> getFacets(String outputmode);
49
50
51 /**
52 * Returns data key/value map.
53 * @return key/value data map
54 */
55 Map<String, String> getData();
48 } 56 }
49 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 57 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org