|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.tm.domain.project.GenericLibrary<TestCaseLibraryNode>
org.squashtest.tm.domain.testcase.TestCaseLibrary
@Entity public class TestCaseLibrary
| Constructor Summary | |
|---|---|
TestCaseLibrary()
|
|
| Method Summary | |
|---|---|
void |
accept(NodeContainerVisitor visitor)
|
void |
disablePlugin(String pluginId)
tells this instance that the plugin referenced by pluginId is now disabled |
void |
enablePlugin(String pluginId)
tells this instance that the plugin referenced by pluginId is now enabled |
String |
getClassName()
|
String |
getClassSimpleName()
|
Set<TestCaseLibraryNode> |
getContent()
|
Set<String> |
getEnabledPlugins()
|
Long |
getId()
|
Collection<TestCaseLibraryNode> |
getOrderedContent()
Will return the ordered (if order there is) content nodes. |
GenericProject |
getProject()
A node container can be a library. |
Set<TestCaseLibraryNode> |
getRootContent()
|
boolean |
hasContent()
|
boolean |
isPluginEnabled(String pluginId)
tells whether the given plugin is enabled for this instance. |
void |
notifyAssociatedWithProject(GenericProject p)
|
void |
removeContent(TestCaseLibraryNode node)
|
| Methods inherited from class org.squashtest.tm.domain.project.GenericLibrary |
|---|
addContent, getAttachmentList, getContentNames, getLibrary, isContentNameAvailable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCaseLibrary()
| Method Detail |
|---|
public Set<TestCaseLibraryNode> getRootContent()
public Set<TestCaseLibraryNode> getContent()
public Long getId()
public GenericProject getProject()
NodeContainer
null.public void notifyAssociatedWithProject(GenericProject p)
public void removeContent(TestCaseLibraryNode node)
public Set<String> getEnabledPlugins()
public void enablePlugin(String pluginId)
PluginReferencer
public void disablePlugin(String pluginId)
PluginReferencer
public boolean isPluginEnabled(String pluginId)
PluginReferencer
public String getClassSimpleName()
public String getClassName()
public boolean hasContent()
public void accept(NodeContainerVisitor visitor)
public Collection<TestCaseLibraryNode> getOrderedContent()
NodeContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||