com.sap.aii.mappingtool.tf7.rt

Interface ResultList


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

SUPPRESS

static final String SUPPRESS
This constant represents the suppress value.

See Also:
addSuppress()

CC

static final String CC
This constant represents a context change value

See Also:
addContextChange(), Constant Field Values

XSI_NIL

static final String XSI_NIL
This constant represents the suppress value.

See Also:
addSuppress()
Method Detail

addValue

void addValue(Object value)
Appends a value to the results list.

Parameters:
value - value

addContextChange

void addContextChange()
Appends a context change to the list. This can also be achieved if you append the constant CC by using addValue(Object).


addSuppress

void addSuppress()
Appends the constant SUPPRESS to the list. The generation of the target field and its sub nodes is suppressed for such entries.


clear

void clear()
Deletes all previously appended values from the list.

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.mapping.lib.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice