public interface InProgressSubmission
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection()
Get the collection being submitted to
|
Integer |
getID()
Get the internal ID of this submission
|
Item |
getItem()
Get the incomplete item object
|
EPerson |
getSubmitter()
Get the submitter
|
boolean |
hasMultipleFiles()
Find out if the submission has (or is intended to have) more than one
associated bitstream.
|
boolean |
hasMultipleTitles()
Find out if the submission has (or is intended to have) more than one
title.
|
boolean |
isPublishedBefore()
Find out if the submission has been published or publicly distributed
before
|
void |
setMultipleFiles(boolean b)
Indicate whether the submission is intended to have more than one file.
|
void |
setMultipleTitles(boolean b)
Indicate whether the submission is intended to have more than one title.
|
void |
setPublishedBefore(boolean b)
Indicate whether the submission has been published or publicly
distributed before
|
Integer getID()
Item getItem()
Collection getCollection()
EPerson getSubmitter() throws SQLException
SQLException - if database errorboolean hasMultipleFiles()
true if there is to be more than one file.void setMultipleFiles(boolean b)
b - if true, submission may have more than one
file.boolean hasMultipleTitles()
true if there is to be more than one file.void setMultipleTitles(boolean b)
b - if true, submission may have more than one
title.boolean isPublishedBefore()
true if it has been published beforevoid setPublishedBefore(boolean b)
b - true if it has been published beforeCopyright © 2016 DuraSpace. All rights reserved.