public class FieldExpression extends Expression
Modifier and Type | Field and Description |
---|---|
static int |
ACTION
Constant for the workflow action field.
|
static int |
CALLER
Constant for the workflow caller field.
|
static int |
CURRENT_STEPS
Constant for the history steps context.
|
static int |
DUE_DATE
Constant for the workflow due date field.
|
static int |
ENTRY
Constant for the workflow entry context.
|
static int |
EQUALS
Constant for the equality operator.
|
static int |
FINISH_DATE
Constant for the workflow finish date field.
|
static int |
GT
Constant for the greater than operator.
|
static int |
HISTORY_STEPS
Constant for the history steps context.
|
static int |
LT
Constant for the less than operator.
|
static int |
NAME
Constant for the workflow name field.
|
static int |
NOT_EQUALS
Constant for the not equals operator.
|
static int |
OWNER
Constant for the workflow owner field.
|
static int |
START_DATE
Constant for the workflow start date field.
|
static int |
STATE
Constant for the state field.
|
static int |
STATUS
Constant for the workflow status field.
|
static int |
STEP
Constant for the workflow step field.
|
negate
Constructor and Description |
---|
FieldExpression() |
FieldExpression(int field,
int context,
int operator,
Object value) |
FieldExpression(int field,
int context,
int operator,
Object value,
boolean negate) |
Modifier and Type | Method and Description |
---|---|
int |
getContext() |
int |
getField() |
int |
getOperator() |
Object |
getValue() |
boolean |
isNested() |
void |
setContext(int context) |
void |
setField(int field) |
void |
setOperator(int operator) |
void |
setValue(Object value) |
isNegate
public static final int EQUALS
public static final int LT
public static final int GT
public static final int NOT_EQUALS
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 NAME
public static final int STATE
public static final int DUE_DATE
public static final int HISTORY_STEPS
public static final int CURRENT_STEPS
public static final int ENTRY
public FieldExpression()
public FieldExpression(int field, int context, int operator, Object value)
public FieldExpression(int field, int context, int operator, Object value, boolean negate)
public void setContext(int context)
public int getContext()
public void setField(int field)
public int getField()
public boolean isNested()
isNested
in class Expression
public void setOperator(int operator)
public int getOperator()
public void setValue(Object value)
public Object getValue()
Copyright © 2021 catworkx GmbH. All rights reserved.