com.sapportals.connector.connection

Interface IConnectionPropertyGroup


public interface IConnectionPropertyGroup

The interface IConnectionProperty provides metadata to a certain group of connection properties that constitute a valid connection spec.


Method Summary
 Set<Map.Entry<String,IConnectionProperty>> getAllConnectionProperties()
          Returns a set of pairs (entries) of names and values of IConnectionProperty objects
 IConnectionProperty getConnectionProperty(String propertyName)
          Returns the connection property for the given connection property name.
 Set<String> retrieveAllConnectionPropertiesNames()
          Returns a set of all possible connection properties names
 

Method Detail

retrieveAllConnectionPropertiesNames

Set<String> retrieveAllConnectionPropertiesNames()
Returns a set of all possible connection properties names

Returns:
set containing names of all connection properties

getAllConnectionProperties

Set<Map.Entry<String,IConnectionProperty>> getAllConnectionProperties()
Returns a set of pairs (entries) of names and values of IConnectionProperty objects

Returns:
set containing all connection properties

getConnectionProperty

IConnectionProperty getConnectionProperty(String propertyName)
Returns the connection property for the given connection property name.

Parameters:
propertyName - the name of the property
Returns:
propertyType the type of the property
See Also:
IConnectionProperty
Access Rights

This class can be accessed from:


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] tc/conn/connectorframeworkdeprecated - EP-CON-CF
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated default EP-CON-CF


Copyright 2011 SAP AG Complete Copyright Notice