|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.search.IBAQuerySpec
Supported API: false
Extendable: false
Field Summary | |
private static String |
ATTR_DENOMINATOR
|
private static String |
ATTR_VALUE
|
private Class |
attrCl
|
private static String |
CLASSNAME
|
private static String |
DEFINITION_REFERENCE_ID
|
private static String |
HOLDER_REFERENCE_CLASS
|
private static String |
HOLDER_REFERENCE_ID
|
private static String |
OBJ_ID
|
private Vector |
queryObjects
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Constructor Summary | |
IBAQuerySpec(Class attrCl)
Supported API: false |
Method Summary | |
void |
addCondition(long attrID,
String op,
String value)
Supported API: false |
protected void |
doQueryObjectSearchCondition(QuerySpec qs,
IBAQueryObject qo,
int holderInd,
int attrInd)
|
void |
doSearchCondition(QuerySpec qs,
Class holderCl)
Supported API: false |
void |
doSearchCondition(QuerySpec qs,
Class holderCl,
int order)
Supported API: false |
Vector |
find(Vector holdersCl,
String searchFilter,
boolean isAnd)
Supported API: false |
int |
getQueryObjectCount()
Supported API: false |
private void |
setFilterAndAdvanced(QuerySpec qs,
String searchFilter,
Class holderCl,
int holderInd)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Class attrCl
private Vector queryObjects
private static final String OBJ_ID
private static final String DEFINITION_REFERENCE_ID
private static final String HOLDER_REFERENCE_ID
private static final String HOLDER_REFERENCE_CLASS
private static final String ATTR_VALUE
private static final String ATTR_DENOMINATOR
private static boolean VERBOSE
Constructor Detail |
public IBAQuerySpec(Class attrCl)
attrCl
- Method Detail |
public void addCondition(long attrID, String op, String value) throws WTException
attrID
- op
- value
-
WTException
public int getQueryObjectCount()
public void doSearchCondition(QuerySpec qs, Class holderCl) throws WTException
qs
- holderCl
-
WTException
public void doSearchCondition(QuerySpec qs, Class holderCl, int order) throws WTException
qs
- holderCl
- order
-
WTException
public Vector find(Vector holdersCl, String searchFilter, boolean isAnd) throws WTException
holdersCl
- searchFilter
- isAnd
-
WTException
private void setFilterAndAdvanced(QuerySpec qs, String searchFilter, Class holderCl, int holderInd) throws WTException
WTException
protected void doQueryObjectSearchCondition(QuerySpec qs, IBAQueryObject qo, int holderInd, int attrInd) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |