latest changes for findByIdentifier service
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / IVersionableService.java
index 369cd5f894e3e9e058a999bad950e3538853cadd..fac39c897267bdd8c856b60a270aec1c20256369 100644 (file)
@@ -80,6 +80,6 @@ public interface IVersionableService<T extends VersionableEntity> extends IServi
         * checks whether the object is deletable concerning the configurator or not
         */
        
-       public List<String> isDeletable(T object, DeleteConfiguratorBase config);
+       public DeleteResult isDeletable(T object, DeleteConfiguratorBase config);
        
 }