|
SAP NetWeaver 7.31 (SP 16) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.bpm.api.QueryResultParameters
public final class QueryResultParameters
Optional set of query parameters used within certain API methods which e.g. allow to set the index of the first result or the maximum number of results which are returned.
SAP API Classification: | Constructor Summary | |
|---|---|
QueryResultParameters()
|
|
QueryResultParameters(Integer firstResult,
Integer maxResults)
|
|
| Method Summary | |
|---|---|
Integer |
getFirstResult()
Returns the index (starting with 0) of the first result which may be fetched by the JDBC call. |
Integer |
getMaxResults()
Returns the maximum number of results which shall be returned by the query. |
void |
setFirstResult(Integer startPosition)
Sets the index (starting with 0) of the first result which may be fetched by the JDBC call. |
void |
setMaxResults(Integer maxResults)
Sets the maximum number of results which shall be returned by the query. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResultParameters()
public QueryResultParameters(Integer firstResult,
Integer maxResults)
| Method Detail |
|---|
public Integer getFirstResult()
null, which
means that no start index shall be used
nullpublic void setFirstResult(Integer startPosition)
null, which means
that no start index shall be used
startPosition - The index of the first result or nullpublic Integer getMaxResults()
null, which means the number of
results shall not be limited
null in case the number of results is not limited
public void setMaxResults(Integer maxResults)
throws IllegalArgumentException
null, which means the number of results
shall not be limited
maxResults - The number of results which shall be returned or null in case the number of results is not limited
IllegalArgumentException - in case of values < 1public String toString()
toString in class Object| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] BPEM-FACADE
|
[sap.com] tc/bpem/facade/ear
|
-
|
BC-BMT-BPM-DSK
|
[sap.com] BPEM-FACADE
|
[sap.com] tc/bpem/facade/ear
|
api
|
BC-BMT-BPM-DSK
|
|
SAP NetWeaver 7.31 (SP 16) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||