|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.archivesystem.WTArchiveSystemQuery
Supported API: false
Extendable: false
Field Summary | |
private String[] |
aVols
|
private static String |
CLASSNAME
|
private boolean |
isFinalized
|
private List |
qLinks
|
private Map |
qMap
|
private static String |
RESOURCE
|
private WTArchiveSystemBetClauseOper |
setOp
|
private String[] |
sources
|
private List |
types
|
private static boolean |
VERBOSE
|
Constructor Summary | |
WTArchiveSystemQuery(Map map,
WTArchiveSystemBetClauseOper oper,
String[] aVols,
String[] sources)
Supported API: false |
|
WTArchiveSystemQuery(String[] aVols,
String[] sources)
Supported API: false |
Method Summary | |
WTArchiveSystemQueryClause |
addClause(String name,
String val,
WTArchiveSystemInClauseOper oper)
Supported API: false |
void |
addOperator(WTArchiveSystemQueryClause fromClause,
WTArchiveSystemQueryClause toClause,
WTArchiveSystemBetClauseOper oper)
Supported API: false |
void |
addType(String typeName)
Supported API: false |
private StringBuffer |
appendCB(StringBuffer sb)
|
private StringBuffer |
appendOB(StringBuffer sb)
|
private boolean |
checkNameValid(String name)
|
String |
computeQueryString()
|
void |
finalize()
Supported API: false |
String[] |
getAVols()
Gets the value of the attribute: aVols. |
protected List |
getQLinks()
Gets the value of the attribute: qLinks. |
protected Map |
getQMap()
Gets the value of the attribute: qMap. |
String[] |
getSearchTypes()
Supported API: false |
WTArchiveSystemBetClauseOper |
getSetOp()
Gets the value of the attribute: setOp. |
String[] |
getSources()
Gets the value of the attribute: sources. |
List |
getTypes()
Gets the value of the attribute: types. |
void |
initialize(String[] aVols,
String[] sources)
|
private StringBuffer |
insertOB(StringBuffer sb)
|
boolean |
isFinalized()
Supported API: false |
protected boolean |
isIsFinalized()
Gets the value of the attribute: isFinalized. |
void |
setAVols(String[] a_AVols)
Sets the value of the attribute: aVols. |
protected void |
setIsFinalized(boolean a_IsFinalized)
Sets the value of the attribute: isFinalized. |
protected void |
setQLinks(List a_QLinks)
Sets the value of the attribute: qLinks. |
protected void |
setQMap(Map a_QMap)
Sets the value of the attribute: qMap. |
void |
setSetOp(WTArchiveSystemBetClauseOper a_SetOp)
Sets the value of the attribute: setOp. |
void |
setSources(String[] a_Sources)
Sets the value of the attribute: sources. |
void |
setTypes(List a_Types)
Sets the value of the attribute: types. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Map qMap
private List qLinks
private boolean isFinalized
private WTArchiveSystemBetClauseOper setOp
private String[] aVols
private String[] sources
private List types
private static boolean VERBOSE
Constructor Detail |
public WTArchiveSystemQuery(String[] aVols, String[] sources)
aVols
- sources
- public WTArchiveSystemQuery(Map map, WTArchiveSystemBetClauseOper oper, String[] aVols, String[] sources)
map
- oper
- aVols
- sources
- Method Detail |
protected Map getQMap()
protected void setQMap(Map a_QMap) throws WTPropertyVetoException
a_QMap
-
WTPropertyVetoException
protected List getQLinks()
protected void setQLinks(List a_QLinks) throws WTPropertyVetoException
a_QLinks
-
WTPropertyVetoException
protected boolean isIsFinalized()
protected void setIsFinalized(boolean a_IsFinalized) throws WTPropertyVetoException
a_IsFinalized
-
WTPropertyVetoException
public WTArchiveSystemBetClauseOper getSetOp()
public void setSetOp(WTArchiveSystemBetClauseOper a_SetOp) throws WTPropertyVetoException
a_SetOp
-
WTPropertyVetoException
public String[] getAVols()
public void setAVols(String[] a_AVols) throws WTPropertyVetoException
a_AVols
-
WTPropertyVetoException
public String[] getSources()
public void setSources(String[] a_Sources) throws WTPropertyVetoException
a_Sources
-
WTPropertyVetoException
public List getTypes()
public void setTypes(List a_Types) throws WTPropertyVetoException
a_Types
-
WTPropertyVetoException
public void finalize()
public boolean isFinalized()
public WTArchiveSystemQueryClause addClause(String name, String val, WTArchiveSystemInClauseOper oper)
name
- val
- oper
-
public void addOperator(WTArchiveSystemQueryClause fromClause, WTArchiveSystemQueryClause toClause, WTArchiveSystemBetClauseOper oper) throws WTArchiveSystemException
fromClause
- toClause
- oper
-
WTArchiveSystemException
public String[] getSearchTypes()
public void addType(String typeName)
typeName
- public void initialize(String[] aVols, String[] sources)
public String computeQueryString() throws WTArchiveSystemException
WTArchiveSystemException
private StringBuffer insertOB(StringBuffer sb)
private StringBuffer appendCB(StringBuffer sb)
private StringBuffer appendOB(StringBuffer sb)
private boolean checkNameValid(String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |