|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchQuery
Read-only, but executable interface for query object.
Nested Class Summary | |
---|---|
static class |
SearchQuery.ColumnType
|
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
SearchResultSet |
execute()
Executes the Query and returns the SearchResultSet |
java.util.List<SearchQuery.ColumnType> |
getColumnTypes()
Returns the list of column types associated with the desired result set of the query. |
boolean |
isItemQuery()
Returns true if query is on a PIM Item. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
SearchResultSet execute()
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- Reserved for future usejava.util.List<SearchQuery.ColumnType> getColumnTypes()
PIMInternalException
- If an internal error occurs
java.lang.UnsupportedOperationException
- if the return column type does not match any of the internal
column typesboolean isItemQuery()
PIMInternalException
- If an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |