- 
format
org.apache.commons.lang.time.FastDateFormat format
 
- 
id
Long id
Primary key of index_task table
 
- 
version
int version
 
- 
pid
String pid
The object unique identifier
 
- 
formatId
String formatId
The object format id
 
- 
sysMetadata
String sysMetadata
Serialized version of the systemMetaData instance
 
- 
objectPath
String objectPath
Filesystem path to the science metadata or resource map object. Null for
 data objects
 
- 
dateSysMetaModified
long dateSysMetaModified
The dateSysMetadataModified of the system metadata
 
- 
taskModifiedDate
long taskModifiedDate
task generated/modification date
 
- 
nextExecution
long nextExecution
 
- 
tryCount
int tryCount
 
- 
deleted
boolean deleted
 
- 
priority
int priority
Relative priority of this task. Some operations such as a change in
 access control rules should be propagated to the index before others
 
 The lower the priority value, the higher the priority. 0 will be highest
 priority 99 is no priority.
 
 System meta data objects that represent resource maps are given priority
 within the add, update groups. This way resource maps will be processed
 at the top of the queue, to short circuit processing index tasks related
 to the resource map's referenced objects.
 
- 
status
String status
An indication that a particular task is being processed, etc. Will
 indicate "NEW", "IN_PROCESS", "COMPLETE", "FAILED"
 
 The taskModifiedDate is updated when the status flag changes.