|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPEndpointAlias
| Field Summary | |
|---|---|
static String |
ENDPOINT_ALIAS_NAME
The endpoint name. |
static String |
ENDPOINT_ALIAS_TYPE
The endpoint type. |
static String |
ENDPOINT_ALIAS_TYPE_REMOTE_EJB
The endpoint uses a RFC connnection that was defined by the user. |
static String |
ENDPOINT_ALIAS_TYPE_RFC
The endpoint uses a RFC connnection that was defined by the user. |
static String |
SEARCH_WITHIN_ALL_ENDPOINTTYPES
The search can be done within all endpoint types. |
| Method Summary | |
|---|---|
void |
addProperty(String name,
String value,
IGPUserContext ctxt)
Adds a property to endpoint alias. |
Date |
getChanged()
Returns the latest date when the endpoint alias was changed. |
String |
getChanger()
Returns the lastest changer of endpoint alias. |
Date |
getCreated()
Returns the date when the endpoint alias was created. |
String |
getCreator()
Returns the creator of endpoint alias. |
String |
getEptAliasName()
Returns the name of endpoint alias. |
Properties |
getEptAliasProperties()
Returns the properties of a endpoint alias. |
String |
getEptAliasTypeName()
Returns the type of endpoint alias. |
| Field Detail |
|---|
static final String ENDPOINT_ALIAS_NAME
The endpoint name.
static final String ENDPOINT_ALIAS_TYPE
The endpoint type.
static final String ENDPOINT_ALIAS_TYPE_RFC
The endpoint uses a RFC connnection that was defined by the user.
static final String ENDPOINT_ALIAS_TYPE_REMOTE_EJB
The endpoint uses a RFC connnection that was defined by the user.
static final String SEARCH_WITHIN_ALL_ENDPOINTTYPES
The search can be done within all endpoint types.
| Method Detail |
|---|
String getEptAliasName()
Returns the name of endpoint alias.
String getEptAliasTypeName()
Returns the type of endpoint alias.
Properties getEptAliasProperties()
Returns the properties of a endpoint alias.
String getCreator()
Returns the creator of endpoint alias.
Date getCreated()
Returns the date when the endpoint alias was created.
String getChanger()
Returns the lastest changer of endpoint alias.
Date getChanged()
Returns the latest date when the endpoint alias was changed.
void addProperty(String name,
String value,
IGPUserContext ctxt)
throws GPInvocationException
Adds a property to endpoint alias.
name - - the key of property.value - - the value of property.ctxt - - information about the user.
InvocationException - - thrown if the key is null.
GPInvocationException
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||