Agentflow
V3.1

pe.tse
Class AbstractSearchCondition

java.lang.Object
  extended by pe.tse.AbstractSearchCondition
All Implemented Interfaces:
java.io.Serializable, SearchCondition
Direct Known Subclasses:
ArtifactFieldSearchCondition, ArtifactInstanceSearchCondition, TaskSearchCondition

public abstract class AbstractSearchCondition
extends java.lang.Object
implements SearchCondition, java.io.Serializable

No comment yet

Version:
1.1.5,
Author:
zombie
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface pe.tse.SearchCondition
SearchCondition.Entity
 
Field Summary
 
Fields inherited from interface pe.tse.SearchCondition
AND, ARTIFACT_ID, ARTIFACT_INS, ARTIFACT_NAME, ARTIFACT_SYNO, ARTINSTANCE_ID, CALLPROCESS_ID, COMPUTE, CONTAIN, CSPROCESS_ID, DEPARTMENT_ID, DEPMEMBERLOAD, EQUAL, GREAT, GREATEQUAL, GROUPTASKLOAD, IAPPROCESS_ID, LESS, LESSEQUAL, LIKE, MEMBER_ID, MEMTASKLOAD, NOTCONTAIN, NOTEQUAL, NOTLIKE, OR, PARENT_ID, PMP, PRJNODETIME, PRJTASKLOAD, PROCESS_ID, PROCESS_NAME, PROCESS_PARENT_ID, PROCESS_SYNOPSIS, PROJECT_ID, PROJECT_NAME, ROLE_ID, ROOT_ID, TASK_ATTACHED, TASK_DEPUTY, TASK_ENDTIME, TASK_EXEID, TASK_ID, TASK_KEYWORD, TASK_MEMID_EXEID, TASK_NOTE, TASK_PRIORITY, TASK_STARTTIME, TIMEOUTWORK, WORKLOAD
 
Constructor Summary
AbstractSearchCondition()
           
 
Method Summary
 void add(java.lang.String theOp, java.lang.String theField, java.lang.String theValue)
          Adds a search condition into this search condition
 void addInteger(java.lang.String theOp, java.lang.String theField, java.lang.String theValue)
          Adds a search condition into this search condition, which the field belongs to Integer.
 java.util.Vector getEntityList()
          return an array of entity
 void setEntityList(java.util.Vector list)
          set the array of entity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pe.tse.SearchCondition
doSearch, doSearchCount
 

Constructor Detail

AbstractSearchCondition

public AbstractSearchCondition()
Method Detail

add

public void add(java.lang.String theOp,
                java.lang.String theField,
                java.lang.String theValue)
Description copied from interface: SearchCondition
Adds a search condition into this search condition

Specified by:
add in interface SearchCondition
Parameters:
theOp - the operand for combine the condition and before, should be SearchCondition.AND or SearchCondition.OR
theField - the field
theValue - the value..

addInteger

public void addInteger(java.lang.String theOp,
                       java.lang.String theField,
                       java.lang.String theValue)
Description copied from interface: SearchCondition
Adds a search condition into this search condition, which the field belongs to Integer.

Specified by:
addInteger in interface SearchCondition
Parameters:
theOp - the operand for combine the condition and before, should be SearchCondition.AND or SearchCondition.OR
theField - the field
theValue - the value..

getEntityList

public java.util.Vector getEntityList()
Description copied from interface: SearchCondition
return an array of entity

Specified by:
getEntityList in interface SearchCondition
Returns:
vector contains object of SearchCondidtion.Entity

setEntityList

public void setEntityList(java.util.Vector list)
Description copied from interface: SearchCondition
set the array of entity

Specified by:
setEntityList in interface SearchCondition
Parameters:
list - - the entity list

Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.