public class Queue extends UC4Object
| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
protected void |
loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session) |
QueueAttributes |
queue()
Provides access to the Queue tab of a QUEUE object.
|
protected void |
storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
Stores the object specific data under the
objectElement element. |
protected void loadContent(com.uc4.util.XMLDocument doc,
ConnectionAttributes session)
protected void storeContent(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element objectElement,
ConnectionAttributes sessionInfo)
UC4ObjectobjectElement element.doc - XML Document, used to create subelementsobjectElement - the newly created elements are children of the objectElement elementsessionInfo - Information about the current sessionpublic Header header()
public QueueAttributes queue()
public boolean isExecutable()
UC4Objecttrue if this Object can be executed.isExecutable in class UC4Object