T - class typepublic interface InProgressSubmissionService<T extends InProgressSubmission<ID>,ID extends Serializable> extends IndexableObjectService<T,ID>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteWrapper(Context context,
T inProgressSubmission)
Deletes submission wrapper, doesn't delete item contents
|
void |
move(Context context,
T inProgressSubmission,
Collection fromCollection,
Collection toCollection) |
void |
update(Context context,
T inProgressSubmission)
Update the submission, including the unarchived item.
|
findIndexableObject, getSupportsIndexableObjectTypeConstantvoid deleteWrapper(Context context, T inProgressSubmission) throws SQLException, AuthorizeException
context - contextinProgressSubmission - submissionSQLException - if database errorAuthorizeException - if authorization errorvoid update(Context context, T inProgressSubmission) throws SQLException, AuthorizeException
context - contextinProgressSubmission - submissionSQLException - if database errorAuthorizeException - if authorization errorvoid move(Context context, T inProgressSubmission, Collection fromCollection, Collection toCollection) throws DCInputsReaderException
DCInputsReaderExceptionCopyright © 2019 DuraSpace. All rights reserved.