public class DroolsKIEBasePrepareInterceptor extends Object implements PrepareInterceptor<DroolsKIEBaseModel>
| Constructor and Description |
|---|
DroolsKIEBasePrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleVersioningService |
getModuleVersioningService() |
void |
onPrepare(DroolsKIEBaseModel base,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
void |
setModuleVersioningService(ModuleVersioningService moduleVersioningService) |
public void onPrepare(DroolsKIEBaseModel base, InterceptorContext context) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<DroolsKIEBaseModel>base - the model which values has to be preparedcontext - the InterceptorContextInterceptorException - if an error occured during the preparationprotected ModuleVersioningService getModuleVersioningService()
public void setModuleVersioningService(ModuleVersioningService moduleVersioningService)
Copyright © 2017 SAP SE. All Rights Reserved.