|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FilterCondition
No comment yet
| Nested Class Summary | |
|---|---|
static class |
FilterCondition.Entity
|
| Field Summary | |
|---|---|
static int |
CONTAINS
|
static int |
DATE
|
static int |
EQUALS
|
static int |
STRING
|
| Method Summary | |
|---|---|
void |
add(int theOp,
int theType,
int theField,
java.lang.String theValue1,
java.lang.String theValue2)
Adds a search condition into this search condition |
java.util.Vector |
getEntityList()
return an array of entity |
| Field Detail |
|---|
static final int CONTAINS
static final int DATE
static final int EQUALS
static final int STRING
| Method Detail |
|---|
void add(int theOp,
int theType,
int theField,
java.lang.String theValue1,
java.lang.String theValue2)
theOp - the operand for combine the condition and before, should be
SearchCondition.AND or SearchCondition.ORtheField - the fieldtheValue - the value..java.util.Vector getEntityList()
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||