com.sapportals.portal.appintegrator
Interface IApplicationParameterLookup

All Known Implementing Classes:
AbstractIntegratorComponent

public interface IApplicationParameterLookup

Version:
$Revision: #1 $.

Method Summary
 java.util.Enumeration getParameterNames(com.sapportals.portal.prt.pom.IComponentNode node)
          Returns an enumeration of the parameters of the given application type The returned enumeration lists all parameters the application type can handle regardless whether they are mandatory or not.
 

Method Detail

getParameterNames

public java.util.Enumeration getParameterNames(com.sapportals.portal.prt.pom.IComponentNode node)
Returns an enumeration of the parameters of the given application type The returned enumeration lists all parameters the application type can handle regardless whether they are mandatory or not. Some parameters may depends on others and it makes only sense to set them, when the parameters they depend on are defined.
Parameters:
node - The POM component node that is assigned to the integrator Portal Component.
Returns:
enumeration of the parameters that can be handled by the integrator component that is assigned to the given node.