@Entity public class TestCaseLibrary extends GenericLibrary<TestCaseLibraryNode>
| Constructor and Description |
|---|
TestCaseLibrary() |
| Modifier and Type | Method and Description |
|---|---|
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
|
Set<TestCaseLibraryPluginBinding> |
getAllPluginBindings() |
String |
getClassName() |
String |
getClassSimpleName() |
List<TestCaseLibraryNode> |
getContent() |
Set<String> |
getEnabledPlugins() |
Long |
getId() |
Collection<TestCaseLibraryNode> |
getOrderedContent()
Will return the ordered (if order there is) content nodes.
|
TestCaseLibraryPluginBinding |
getPluginBinding(String pluginId) |
GenericProject |
getProject()
A node container can be a library.
|
List<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) |
addContent, addContent, getAttachmentList, getContentNames, getLibrary, isContentNameAvailablepublic List<TestCaseLibraryNode> getRootContent()
public List<TestCaseLibraryNode> getContent()
public Long getId()
public GenericProject getProject()
NodeContainernull.public void notifyAssociatedWithProject(GenericProject p)
public void removeContent(TestCaseLibraryNode node)
public Set<String> getEnabledPlugins()
public Set<TestCaseLibraryPluginBinding> getAllPluginBindings()
public void enablePlugin(String pluginId)
PluginReferencerpublic void disablePlugin(String pluginId)
PluginReferencerpublic TestCaseLibraryPluginBinding getPluginBinding(String pluginId)
public boolean isPluginEnabled(String pluginId)
PluginReferencerpublic String getClassSimpleName()
public String getClassName()
public boolean hasContent()
public void accept(NodeContainerVisitor visitor)
public Collection<TestCaseLibraryNode> getOrderedContent()
NodeContainerCopyright © 2010–2016 Henix, henix.fr. All rights reserved.