|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only, but executable interface for query object.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
SearchResultSet |
execute()
Executes the Query and returns the SearchResultSet |
SearchColumnType[] |
getMetaData()
Returns meta data about the result set |
boolean |
isItemQuery()
Returns true if query is on a PIM Item. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public SearchResultSet execute() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic SearchColumnType[] getMetaData() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic boolean isItemQuery() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operation
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |