|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface ExecutionModificationService
| Method Summary | |
|---|---|
void |
deleteExecution(Execution execution)
that method should delete the execution. |
Execution |
findAndInitExecution(Long executionId)
|
Execution |
findExecution(Long executionId)
|
int |
findExecutionRank(Long executionId)
|
List<ExecutionStep> |
getExecutionSteps(Long executionId)
Steps methods |
FilteredCollectionHolder<List<ExecutionStep>> |
getExecutionSteps(long executionId,
CollectionFilter filter)
|
void |
setExecutionDescription(Long executionId,
String description)
|
void |
setExecutionStepComment(Long executionStepId,
String comment)
|
List<SuppressionPreviewReport> |
simulateExecutionDeletion(Long execId)
that method should investigate the consequences of the deletion of the given executions, and return a report about what will happen. |
| Method Detail |
|---|
Execution findExecution(Long executionId)
Execution findAndInitExecution(Long executionId)
void setExecutionDescription(Long executionId,
String description)
List<ExecutionStep> getExecutionSteps(Long executionId)
FilteredCollectionHolder<List<ExecutionStep>> getExecutionSteps(long executionId,
CollectionFilter filter)
int findExecutionRank(Long executionId)
void setExecutionStepComment(Long executionStepId,
String comment)
List<SuppressionPreviewReport> simulateExecutionDeletion(Long execId)
targetIds -
void deleteExecution(Execution execution)
targetIds -
RuntimeException - if the execution should not be deleted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||