public interface WorkspaceService<LIBRARY extends org.squashtest.tm.domain.library.Library<? extends org.squashtest.tm.domain.library.LibraryNode>>
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.