comparison artifacts/src/main/java/de/intevation/artifacts/ArtifactCollection.java @ 116:2707b7ec273f

Added missing call contexts to API. artifacts/trunk@1339 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 01 Mar 2011 14:07:05 +0000
parents a1200c6ed048
children 0e0c27bc0b90
comparison
equal deleted inserted replaced
115:a1200c6ed048 116:2707b7ec273f
77 * going to be exported as xml document. 77 * going to be exported as xml document.
78 * @param context The global context of the runtime system. 78 * @param context The global context of the runtime system.
79 */ 79 */
80 void cleanup(Object context); 80 void cleanup(Object context);
81 81
82 void addArtifact(Artifact artifact, Document attributes, CallContext context);
82 83
83 void addArtifact(Artifact artifact, Document attributes); 84 void removeArtifact(Artifact artifact, CallContext context);
84 85
85 void removeArtifact(Artifact artifact); 86 Artifact [] getArtifacts(CallContext context);
86 87
87 Artifact [] getArtifacts(); 88 Document getAttribute(Artifact artifactCall, CallContext context);
88 89
89 Document getAttribute(Artifact artifact); 90 void setAttribute(Artifact artifact, Document document, CallContext context);
90
91 void setAtribute(Artifact artifact, Document document);
92 91
93 /** 92 /**
94 * Produce output for this collection. 93 * Produce output for this collection.
95 * @param format Specifies the format of the output. 94 * @param format Specifies the format of the output.
96 * @param out Stream to write the result data to. 95 * @param out Stream to write the result data to.

http://dive4elements.wald.intevation.org