RuleResults.Update Interface
Implements
public static interface RuleResults.Update
extends WithLatestScan, WithResults, WithDatabaseName
The template for RuleResults update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Rule |
apply()
Executes the update request. |
|
abstract
Rule |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract RuleResults apply()
Executes the update request.
Returns:
apply
public abstract RuleResults apply(Context context)
Executes the update request.
Parameters:
Returns: