Uses of Interface
org.squashtest.tm.domain.Identified

Packages that use Identified
org.squashtest.tm.domain   
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.customfield   
org.squashtest.tm.domain.execution   
org.squashtest.tm.domain.library   
org.squashtest.tm.domain.project   
org.squashtest.tm.domain.requirement   
org.squashtest.tm.domain.resource   
org.squashtest.tm.domain.testcase   
 

Uses of Identified in org.squashtest.tm.domain
 

Methods in org.squashtest.tm.domain with type parameters of type Identified
static
<T extends Collection<? extends Identified>>
List<Long>
IdentifiedUtil.extractIds(T identifieds)
           
 

Methods in org.squashtest.tm.domain with parameters of type Identified
 int IdentifiersOrderComparator.compare(Identified o1, Identified o2)
           
 int IdentifiedComparator.compare(Identified o1, Identified o2)
           
 

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

Classes in org.squashtest.tm.domain.campaign that implement Identified
 class Campaign
           
 class CampaignFolder
           
 class CampaignLibrary
           
 class CampaignLibraryNode
           
 class Iteration
           
 class IterationTestPlanItem
           
 class TestSuite
           
 

Uses of Identified in org.squashtest.tm.domain.customfield
 

Classes in org.squashtest.tm.domain.customfield that implement Identified
 class CustomFieldValue
           
 

Uses of Identified in org.squashtest.tm.domain.execution
 

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

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

Subinterfaces of Identified in org.squashtest.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.
 interface NodeContainer<NODE extends TreeNode>
          Interface for an object which contains tree node objects.
 

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

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

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

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

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

Classes in org.squashtest.tm.domain.testcase that implement Identified
 class Dataset
           
 class DatasetParamValue
           
 class Parameter
           
 class RequirementVersionCoverage
          Entity representing a The coverage of a RequirementVersion by a TestCase.
 class TestCase
           
 class TestCaseFolder
           
 class TestCaseLibrary
           
 class TestCaseLibraryNode
          An organizational element ot the TestCaseLibrary
 



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