Interface InProgressSubmissionService<T extends InProgressSubmission>

Type Parameters:
T - class type
All Known Subinterfaces:
WorkflowItemService<T>, WorkspaceItemService, XmlWorkflowItemService
All Known Implementing Classes:
WorkspaceItemServiceImpl, XmlWorkflowItemServiceImpl

public interface InProgressSubmissionService<T extends InProgressSubmission>
Service interface class for the InProgressSubmission. All InProgressSubmission service classes should implement this class since it offers some basic methods which all InProgressSubmissions are required to have.
Author:
kevinvandevelde at atmire.com
  • Method Summary

    Modifier and Type
    Method
    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.