| Package | Description |
|---|---|
| org.squashtest.tm.domain.requirement |
| Modifier and Type | Class and Description |
|---|---|
class |
Requirement
Entity requirement
Note that much of its setters will throw an IllegalRequirementModificationException if a modification is attempted
while the status does not allow it.
|
class |
RequirementFolder |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<RequirementLibraryNode<?>,QRequirementLibraryNode> |
QRequirementFolder.content |
com.querydsl.core.types.dsl.ListPath<RequirementLibraryNode<?>,QRequirementLibraryNode> |
QRequirementLibrary.rootContent |
| Modifier and Type | Method and Description |
|---|---|
List<RequirementLibraryNode> |
RequirementFolder.getContent() |
List<RequirementLibraryNode> |
RequirementLibrary.getContent() |
Collection<RequirementLibraryNode> |
RequirementFolder.getOrderedContent() |
Collection<RequirementLibraryNode> |
RequirementLibrary.getOrderedContent() |
List<RequirementLibraryNode> |
RequirementLibrary.getRootContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementFolder.addContent(RequirementLibraryNode node) |
void |
RequirementFolder.addContent(RequirementLibraryNode node,
int position) |
void |
RequirementFolder.removeContent(RequirementLibraryNode contentToRemove) |
void |
RequirementLibrary.removeContent(RequirementLibraryNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<Requirement> |
RequirementExtractor.extract(List<? extends RequirementLibraryNode> nodes)
will go through the given nodes to return a list of the requirement ones (not folder).
|
| Constructor and Description |
|---|
QRequirementLibraryNode(Class<? extends RequirementLibraryNode<? extends Resource>> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QRequirementLibraryNode(com.querydsl.core.types.Path<? extends RequirementLibraryNode> path) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.