Class RnCPublishPreprocessor
- java.lang.Object
-
- com.adobe.aem.formsndocuments.rnc.RnCPublishPreprocessor
-
- All Implemented Interfaces:
PublishPreprocessor
@Service(PublishPreprocessor.class) public class RnCPublishPreprocessor extends java.lang.Object implements PublishPreprocessor
Service for the Pre publish logic to clean up any undergoing review on the asset.
-
-
Constructor Summary
Constructors Constructor Description RnCPublishPreprocessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
preprocess(javax.jcr.Session userSession, java.lang.String assetPath, java.util.Map params)
Closes any undergoing review on asset, before publishing.
-
-
-
Method Detail
-
preprocess
public void preprocess(javax.jcr.Session userSession, java.lang.String assetPath, java.util.Map params)
Closes any undergoing review on asset, before publishing.- Specified by:
preprocess
in interfacePublishPreprocessor
assetPath
- path of the asset being published.params
- map of additional params.
-
-