public interface RuleActionMetadataHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(T processingContext,
String metadataValue)
Handle metadata value on rule action.
|
void |
undoHandle(T processingContext)
Handle metadata value on rule action undo.
|
void handle(T processingContext, String metadataValue)
processingContext - data to process for the metadata valuemetadataValue - void undoHandle(T processingContext)
processingContext - Copyright © 2017 SAP SE. All Rights Reserved.