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

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.RmCreateNamedFilterDialog
Direct Known Subclasses:
RmCreateTagDialog, RmCreateViewDialog

public abstract class RmCreateNamedFilterDialog
extends ClmWebPageDefaultDialog

Dialog used to create a tag or a view.

Tags are used to mark artifacts and to filter them. Views are saved filters.

The following actions are accessible on this page:

The following operations are also specialized for this dialog:


Method Summary
 void create(java.lang.String name, java.lang.String description, boolean isSharedType)
          Creates a tag or a view based on the current filter with the given information.
 
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
 

Method Detail

create

public void create(java.lang.String name,
                   java.lang.String description,
                   boolean isSharedType)
Creates a tag or a view based on the current filter with the given information.

Parameters:
name - The name of the tag/view, which is required.
description - The description of the tag/view, which is optional.
isSharedType - Flag indicating whether the tag/view should be shared or not (ie. personal).