Package org.dspace.workflow
Interface WorkflowItem
-
- All Superinterfaces:
InProgressSubmission,ReloadableEntity<Integer>
- All Known Implementing Classes:
BasicWorkflowItem,XmlWorkflowItem
public interface WorkflowItem extends InProgressSubmission
Interface representing a workflowitem, each workflowItem implementation must implement this interface.- Author:
- kevinvandevelde at atmire.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetState()-
Methods inherited from interface org.dspace.content.InProgressSubmission
getCollection, getID, getItem, getSubmitter, hasMultipleFiles, hasMultipleTitles, isPublishedBefore, setMultipleFiles, setMultipleTitles, setPublishedBefore
-
-