|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.curate.TaskQueueEntry
public final class TaskQueueEntry
TaskQueueEntry defines the record or entry in the named task queues. Regular immutable value object class.
| Constructor Summary | |
|---|---|
TaskQueueEntry(String entry)
Constructor with a pipe-separated list of field values. |
|
TaskQueueEntry(String epersonId,
long submitTime,
List<String> taskNames,
String objId)
TaskQueueEntry constructor with enumerated field values. |
|
| Method Summary | |
|---|---|
String |
getEpersonId()
Returns the epersonId (email) of the agent who enqueued this task entry. |
String |
getObjectId()
Returns the object identifier. |
long |
getSubmitTime()
Returns the timestamp of when this entry was enqueued. |
List<String> |
getTaskNames()
Return the list of tasks associated with this entry. |
String |
toString()
Returns a string representation of the entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaskQueueEntry(String epersonId,
long submitTime,
List<String> taskNames,
String objId)
epersonId - submitTime - taskNames - objId - public TaskQueueEntry(String entry)
entry - list of field values separated by '|'s| Method Detail |
|---|
public String getEpersonId()
public long getSubmitTime()
public List<String> getTaskNames()
public String getObjectId()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||