|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISearchResult
A read-only iterator that can return the size of the iteration
| Field Summary | |
|---|---|
static int |
SEARCH_RESULT_INCOMPLETE
Constant used to define that the search result is not complete |
static int |
SEARCH_RESULT_OK
Constant used to define that the search was done successfully |
static int |
SEARCH_RESULT_UNDEFINED
Constant used to define that the search result is undefined |
static int |
SIZE_LIMIT_EXCEEDED
Constant used to define that a size limit exceeded occured |
static int |
TIME_LIMIT_EXCEEDED
Constant used to define that a time limit exceeded occured |
| Method Summary | |
|---|---|
Iterator |
getMessages(boolean clearPermanentMessages)
Returns an iterator which contains the IMessage objects assigned to this IPrincipal or
null if no messages are assigned. |
int |
getState()
Returns the status of the search result |
int |
size()
Returns the number of elements in the iteration. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Field Detail |
|---|
static final int SEARCH_RESULT_OK
static final int SEARCH_RESULT_INCOMPLETE
static final int SEARCH_RESULT_UNDEFINED
static final int SIZE_LIMIT_EXCEEDED
static final int TIME_LIMIT_EXCEEDED
| Method Detail |
|---|
int size()
int getState()
SEARCH_RESULT_OK,
SEARCH_RESULT_INCOMPLETE,
SIZE_LIMIT_EXCEEDED,
TIME_LIMIT_EXCEEDED,
SEARCH_RESULT_UNDEFINEDIterator getMessages(boolean clearPermanentMessages)
IMessage objects assigned to this IPrincipal or
null if no messages are assigned. If the method is called with parameter true,
every subsequent call will return null if no new message was assigned to this IPrincipal.
clearPermanentMessages - Specifies whether permanent messages with life time IMessage.LIFETIME_PERMANENT should be removed from the message buffer.
IPrincipal object or null.| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGINEAPI
|
[sap.com] com.sap.security.api.sda
|
[sap.com] ENGFACADE
|
[sap.com] tc/je/usermanagement/api
|
[sap.com] CORE-TOOLS
|
[sap.com] com.sap.engine.client.lib
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||