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