|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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) |
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of the function. |
java.util.Set |
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. |
java.lang.String |
getName()
Returns the name of the function. |
IParameter |
getParameter(java.lang.String parameterUniqueName)
Given a parameter name - returns an IParamter interface for that function parameter. |
java.util.List |
getParameters()
Returns a List of all the function's parameters. |
java.util.List |
getParameters(int parameterDirection)
Returns a List of in/out/inAndOut function's parameters according to the paremeterDirection parameter. |
java.lang.String |
getUniqueName()
Returns the unique name of the function. |
java.lang.String |
retrieveTerm()
Returns the term describing the parameter, for example "Function" |
| Methods inherited from interface com.sapportals.connector.IConnectorObject |
retrieveConnection |
| Field Detail |
public static final int SEND_FUNCTION
public static final int RECIEVE_FUNCTION
public static final int SEND_RECIEVE_FUNCTION
public static final int UNKNOWN_TYPE_FUNCTION
| Method Detail |
public java.util.Set getExceptions()
throws ConnectorException
IFunctionExceptions - the exceptions the
function might throw.IFunctionException
public java.util.List getParameters()
throws ConnectorException
IParameter interface.IParameter
public java.util.List getParameters(int parameterDirection)
throws ConnectorException
IParameter
public IParameter getParameter(java.lang.String parameterUniqueName)
throws ParameterNotFoundException,
ConnectorException
parameterUniqueName - The unique name of the parameter.IParameterpublic java.lang.String getName()
public java.lang.String getUniqueName()
public int getFunctionType()
public java.lang.String getDescription()
public java.lang.String retrieveTerm()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||