mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
DSpace refactored service api
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user