Uses of Interface
org.squashtest.csp.tm.domain.attachment.AttachmentHolder

Packages that use AttachmentHolder
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.execution   
org.squashtest.csp.tm.domain.library   
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.domain.requirement   
org.squashtest.csp.tm.domain.resource   
org.squashtest.csp.tm.domain.testcase   
 

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

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

Uses of AttachmentHolder in org.squashtest.csp.tm.domain.execution
 

Classes in org.squashtest.csp.tm.domain.execution that implement AttachmentHolder
 class Execution
           
 class ExecutionStep
           
 

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

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

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

Uses of AttachmentHolder in org.squashtest.csp.tm.domain.project
 

Classes in org.squashtest.csp.tm.domain.project that implement AttachmentHolder
 class GenericLibrary<NODE extends LibraryNode>
          Abstract superclass of Library implementations based on generics.
 class GenericProject
          GenericProject is the superclass of Project and ProjectTemplate.
 class Project
           
 class ProjectTemplate
          A Project template, which can hold no nodes but will be used to build "real" projects
 

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

Classes in org.squashtest.csp.tm.domain.requirement that implement AttachmentHolder
 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 RequirementLibrary
           
 class RequirementLibraryNode<RESOURCE extends Resource>
           
 class RequirementVersion
          Represents a version of a requirement.
 

Uses of AttachmentHolder in org.squashtest.csp.tm.domain.resource
 

Classes in org.squashtest.csp.tm.domain.resource that implement AttachmentHolder
 class Resource
          A Resource is the actual "things" which are organized in a library tree.
 class SimpleResource
          A simple resource, with no extra attributes.
 

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

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



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