public interface PruneCheckingDAO
Modifier and Type | Method and Description |
---|---|
Integer |
getAmountOfPotentiallyDeletedLogs(double pruneAfter)
Get amount of logs that would be deleted that don't belong to a workflow execution
|
Integer |
getAmountOfPotentiallyDeletedWorkflowLogs(double pruneAfter,
List<WorkflowExecution> deletedWorkflowExecutions)
Get amount of logs that would be deleted that belong to passed workflow executions
|
List<WorkflowExecution> |
getPotentiallyDeletedWorkflows(double pruneAfter)
Get workflow executions that would be deleted if settings were changed to a given value
|
List<WorkflowExecution> getPotentiallyDeletedWorkflows(double pruneAfter)
pruneAfter
- new settingsInteger getAmountOfPotentiallyDeletedLogs(double pruneAfter)
pruneAfter
- new settingsInteger getAmountOfPotentiallyDeletedWorkflowLogs(double pruneAfter, List<WorkflowExecution> deletedWorkflowExecutions)
pruneAfter
- new settingsdeletedWorkflowExecutions
- potentially deleted workflow executionsCopyright © 2020. All rights reserved.