public interface IFunction extends ISOAPSerializable, IGenericElement
| Modifier and Type | Field and Description |
|---|---|
static int |
RECIEVE_FUNCTION
Costant indicates this EIS function has output parameter only
|
static int |
SEND_FUNCTION
Costant indicates this EIS function has input parameters only
|
static int |
SEND_RECIEVE_FUNCTION
Costant indicates this EIS function has input and output parameters
|
static int |
UNKNOWN_TYPE_FUNCTION
Costant indicates this EIS function is of type unknown (non of the above)
|
ATTRIBUTE, BUSINESS_OBJECT, BUSINESS_OBJECT_GROUP, FUNCTION, RELATION| Modifier and Type | Method and Description |
|---|---|
Set<IFunctionException> |
getExceptions()
Returns a set of
IFunctionExceptions - the exceptions the
function might throw. |
int |
getFunctionType()
Returns the type of the function - whether is sends/receives data in the
EIS.
|
IParameter |
getParameter(String parameterUniqueName)
Given a parameter name - returns an IParamter interface for that
function parameter.
|
List<IParameter> |
getParameters()
Returns a List of all the function's parameters.
|
List<IParameter> |
getParameters(int parameterDirection)
Returns a List of in/out/inAndOut function's parameters according to the
paremeterDirection parameter.
|
getDescription, getElementType, getMetaType, getName, getNamespace, getUniqueName, retrieveTermretrieveConnectionstatic final int SEND_FUNCTION
static final int RECIEVE_FUNCTION
static final int SEND_RECIEVE_FUNCTION
static final int UNKNOWN_TYPE_FUNCTION
Set<IFunctionException> getExceptions() throws ConnectorException
IFunctionExceptions - the exceptions the
function might throw.ConnectorException - if connector is failedIFunctionExceptionList<IParameter> getParameters() throws ConnectorException
IParameter interfaceConnectorException - if connector is failedIParameterList<IParameter> getParameters(int parameterDirection) throws ConnectorException
parameterDirection - is a parameter of directionConnectorException - if connector is failedIParameterIParameter getParameter(String parameterUniqueName) throws ParameterNotFoundException, ConnectorException
parameterUniqueName - the unique name of the parameterParameterNotFoundException - if parameter not foundConnectorException - if connector is failedIParameterint getFunctionType()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
Copyright 2021 SAP SE Complete Copyright Notice