@Component public class CRLNDeletionHandler extends Object implements TreeLibraryNodeDeletionHandler<org.squashtest.tm.domain.customreport.CustomReportLibraryNode>
| Constructor and Description |
|---|
CRLNDeletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
deleteNodes(List<Long> targetIds)
For customReport workspace v1 all descendant nodes are suppressed.
|
List<SuppressionPreviewReport> |
simulateDeletion(List<Long> targetIds)
For customReport workspace v1 all descendant nodes are suppressed.
|
public List<SuppressionPreviewReport> simulateDeletion(List<Long> targetIds)
simulateDeletion in interface TreeLibraryNodeDeletionHandler<org.squashtest.tm.domain.customreport.CustomReportLibraryNode>targetIds - the ids of the input node.public OperationReport deleteNodes(List<Long> targetIds)
deleteNodes in interface TreeLibraryNodeDeletionHandler<org.squashtest.tm.domain.customreport.CustomReportLibraryNode>targetIds - the list of node ids selected by the user.Copyright © 2010–2017 Henix, henix.fr. All rights reserved.