|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.properties.BaseWorkProperties
org.writersforge.catalan.process.properties.ChainedProperties
org.writersforge.catalan.process.properties.CommonProperties
org.writersforge.catalan.process.workers.queue.QueueProperties
Specialized properties container for QueueWorker and QueueNodeWorker.
| Constructor Summary | |
QueueProperties(IWorkProperties baseProps)
Creates a new instance of QueueProperties. |
|
| Method Summary | |
boolean |
getAbortOnFail()
Retrieves the value of the "abort-on-fail" property. |
boolean |
getBeforeNode()
Retrieves the value of the "before-node" property. |
java.lang.Object |
getContent()
Retrieves the value of the "content" property. |
java.lang.String |
getConvertType()
Retrieves the value of the "convert-type" property. |
java.lang.String |
getDateFormat()
Retrieves the value of the "date-format" property. |
java.lang.String |
getDestQueue()
Retrieves the value of the "dest-queue" property. |
NodeSelection |
getNodeSelection()
Retrieves the value of the "nodes" property. |
int |
getPosition()
Retrieves the value of the "pos" property. |
int |
getPosition(int nodeCount)
Retrieves the value of the "pos" property, as a real queue index. |
java.lang.String |
getPropertyName()
Retrieves the value of the "property-name" property. |
java.lang.String |
getQueue()
Retrieves the value of the "queue" property. |
| Methods inherited from class org.writersforge.catalan.process.properties.CommonProperties |
getCommand, getCount, getEndIndex, getStartIndex |
| Methods inherited from class org.writersforge.catalan.process.properties.ChainedProperties |
addPropertySet, getProperty, getPropertyNames, getPropertySets, toString |
| Methods inherited from class org.writersforge.catalan.process.properties.BaseWorkProperties |
asMap, asMap, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.writersforge.catalan.process.properties.IWorkProperties |
getProperty, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString, getPropertyNames |
| Constructor Detail |
public QueueProperties(IWorkProperties baseProps)
baseProps - properties to wrap| Method Detail |
public java.lang.String getQueue()
public java.lang.String getDestQueue()
public int getPosition()
public int getPosition(int nodeCount)
nodeCount - number of nodes in the queue
public NodeSelection getNodeSelection()
public java.lang.Object getContent()
public boolean getBeforeNode()
public java.lang.String getPropertyName()
public java.lang.String getConvertType()
public boolean getAbortOnFail()
public java.lang.String getDateFormat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||