org.squashtest.csp.tm.service
Interface TestCaseLibraryFinderService

All Known Subinterfaces:
TestCaseLibraryNavigationService
All Known Implementing Classes:
TestCaseLibraryNavigationServiceImpl

public interface TestCaseLibraryFinderService

Author:
Gregory

Method Summary
 List<TestCaseLibrary> findLinkableTestCaseLibraries()
          Returns the collection of TestCaseLibrarys which TestCases can be linked by a TestCase via a CallTestStep
 String getPathAsString(long entityId)
          Returns the path of a TestCaseLibraryNode given its id.
 

Method Detail

findLinkableTestCaseLibraries

List<TestCaseLibrary> findLinkableTestCaseLibraries()
Returns the collection of TestCaseLibrarys which TestCases can be linked by a TestCase via a CallTestStep

Returns:

getPathAsString

String getPathAsString(long entityId)
Returns the path of a TestCaseLibraryNode given its id. The format is standard, beginning with /<project-name>

Parameters:
entityId - the id of the node.
Returns:
the path of that node.


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