|
|||||||||||
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 specificationMethod Detail |
public java.lang.String name()
Task
name
in interface Task
public java.lang.String description()
Task
description
in interface Task
public java.lang.String functionClass()
Task
functionClass
in interface Task
public java.lang.String environment()
Task
environment
in interface Task
public java.lang.String parameter()
Task
parameter
in interface Task
public boolean orType()
Task
orType
in interface Task
public java.lang.String parentKey()
PTask
parentKey
in interface PTask
PTask.key()
public java.lang.String key()
PTask
key
in interface PTask
public long modifications()
PTask
modifications
in interface PTask
public long modificationTime()
PTask
modificationTime
in interface PTask
public long creationTime()
PTask
creationTime
in interface PTask
public boolean executable()
PTask
executable
in interface PTask
public boolean done()
PTask
done
in interface PTask
public java.lang.String worker()
PTask
worker
in interface PTask
public boolean isParent()
PTask
isParent
in interface PTask
public int name_match()
PTaskTemplate
name_match
in interface PTaskTemplate
public int description_match()
PTaskTemplate
description_match
in interface PTaskTemplate
public int parameter_match()
PTaskTemplate
parameter_match
in interface PTaskTemplate
public int functionClass_match()
PTaskTemplate
functionClass_match
in interface PTaskTemplate
public int environment_match()
PTaskTemplate
environment_match
in interface PTaskTemplate
public int orType_match()
PTaskTemplate
orType_match
in interface PTaskTemplate
public int parentKey_match()
PTaskTemplate
parentKey_match
in interface PTaskTemplate
public int key_match()
PTaskTemplate
key_match
in interface PTaskTemplate
public int modifications_match()
PTaskTemplate
modifications_match
in interface PTaskTemplate
public int modificationTime_match()
PTaskTemplate
modificationTime_match
in interface PTaskTemplate
public int creationTime_match()
PTaskTemplate
creationTime_match
in interface PTaskTemplate
public int executable_match()
PTaskTemplate
executable_match
in interface PTaskTemplate
public int done_match()
PTaskTemplate
done_match
in interface PTaskTemplate
public int worker_match()
PTaskTemplate
worker_match
in interface PTaskTemplate
public 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 |