|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQueryEntryList
List of IQueryEntry objects
Changes between major releases 7.0 and 7.X
addDateRangeQuery(IPropertyName, long, byte)
clear()
fromXMLString(String)
toXMLString()
toXMLStringSave()
| Method Summary | |
|---|---|
void |
add(int index,
IQueryEntry queryEntry)
Inserts the query entry at the specified position in this list. |
boolean |
add(IQueryEntry queryEntry)
Adds a query entry to the query entry list |
boolean |
addAll(IQueryEntryList queryEntryList)
Adds another query entry list to the query entry list |
void |
addAndOperator()
Adds an AND operator to the end of the list. |
void |
addAttributeQuery(IPropertyName pName,
String value,
byte propOp)
Adds a property query to the end of the list. |
void |
addBracketClose()
Adds a closing bracket to the end of the list. |
void |
addBracketOpen()
Adds an opening bracket to the end of the list. |
void |
addContentQuery(String term)
Add a content query to the end of the list. |
void |
addContentQuery(String term,
byte operator,
byte termAction)
Add a content query to the end of the list. |
void |
addDateRangeQuery(IPropertyName pName,
long timeDif,
byte propOp)
Add an date range query to the end of the list. he used timestanp is defined as the current timestamp minus the milliseconds specified by timeDif. |
void |
addNotOperator()
Adds a NOT operator to the end of the list. |
void |
addOrOperator()
Adds an OR operator to the end of the list. |
void |
clear()
Clears the query entry list |
IQueryEntryList |
createEmptyQueryEntryList()
Creates a new empty query entry list. |
void |
fromXMLString(String s)
Reads the string definition of a query entry list and creates the queries for the object. |
IQueryEntry |
get(int index)
|
int |
indexOf(IQueryEntry queryEntry)
|
IQueryEntryListIterator |
listIterator()
|
IQueryEntry |
remove(int index)
Removes the query entry at the specified position in this list. |
int |
size()
|
IQueryEntryList |
subList(int from,
int to)
|
String |
toXMLString()
Returns a string definition of the object. |
String |
toXMLStringSave()
Returns a string definition of the object. |
| Method Detail |
|---|
int size()
boolean add(IQueryEntry queryEntry)
queryEntry - - query entry to add to query
boolean addAll(IQueryEntryList queryEntryList)
queryEntryList - query entry list to add to the query
IQueryEntry get(int index)
index - - position in the query entry list
int indexOf(IQueryEntry queryEntry)
queryEntry - - query entry for that the position in the list has to be determined
IQueryEntryListIterator listIterator()
void add(int index,
IQueryEntry queryEntry)
index - index at which the specified query entry is to be inserted.queryEntry - query entry to be inserted.
IndexOutOfBoundsException - if the specified index is out of
range (index < 0 || index > size()).IQueryEntry remove(int index)
index - the index of the query entry to be removed.
IndexOutOfBoundsException - if the specified index is out of
range (index < 0 || index >= size()).void clear()
IQueryEntryList subList(int from,
int to)
void addAndOperator()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
void addOrOperator()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
void addNotOperator()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
void addBracketOpen()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
void addBracketClose()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmException
void addAttributeQuery(IPropertyName pName,
String value,
byte propOp)
throws com.sapportals.wcm.WcmException
pName - name of the propertyvalue - value as a stringpropOp - operator to be used
com.sapportals.wcm.WcmException
void addContentQuery(String term)
throws com.sapportals.wcm.WcmException
term -
com.sapportals.wcm.WcmException
void addContentQuery(String term,
byte operator,
byte termAction)
throws com.sapportals.wcm.WcmException
term - operator - termAction -
com.sapportals.wcm.WcmException
void addDateRangeQuery(IPropertyName pName,
long timeDif,
byte propOp)
throws com.sapportals.wcm.WcmException
pName - PropertytimeDif - propOp - Operator
com.sapportals.wcm.WcmException
String toXMLString()
throws com.sapportals.wcm.WcmException
com.sapportals.wcm.WcmExceptionString toXMLStringSave()
void fromXMLString(String s)
throws com.sapportals.wcm.WcmException
s -
com.sapportals.wcm.WcmExceptionIQueryEntryList createEmptyQueryEntryList()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||