DS-4166 community feedback: rename BrowsableObject to IndexableObject

This commit is contained in:
Andrea Bollini
2019-03-27 20:31:22 +01:00
parent e883c95de8
commit 4b85bf4c56
48 changed files with 211 additions and 205 deletions

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
import java.sql.SQLException;
import org.dspace.authorize.AuthorizeException;
import org.dspace.browse.BrowsableObject;
import org.dspace.browse.IndexableObject;
import org.dspace.eperson.EPerson;
/**
@@ -21,7 +21,7 @@ import org.dspace.eperson.EPerson;
* @author Robert Tansley
* @version $Revision$
*/
public interface InProgressSubmission<ID extends Serializable> extends BrowsableObject<ID> {
public interface InProgressSubmission<ID extends Serializable> extends IndexableObject<ID> {
/**
* Get the internal ID of this submission
*