public class RecentSubmissions
extends java.lang.Object
| Constructor and Description |
|---|
RecentSubmissions(Item[] items)
Construct a new RecentSubmissions object to represent the passed
array of items
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
obtain the number of recent submissions available
|
Item |
getRecentSubmission(int i)
Get the item which is in the i'th position.
|
Item[] |
getRecentSubmissions()
Obtain the array of items
|
public RecentSubmissions(Item[] items)
items - public int count()
public Item[] getRecentSubmissions()
public Item getRecentSubmission(int i)
i - the position of the item to retrieveCopyright © 2018 DuraSpace. All Rights Reserved.