|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.syrup.helpers.TemplateImpl
org.syrup.helpers.PTaskTemplateImpl
A generic PTaskTemplate implementation.
| Field Summary |
| Fields inherited from class org.syrup.helpers.TemplateImpl |
operators, values |
| Fields inherited from interface org.syrup.Template |
EQUAL, GREATER, GREATER_EQUAL, IGNORE, LESS, LESS_EQUAL, LIKE, NOT, NOT_LIKE |
| Constructor Summary | |
PTaskTemplateImpl(java.lang.String[] specification)
Constructor for the PTaskTemplateImpl object |
|
| Method Summary | |
int |
creationTime_match()
Returns the qualifier used to match the creationTime attribute. |
long |
creationTime()
Returns the creation time of a PTask. |
int |
description_match()
Returns the qualifier used to match the description attribute. |
java.lang.String |
description()
Returns the defined description of a Task. |
int |
done_match()
Returns the qualifier used to match the done attribute. |
boolean |
done()
Returns true if this PTask is done. |
int |
environment_match()
Returns the qualifier used to match the environment attribute. |
java.lang.String |
environment()
Returns the logical environment of the Task. |
int |
executable_match()
Returns the qualifier used to match the executable attribute. |
boolean |
executable()
Returns true if this PTask is executable. |
int |
functionClass_match()
Returns the qualifier used to match the functionClass attribute. |
java.lang.String |
functionClass()
Returns the classname of the Function. |
int |
isParent_match()
Returns the qualifier used to match the isParent attribute. |
boolean |
isParent()
Returns true if this PTask is a parent. |
int |
key_match()
Returns the qualifier used to match the key attribute. |
java.lang.String |
key()
Returns the key that the WorkSpace uses to identify a PTask. |
int |
modifications_match()
Returns the qualifier used to match the modifications attribute. |
long |
modifications()
Returns the number of modifications since creation. |
int |
modificationTime_match()
Returns the qualifier used to match the modificationTime attribute. |
long |
modificationTime()
Returns the last modification time since creation. |
int |
name_match()
Returns the qualifier used to match the name attribute. |
java.lang.String |
name()
Returns the defined name of a Task. |
int |
orType_match()
Returns the qualifier used to match the orType attribute. |
boolean |
orType()
Returns true if the type is OR. |
int |
parameter_match()
Returns the qualifier used to match the parameter attribute. |
java.lang.String |
parameter()
Returns the static parameter to parameterize the Task. |
int |
parentKey_match()
Returns the qualifier used to match the parentKey attribute. |
java.lang.String |
parentKey()
Returns the parent identifier. |
int |
worker_match()
Returns the qualifier used to match the worker attribute. |
java.lang.String |
worker()
Returns the Worker's address (URL) that is currently executing this PTask. |
| Methods inherited from class org.syrup.helpers.TemplateImpl |
operator, to_boolean, to_date, to_number |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PTaskTemplateImpl(java.lang.String[] specification)
throws java.lang.Exception
specification - The query specification| Method Detail |
public java.lang.String name()
Task
name in interface Taskpublic java.lang.String description()
Task
description in interface Taskpublic java.lang.String functionClass()
Task
functionClass in interface Taskpublic java.lang.String environment()
Task
environment in interface Taskpublic java.lang.String parameter()
Task
parameter in interface Taskpublic boolean orType()
Task
orType in interface Taskpublic java.lang.String parentKey()
PTask
parentKey in interface PTaskPTask.key()public java.lang.String key()
PTask
key in interface PTaskpublic long modifications()
PTask
modifications in interface PTaskpublic long modificationTime()
PTask
modificationTime in interface PTaskpublic long creationTime()
PTask
creationTime in interface PTaskpublic boolean executable()
PTask
executable in interface PTaskpublic boolean done()
PTask
done in interface PTaskpublic java.lang.String worker()
PTask
worker in interface PTaskpublic boolean isParent()
PTask
isParent in interface PTaskpublic int name_match()
PTaskTemplate
name_match in interface PTaskTemplatepublic int description_match()
PTaskTemplate
description_match in interface PTaskTemplatepublic int parameter_match()
PTaskTemplate
parameter_match in interface PTaskTemplatepublic int functionClass_match()
PTaskTemplate
functionClass_match in interface PTaskTemplatepublic int environment_match()
PTaskTemplate
environment_match in interface PTaskTemplatepublic int orType_match()
PTaskTemplate
orType_match in interface PTaskTemplatepublic int parentKey_match()
PTaskTemplate
parentKey_match in interface PTaskTemplatepublic int key_match()
PTaskTemplate
key_match in interface PTaskTemplatepublic int modifications_match()
PTaskTemplate
modifications_match in interface PTaskTemplatepublic int modificationTime_match()
PTaskTemplate
modificationTime_match in interface PTaskTemplatepublic int creationTime_match()
PTaskTemplate
creationTime_match in interface PTaskTemplatepublic int executable_match()
PTaskTemplate
executable_match in interface PTaskTemplatepublic int done_match()
PTaskTemplate
done_match in interface PTaskTemplatepublic int worker_match()
PTaskTemplate
worker_match in interface PTaskTemplatepublic int isParent_match()
PTaskTemplate
isParent_match in interface PTaskTemplate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||