Class SendDownloadAssetEmailProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Property(name="service.description",value="Send download asset email notification.") @Property(name="process.label",value="Send Download Asset Email Notification")
    public class SendDownloadAssetEmailProcess
    extends AbstractAssetWorkflowProcess
    The SendDownloadAssetEmailProcess will send download asset email.
    • Constructor Detail

      • SendDownloadAssetEmailProcess

        public SendDownloadAssetEmailProcess()
    • Method Detail

      • loadTemplate

        @Deprecated
        public java.lang.String loadTemplate​(javax.jcr.Session session,
                                             java.lang.String path)
        Deprecated.
        since 6.4. Reading content of email-templates given template-absolute-paths is not supported.
        Loads the mail templates from the repository.
        Parameters:
        path - mail templates root path
        session - session
        Returns:
        a reader to the template or null if not valid.