public class Condition
extends java.lang.Object
implements java.lang.Cloneable
Filter for a TaskManagement query| Constructor and Description |
|---|
Condition()
Construct a new Condition instance with null property,
comparisonOperator and comparisonValue fields.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
ComparisonOperator |
getComparisonOperator()
Get the ComparisonOperator object for this condition.
|
java.lang.Object |
getComparisonValue()
Get the comparison value Object for this condition.
|
java.lang.String |
getPropertyName()
Get the name of the task property for this condition.
|
TaskProperty |
getTaskProperty()
gets the taskProperty set for this condition
|
void |
setComparisonOperator(ComparisonOperator aComparisonOperator)
Set the ComparisonOperator object for this condition
|
void |
setComparisonValue(java.lang.Object aComparisonValue)
Set the comparison value Object for this condition
|
void |
setPropertyName(java.lang.String aPropertyName)
Set the name of the task property for this condition.
|
void |
setTaskProperty(TaskProperty taskProperty)
sets a built-in task property for this condition.
|
public Condition()
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String aPropertyName)
aPropertyName - the task property name.public TaskProperty getTaskProperty()
public void setTaskProperty(TaskProperty taskProperty)
taskProperty - the built in task property for this conditionpublic ComparisonOperator getComparisonOperator()
public void setComparisonOperator(ComparisonOperator aComparisonOperator)
aComparisonOperator - The ComparisonOperator object to setpublic java.lang.Object getComparisonValue()
public void setComparisonValue(java.lang.Object aComparisonValue)
aComparisonValue - The comparison value Object to setpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"