DSpace refactored service api

This commit is contained in:
KevinVdV
2014-11-08 09:19:09 +01:00
parent fcb3717aad
commit 54222f3c1d
1145 changed files with 52233 additions and 57064 deletions

View File

@@ -7,10 +7,8 @@
*/
package org.dspace.content;
import java.io.IOException;
import java.sql.SQLException;
import org.dspace.authorize.AuthorizeException;
import org.dspace.eperson.EPerson;
/**
@@ -29,16 +27,6 @@ public interface InProgressSubmission
*/
int getID();
/**
* Deletes submission wrapper, doesn't delete item contents
*/
void deleteWrapper() throws SQLException, IOException, AuthorizeException;
/**
* Update the submission, including the unarchived item.
*/
void update() throws SQLException, AuthorizeException;
/**
* Get the incomplete item object
*