WorkflowExpressionQuery
insteadpublic class WorkflowQuery extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
WorkflowQuery()
Deprecated.
|
WorkflowQuery(int field,
int type,
int operator,
Object value)
Deprecated.
|
WorkflowQuery(WorkflowQuery left,
int operator,
WorkflowQuery right)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getField()
Deprecated.
|
WorkflowQuery |
getLeft()
Deprecated.
|
int |
getOperator()
Deprecated.
|
WorkflowQuery |
getRight()
Deprecated.
|
int |
getType()
Deprecated.
|
Object |
getValue()
Deprecated.
|
public static final int EQUALS
public static final int LT
public static final int GT
public static final int BETWEEN
public static final int NOT_EQUALS
public static final int AND
public static final int OR
public static final int XOR
public static final int OWNER
public static final int START_DATE
public static final int FINISH_DATE
public static final int ACTION
public static final int STEP
public static final int CALLER
public static final int STATUS
public static final int HISTORY
public static final int CURRENT
public WorkflowQuery()
public WorkflowQuery(WorkflowQuery left, int operator, WorkflowQuery right)
public WorkflowQuery(int field, int type, int operator, Object value)
public int getField()
public WorkflowQuery getLeft()
public int getOperator()
public WorkflowQuery getRight()
public int getType()
public Object getValue()
Copyright © 2021 catworkx GmbH. All rights reserved.