org.squashtest.csp.tm.service
Interface WorkspaceService<LIBRARY extends Library<? extends LibraryNode>>

All Known Implementing Classes:
GenericWorkspaceService

public interface WorkspaceService<LIBRARY extends Library<? extends LibraryNode>>


Method Summary
 List<LIBRARY> findAllEditableLibraries()
          Returns all libraries that the user may edit.
 List<LIBRARY> findAllImportableLibraries()
          Returns all libraries that the user may import to.
 List<LIBRARY> findAllLibraries()
          Returns all the libraries of LIBRARY type.
 

Method Detail

findAllLibraries

List<LIBRARY> findAllLibraries()
Returns all the libraries of LIBRARY type.

Returns:

findAllEditableLibraries

List<LIBRARY> findAllEditableLibraries()
Returns all libraries that the user may edit.

Returns:

findAllImportableLibraries

List<LIBRARY> findAllImportableLibraries()
Returns all libraries that the user may import to.

Returns:


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