|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFunction
This interface contains metadata for a specific EIS function
| Field Summary | |
|---|---|
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) |
| Fields inherited from interface com.sapportals.connector.metadata.objects.IGenericElement |
|---|
ATTRIBUTE, BUSINESS_OBJECT, BUSINESS_OBJECT_GROUP, FUNCTION, RELATION |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.sapportals.connector.metadata.objects.IGenericElement |
|---|
getDescription, getElementType, getMetaType, getName, getNamespace, getUniqueName, retrieveTerm |
| Methods inherited from interface com.sapportals.connector.IConnectorObject |
|---|
retrieveConnection |
| Field Detail |
|---|
static final int SEND_FUNCTION
static final int RECIEVE_FUNCTION
static final int SEND_RECIEVE_FUNCTION
static final int UNKNOWN_TYPE_FUNCTION
| Method Detail |
|---|
Set<IFunctionException> getExceptions()
throws ConnectorException
IFunctionExceptions - the exceptions the
function might throw.
ConnectorExceptionIFunctionException
List<IParameter> getParameters()
throws ConnectorException
IParameter interface
ConnectorExceptionIParameter
List<IParameter> getParameters(int parameterDirection)
throws ConnectorException
ConnectorExceptionIParameter
IParameter getParameter(String parameterUniqueName)
throws ParameterNotFoundException,
ConnectorException
parameterUniqueName - the unique name of the parameter
ParameterNotFoundException
ConnectorExceptionIParameterint 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
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||