com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmAddArtifactsDialog

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebDialog
                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
                      extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
                          extended by com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmAddArtifactsDialog
Direct Known Subclasses:
RmAddToCollectionDialog, RmArtifactLinkDialog, RmInsertArtifactDialog

public abstract class RmAddArtifactsDialog
extends ClmWebPageDefaultDialog

Abstract class to manage dialog launched to add a requirement to a collection or to another requirement from its RM page.

Following actions are accessible on this page:

Following operations are also specialized for dialogs:


Constructor Summary
RmAddArtifactsDialog(ClmWebPage page)
           
 
Method Summary
 void addRequirements(java.util.List<java.lang.String> requirements)
          Add the given requirements to the current collection.
 void addRequirementUsingSearch(java.lang.String artifact)
          Adds the specified artifact to the current Requirement/Collection.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog
open
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmAddArtifactsDialog

public RmAddArtifactsDialog(ClmWebPage page)
Method Detail

addRequirements

public void addRequirements(java.util.List<java.lang.String> requirements)
Add the given requirements to the current collection.

Parameters:
requirements - The requirement names list to add

addRequirementUsingSearch

public void addRequirementUsingSearch(java.lang.String artifact)
Adds the specified artifact to the current Requirement/Collection.

Parameters:
artifact - The name of the artifact in the form of a String.