public final class TaskQueueEntry
extends java.lang.Object
| Constructor and Description |
|---|
TaskQueueEntry(java.lang.String entry)
Constructor with a pipe-separated list of field values.
|
TaskQueueEntry(java.lang.String epersonId,
long submitTime,
java.util.List<java.lang.String> taskNames,
java.lang.String objId)
TaskQueueEntry constructor with enumerated field values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEpersonId()
Returns the epersonId (email) of the agent who enqueued this task entry.
|
java.lang.String |
getObjectId()
Returns the object identifier.
|
long |
getSubmitTime()
Returns the timestamp of when this entry was enqueued.
|
java.util.List<java.lang.String> |
getTaskNames()
Return the list of tasks associated with this entry.
|
java.lang.String |
toString()
Returns a string representation of the entry
|
public TaskQueueEntry(java.lang.String epersonId,
long submitTime,
java.util.List<java.lang.String> taskNames,
java.lang.String objId)
epersonId - submitTime - taskNames - objId - public TaskQueueEntry(java.lang.String entry)
entry - list of field values separated by '|'spublic java.lang.String getEpersonId()
public long getSubmitTime()
public java.util.List<java.lang.String> getTaskNames()
public java.lang.String getObjectId()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 DuraSpace. All Rights Reserved.