Interface DeletePreprocessor
-
- All Known Implementing Classes:
RnCDeletePreprocessor
public interface DeletePreprocessorHandler for delete pre-processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreprocess(javax.jcr.Session session, java.lang.String assetPath, java.util.Map params)Invoked before deleting the asset.
-
-
-
Method Detail
-
preprocess
void preprocess(javax.jcr.Session session, java.lang.String assetPath, java.util.Map params) throws FormsMgrExceptionInvoked before deleting the asset.- Parameters:
session- jcr session object.assetPath- path of the asset being deleted.params- map of additional params.- Throws:
FormsMgrException
-
-