public class StreamConfigurationRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<StreamConfigurationModel>
| Constructor and Description |
|---|
StreamConfigurationRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(StreamConfigurationModel model,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setModelService(ModelService modelService) |
void |
setTaskService(TaskService taskService) |
public StreamConfigurationRemoveInterceptor()
public void onRemove(StreamConfigurationModel model, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<StreamConfigurationModel>model - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorpublic void setModelService(ModelService modelService)
public void setTaskService(TaskService taskService)
Copyright © 2018 SAP SE. All Rights Reserved.