|
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 IParameter
TThis interface exposes metadata for a parameter for an EIS function
| Field Summary | |
|---|---|
static int |
DIRECTION_IN
Constant indicating this is an input parameter |
static int |
DIRECTION_INOUT
Constant indicating this is an input-output parameter |
static int |
DIRECTION_OUT
Constant indicating this is an output parameter |
static int |
DIRECTION_UNKNOWN
Constant indicating this parameter direction is unknown |
static int |
NECESSITY_MANDATORY
Constant indicating this parameter is mandatory |
static int |
NECESSITY_OPTIONAL
Constant indicating this parameter is optional |
static int |
NECESSITY_UNKNOWN
Constant indicating this parameter has unknown necessity |
static int |
OWNER_CONSUMER
Constant indicating the client calling the EIS function is the owner of the parameter |
static int |
OWNER_PROVIDER
Constant indicating the EIS is the owner of the parameter |
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of this parameter. |
int |
getDirection()
Returns the direction of this parameter. |
String |
getName()
Returns the name of this parameter. |
int |
getOwner()
returns the owner of the parameter |
IStructure |
getStructure()
Returns the metadata describing the structure of this parameter. |
String |
getUniqueName()
Returns the unique name of the parameter. |
IFunction |
retrieveParentFunction()
Returns the function composing this parameter. |
String |
retrieveTerm()
Returns the term describing the parameter, for example "Parameter" |
| Methods inherited from interface com.sapportals.connector.metadata.structures.IStructureValue |
|---|
getDefaultValue, getValidValues, hasDefaultValue, isOptional |
| Field Detail |
|---|
static final int NECESSITY_UNKNOWN
static final int NECESSITY_MANDATORY
static final int NECESSITY_OPTIONAL
static final int DIRECTION_UNKNOWN
static final int DIRECTION_IN
static final int DIRECTION_OUT
static final int DIRECTION_INOUT
static final int OWNER_PROVIDER
static final int OWNER_CONSUMER
| Method Detail |
|---|
int getDirection()
DIRECTION_IN
DIRECTION_OUT DIRECTION_INOUT
DIRECTION_UNKNOWNIFunction retrieveParentFunction()
IFunction
IStructure getStructure()
throws ConnectorException
ConnectorExceptionIStructureString getDescription()
String getName()
int getOwner()
OWNER_PROVIDER OWNER_CONSUMERString getUniqueName()
String retrieveTerm()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
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 | |||||||||