Uses of Interface
org.squashtest.tm.domain.library.LibraryNode

Packages that use LibraryNode
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.library   
org.squashtest.tm.domain.project   
org.squashtest.tm.domain.requirement   
org.squashtest.tm.domain.testcase   
 

Uses of LibraryNode in org.squashtest.tm.domain.campaign
 

Classes in org.squashtest.tm.domain.campaign that implement LibraryNode
 class Campaign
           
 class CampaignFolder
           
 class CampaignLibraryNode
           
 

Uses of LibraryNode in org.squashtest.tm.domain.library
 

Classes in org.squashtest.tm.domain.library with type parameters of type LibraryNode
 interface Folder<NODE extends LibraryNode>
          Interface of a Library folder.
 class FolderSupport<NODE extends LibraryNode,FOLDER extends Folder<NODE>>
          This class is meant to be used as a delegate when one implements a Folder.
 interface Library<NODE extends LibraryNode>
          Interface for project libraries;
 

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

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

Methods in org.squashtest.tm.domain.library with parameters of type LibraryNode
static String LibraryNodeUtils.toString(LibraryNode node)
           
 

Constructors in org.squashtest.tm.domain.library with parameters of type LibraryNode
ExportData(LibraryNode node, Folder folder)
           
 

Uses of LibraryNode in org.squashtest.tm.domain.project
 

Classes in org.squashtest.tm.domain.project with type parameters of type LibraryNode
 class GenericLibrary<NODE extends LibraryNode>
          Abstract superclass of Library implementations based on generics.
 

Uses of LibraryNode in org.squashtest.tm.domain.requirement
 

Classes in org.squashtest.tm.domain.requirement that implement LibraryNode
 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 LibraryNode in org.squashtest.tm.domain.testcase
 

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



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