DS-4166 move IndexableObject to the discovery package

This commit is contained in:
Andrea Bollini
2019-03-28 13:20:47 +01:00
parent eba97f4080
commit 30899b0e55
48 changed files with 42 additions and 54 deletions

View File

@@ -27,12 +27,12 @@ import javax.persistence.Table;
import javax.persistence.Transient;
import org.dspace.authorize.AuthorizeException;
import org.dspace.browse.IndexableObject;
import org.dspace.content.comparator.NameAscendingComparator;
import org.dspace.content.factory.ContentServiceFactory;
import org.dspace.content.service.CollectionService;
import org.dspace.core.Constants;
import org.dspace.core.Context;
import org.dspace.discovery.IndexableObject;
import org.dspace.eperson.Group;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.hibernate.proxy.HibernateProxyHelper;