SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.functions
Interface IInteractionSpecMetaData


public interface IInteractionSpecMetaData

The interface IInteractionSpecMetaData describes the metadata of the interaction properties that compose the interactionSpec.

Version:
1.0

Field Summary
static java.lang.String INTERACTION_PROPERTY_NAME
           
 
Method Summary
 java.util.Set getAllInteractionProperties()
          Returns a set of pairs of names and IInteractionProperty objects
 IInteractionProperty getInteractionProperty(java.lang.String propertyName)
          returns the Interaction property for the given interaction property name.
 java.util.Set retrieveAllInteractionPropertiesNames()
          Returns a set of all possible Interaction properties names
 

Field Detail

INTERACTION_PROPERTY_NAME

public static final java.lang.String INTERACTION_PROPERTY_NAME
Method Detail

retrieveAllInteractionPropertiesNames

public java.util.Set retrieveAllInteractionPropertiesNames()
Returns a set of all possible Interaction properties names
Returns:
Set containing names of all Interaction properties

getAllInteractionProperties

public java.util.Set getAllInteractionProperties()
Returns a set of pairs of names and IInteractionProperty objects
Returns:
Set containing all Interaction properties

getInteractionProperty

public IInteractionProperty getInteractionProperty(java.lang.String propertyName)
returns the Interaction property for the given interaction property name.
Parameters:
propertyName - the name of the property
Returns:
propertyType the type of the property
See Also:
IInteractionProperty

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.