Interface DeletePreprocessor
-
- All Known Implementing Classes:
RnCDeletePreprocessor
public interface DeletePreprocessor
Handler for delete pre-processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preprocess(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 FormsMgrException
Invoked before deleting the asset.- Parameters:
session
- jcr session object.assetPath
- path of the asset being deleted.params
- map of additional params.- Throws:
FormsMgrException
-
-