public class RulePrepareInterceptor extends java.lang.Object implements PrepareInterceptor<AbstractRuleModel>
| Constructor and Description |
|---|
RulePrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateUuid(AbstractRuleModel model,
InterceptorContext context) |
void |
onPrepare(AbstractRuleModel model,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
public void onPrepare(AbstractRuleModel model, InterceptorContext context)
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<AbstractRuleModel>model - the model which values has to be preparedcontext - the InterceptorContextprotected void generateUuid(AbstractRuleModel model, InterceptorContext context)
Copyright © 2018 SAP SE. All Rights Reserved.