Class DynamicProcessDefinitionPrepareInterceptor
java.lang.Object
de.hybris.platform.processengine.interceptors.DynamicProcessDefinitionPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<DynamicProcessDefinitionModel>
public class DynamicProcessDefinitionPrepareInterceptor
extends Object
implements PrepareInterceptor<DynamicProcessDefinitionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(DynamicProcessDefinitionModel model, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetXmlProcessDefinitionsReader(XMLProcessDefinitionsReader xmlProcessDefinitionsReader)
-
Constructor Details
-
DynamicProcessDefinitionPrepareInterceptor
public DynamicProcessDefinitionPrepareInterceptor()
-
-
Method Details
-
setXmlProcessDefinitionsReader
-
onPrepare
public void onPrepare(DynamicProcessDefinitionModel model, InterceptorContext ctx) throws InterceptorException Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor<DynamicProcessDefinitionModel>- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-