comparison artifacts/src/main/java/org/dive4elements/artifacts/ArtifactDatabase.java @ 550:68f01f10624e

Introduced helper for finding the user name for a given artifact
author gernotbelger
date Fri, 09 Feb 2018 13:26:19 +0100
parents 415df0fc4fa1
children 05caf2e731d0
comparison
equal deleted inserted replaced
549:e781b847fdca 550:68f01f10624e
288 String collectionName, 288 String collectionName,
289 Date collectionCreated, 289 Date collectionCreated,
290 String artifactId, 290 String artifactId,
291 Date artifactCreated, 291 Date artifactCreated,
292 Artifact artifact); 292 Artifact artifact);
293 }; 293 }
294 294
295 public void loadAllArtifacts(ArtifactLoadedCallback callback) 295 public void loadAllArtifacts(ArtifactLoadedCallback callback)
296 throws ArtifactDatabaseException; 296 throws ArtifactDatabaseException;
297
298 String findArtifactUser(String artifactIdentifier);
297 } 299 }
298 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 300 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org