com.opensymphony.workflow.query
Class WorkflowQuery

java.lang.Object
  extended by com.opensymphony.workflow.query.WorkflowQuery
All Implemented Interfaces:
Serializable

Deprecated. use WorkflowExpressionQuery instead

public class WorkflowQuery
extends Object
implements Serializable

Author:
Hani
See Also:
Serialized Form

Field Summary
static int ACTION
          Deprecated.  
static int AND
          Deprecated.  
static int BETWEEN
          Deprecated.  
static int CALLER
          Deprecated.  
static int CURRENT
          Deprecated.  
static int EQUALS
          Deprecated.  
static int FINISH_DATE
          Deprecated.  
static int GT
          Deprecated.  
static int HISTORY
          Deprecated.  
static int LT
          Deprecated.  
static int NOT_EQUALS
          Deprecated.  
static int OR
          Deprecated.  
static int OWNER
          Deprecated.  
static int START_DATE
          Deprecated.  
static int STATUS
          Deprecated.  
static int STEP
          Deprecated.  
static int XOR
          Deprecated.  
 
Constructor Summary
WorkflowQuery()
          Deprecated.  
WorkflowQuery(int field, int type, int operator, Object value)
          Deprecated.  
WorkflowQuery(WorkflowQuery left, int operator, WorkflowQuery right)
          Deprecated.  
 
Method Summary
 int getField()
          Deprecated.  
 WorkflowQuery getLeft()
          Deprecated.  
 int getOperator()
          Deprecated.  
 WorkflowQuery getRight()
          Deprecated.  
 int getType()
          Deprecated.  
 Object getValue()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQUALS

public static final int EQUALS
Deprecated. 
See Also:
Constant Field Values

LT

public static final int LT
Deprecated. 
See Also:
Constant Field Values

GT

public static final int GT
Deprecated. 
See Also:
Constant Field Values

BETWEEN

public static final int BETWEEN
Deprecated. 
See Also:
Constant Field Values

NOT_EQUALS

public static final int NOT_EQUALS
Deprecated. 
See Also:
Constant Field Values

AND

public static final int AND
Deprecated. 
See Also:
Constant Field Values

OR

public static final int OR
Deprecated. 
See Also:
Constant Field Values

XOR

public static final int XOR
Deprecated. 
See Also:
Constant Field Values

OWNER

public static final int OWNER
Deprecated. 
See Also:
Constant Field Values

START_DATE

public static final int START_DATE
Deprecated. 
See Also:
Constant Field Values

FINISH_DATE

public static final int FINISH_DATE
Deprecated. 
See Also:
Constant Field Values

ACTION

public static final int ACTION
Deprecated. 
See Also:
Constant Field Values

STEP

public static final int STEP
Deprecated. 
See Also:
Constant Field Values

CALLER

public static final int CALLER
Deprecated. 
See Also:
Constant Field Values

STATUS

public static final int STATUS
Deprecated. 
See Also:
Constant Field Values

HISTORY

public static final int HISTORY
Deprecated. 
See Also:
Constant Field Values

CURRENT

public static final int CURRENT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

WorkflowQuery

public WorkflowQuery()
Deprecated. 

WorkflowQuery

public WorkflowQuery(WorkflowQuery left,
                     int operator,
                     WorkflowQuery right)
Deprecated. 

WorkflowQuery

public WorkflowQuery(int field,
                     int type,
                     int operator,
                     Object value)
Deprecated. 
Method Detail

getField

public int getField()
Deprecated. 

getLeft

public WorkflowQuery getLeft()
Deprecated. 

getOperator

public int getOperator()
Deprecated. 

getRight

public WorkflowQuery getRight()
Deprecated. 

getType

public int getType()
Deprecated. 

getValue

public Object getValue()
Deprecated. 

OpenSymphony Workflow Project Page