|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultList
This class is used in advanced user-defined functions (execution type "Context values" or "All values of a Queue") to return the result of a function.
You can use the CC to find context changes in the input
array that the function was transferred to, for example:
| Field Summary | |
|---|---|
static String |
CC
This constant represents a context change value |
static String |
SUPPRESS
This constant represents the suppress value. |
static String |
XSI_NIL
This constant represents the suppress value. |
| Method Summary | |
|---|---|
void |
addContextChange()
Appends a context change to the list. |
void |
addSuppress()
Appends the constant SUPPRESS to the list. |
void |
addValue(Object value)
Appends a value to the results list. |
void |
clear()
Deletes all previously appended values from the list. |
| Field Detail |
|---|
static final String SUPPRESS
addSuppress()static final String CC
addContextChange(),
Constant Field Valuesstatic final String XSI_NIL
addSuppress()| Method Detail |
|---|
void addValue(Object value)
value - valuevoid addContextChange()
CC by using addValue(Object).
void addSuppress()
SUPPRESS to the list. The generation of the
target field and its sub nodes is suppressed for such entries.
void clear()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.mapping.lib.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||