|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.tm.domain.project.GenericLibrary<RequirementLibraryNode>
org.squashtest.tm.domain.requirement.RequirementLibrary
@Entity public class RequirementLibrary
| Constructor Summary | |
|---|---|
RequirementLibrary()
|
|
| 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<RequirementLibraryNode> |
getContent()
|
Set<String> |
getEnabledPlugins()
|
Long |
getId()
|
Collection<RequirementLibraryNode> |
getOrderedContent()
Will return the ordered (if order there is) content nodes. |
GenericProject |
getProject()
A node container can be a library. |
Set<RequirementLibraryNode> |
getRootContent()
|
boolean |
hasContent()
|
boolean |
isPluginEnabled(String pluginId)
tells whether the given plugin is enabled for this instance. |
void |
notifyAssociatedWithProject(GenericProject p)
|
void |
removeContent(RequirementLibraryNode node)
|
void |
setId(Long id)
|
| 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 RequirementLibrary()
| Method Detail |
|---|
public void setId(Long id)
public Long getId()
public Set<RequirementLibraryNode> getContent()
public Set<RequirementLibraryNode> getRootContent()
public GenericProject getProject()
NodeContainer
null.public void notifyAssociatedWithProject(GenericProject p)
public void removeContent(RequirementLibraryNode 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<RequirementLibraryNode> getOrderedContent()
NodeContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||