public class ProductChecksService extends java.lang.Object implements IProductChecks
Modifier and Type | Class and Description |
---|---|
static class |
ProductChecksService.Facto |
Constructor and Description |
---|
ProductChecksService(BmContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
availableChecks()
Returns the list of executed check names.
|
TaskRef |
check(java.lang.String checkName)
Starts asynchronously a product check with the given name.
|
CheckResult |
lastResult(java.lang.String checkName)
Returns the result of the last execution of a given check
|
public ProductChecksService(BmContext context)
public java.util.Set<java.lang.String> availableChecks()
IProductChecks
availableChecks
in interface IProductChecks
public CheckResult lastResult(java.lang.String checkName)
IProductChecks
lastResult
in interface IProductChecks
public TaskRef check(java.lang.String checkName)
IProductChecks
check
in interface IProductChecks
checkName
- the name of the product check to startCopyright © 2021. All Rights Reserved.