public class TriggerPrepareInterceptor extends java.lang.Object implements PrepareInterceptor<TriggerModel>
TriggerModel. Takes care of creating proper TriggerTaskModel if necessary.
INACTIVE for now! Try to enable it if Trigger creation is ready to be persisted without jalo.| Constructor and Description |
|---|
TriggerPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(TriggerModel model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setModelService(ModelService modelService) |
public void onPrepare(TriggerModel model, InterceptorContext ctx) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<TriggerModel>model - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationpublic void setModelService(ModelService modelService)
Copyright © 2018 SAP SE. All Rights Reserved.