processQueueEntry
| Namespace: |
http://www.gentics.com/rest |
| XML Schema: |
ns0.xsd |
Represents an entry in the process queue.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The ID of this entry which is unique across the different process
queue tables.
In contrast to #getEntryId getEntryId() this ID contains the
type of the object, so the correct process queue table can be identified.
This is expected to be objectType + "/" + entryId.
|
|
entryId (int)
|
1/1 |
The ID of the entry in its process queue.
In contrast to #getId getId() this is just the ID of the entry in its
own process queue table.
|
|
objectId (int)
|
1/1 |
The ID of the object.
|
|
objectType (string)
|
0/1 |
The type of the object.
|
|
processKey (string)
|
0/1 |
The process key.
|
|
data (string)
|
0/1 |
Addionial data for the process.
|
|
state (string)
|
0/1 |
The state of the entry in the process queue.
|
|
timestamp (long)
|
1/1 |
The creation timestamp of the entry.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The ID of this entry which is unique across the different process
queue tables.
In contrast to #getEntryId getEntryId() this ID contains the
type of the object, so the correct process queue table can be identified.
This is expected to be objectType + "/" + entryId.
|
| entryId |
entryId (int)
|
The ID of the entry in its process queue.
In contrast to #getId getId() this is just the ID of the entry in its
own process queue table.
|
| objectId |
objectId (int)
|
The ID of the object.
|
| objectType |
objectType (string)
|
The type of the object.
|
| processKey |
processKey (string)
|
The process key.
|
| data |
data (string)
|
Addionial data for the process.
|
| state |
state (string)
|
The state of the entry in the process queue.
|
| timestamp |
timestamp (long)
|
The creation timestamp of the entry.
|