Uses of Interface
org.squashtest.csp.tm.domain.library.Copiable

Packages that use Copiable
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.library   
org.squashtest.csp.tm.domain.requirement   
org.squashtest.csp.tm.domain.testcase   
 

Uses of Copiable in org.squashtest.csp.tm.domain.campaign
 

Classes in org.squashtest.csp.tm.domain.campaign that implement Copiable
 class Campaign
           
 class CampaignFolder
           
 class CampaignLibraryNode
           
 class Iteration
           
 class TestSuite
           
 

Uses of Copiable in org.squashtest.csp.tm.domain.library
 

Subinterfaces of Copiable in org.squashtest.csp.tm.domain.library
 interface Folder<NODE extends LibraryNode>
          Interface of a Library folder.
 interface LibraryNode
          Interface for a content node of a library.
 

Classes in org.squashtest.csp.tm.domain.library that implement Copiable
 class GenericLibraryNode
          Generic superclass for library nodes.
 

Methods in org.squashtest.csp.tm.domain.library that return Copiable
 Copiable Copiable.createCopy()
           
 

Uses of Copiable in org.squashtest.csp.tm.domain.requirement
 

Classes in org.squashtest.csp.tm.domain.requirement that implement Copiable
 class Requirement
          Entity requirement Note that much of its setters will throw an IllegalRequirementModificationException if a modification is attempted while the status does not allow it.
 class RequirementFolder
           
 class RequirementLibraryNode<RESOURCE extends Resource>
           
 

Uses of Copiable in org.squashtest.csp.tm.domain.testcase
 

Classes in org.squashtest.csp.tm.domain.testcase that implement Copiable
 class TestCase
           
 class TestCaseFolder
           
 class TestCaseLibraryNode
          An organizational element ot the TestCaseLibrary
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.