com.ibm.ram.extension
Class RelationshipConfigurationDetails

java.lang.Object
  extended by com.ibm.ram.extension.ConfigurationDetails
      extended by com.ibm.ram.extension.RelationshipConfigurationDetails

public class RelationshipConfigurationDetails
extends ConfigurationDetails

This class can be used to request a set of assets related to the primary asset this policy is running against. At runtime the value returned in the parameter will be of type RelatedAssetAccessor.

Since:
7.1

Constructor Summary
RelationshipConfigurationDetails(java.lang.String key, java.lang.String label, java.lang.String description)
           
RelationshipConfigurationDetails(java.lang.String key, java.lang.String label, java.lang.String description, java.lang.String defaultValue)
           
 
Method Summary
 
Methods inherited from class com.ibm.ram.extension.ConfigurationDetails
getDefaultValue, getDescription, getKey, getLabel, isConnectionInformation, isPassword, isTextArea, setConnectionInformation, setDefaultValue, setDescription, setKey, setLabel, setPassword, setTextArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipConfigurationDetails

public RelationshipConfigurationDetails(java.lang.String key,
                                        java.lang.String label,
                                        java.lang.String description)
Parameters:
key - A unique key for the configuration.
label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.
description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.
Since:
7.1

RelationshipConfigurationDetails

public RelationshipConfigurationDetails(java.lang.String key,
                                        java.lang.String label,
                                        java.lang.String description,
                                        java.lang.String defaultValue)
Parameters:
key - A unique key for the configuration.
label - A label for the configuration that will be displayed to the Rational Asset Manager administrator.
description - A description for the configuration that will be displayed to the Rational Asset Manager administrator.
defaultValue - Relationship names separated by a semicolon.
Since:
7.1