comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 118:0e0c27bc0b90

Added creation time to collections. artifacts/trunk@1341 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 01 Mar 2011 14:57:50 +0000
parents 4d725248f8d1
children 0245a87df368
comparison
equal deleted inserted replaced
117:4d725248f8d1 118:0e0c27bc0b90
888 } 888 }
889 889
890 return service.process(input, context, callMeta); 890 return service.process(input, context, callMeta);
891 } 891 }
892 892
893 // User API 893 // User API
894 894
895 public Document listUsers(CallMeta callMeta) 895 public Document listUsers(CallMeta callMeta)
896 throws ArtifactDatabaseException { 896 throws ArtifactDatabaseException {
897 throw new ArtifactDatabaseException("Not implemented, yet!"); 897 throw new ArtifactDatabaseException("Not implemented, yet!");
898 898
960 public DeferredOutput outCollection(String collectionId, 960 public DeferredOutput outCollection(String collectionId,
961 Document format, CallMeta callMeta) 961 Document format, CallMeta callMeta)
962 throws ArtifactDatabaseException{ 962 throws ArtifactDatabaseException{
963 throw new ArtifactDatabaseException("Not implemented, yet!"); 963 throw new ArtifactDatabaseException("Not implemented, yet!");
964 } 964 }
965
966 } 965 }
967 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 966 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org