|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface exposes metadata for EIS functions. Use this interface in order to get the EIS functions list, get a specific function metadata, or get a list of functions using a regular expression in order to filter the list
| Method Summary | |
IFunction |
getFunction(java.lang.String functionName)
Returns an IFunction interface for a specific EIS function. |
java.util.Set |
getFunctions()
Returns the EIS functions the current user can execute. |
java.util.Set |
getFunctions(java.lang.String functionNameRegularExpression,
java.lang.String functionGroupRegularExpression)
Returns the EIS functions the current user can execute given a filter for function name and function group. |
java.util.Set |
getGroupNames(java.lang.String functionGroupRegularExpression)
Returns a set of all the names of the function groups |
| Method Detail |
public java.util.Set getFunctions()
throws ConnectorException
IFunction
public IFunction getFunction(java.lang.String functionName)
throws FunctionNotFoundException,
ConnectorException
IFunction interface for a specific EIS function.functionName - The name of the function.IFunction
public java.util.Set getFunctions(java.lang.String functionNameRegularExpression,
java.lang.String functionGroupRegularExpression)
throws ConnectorException
functionNameRegularExpression - A regular expression for the name
of the function.functionGroupRegularExpression - A regular expression for the group
of the function.IFunctionpublic java.util.Set getGroupNames(java.lang.String functionGroupRegularExpression)
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||