Class UnreadCountPerConversationTemplatePreparer

java.lang.Object
com.flowable.engage.engine.impl.el.UnreadCountPerConversationTemplatePreparer
All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate

public class UnreadCountPerConversationTemplatePreparer
extends java.lang.Object
implements org.flowable.engine.delegate.JavaDelegate
Author:
Filip Hrisafov
  • Constructor Summary

    Constructors 
    Constructor Description
    UnreadCountPerConversationTemplatePreparer​(com.flowable.core.idm.api.PlatformIdentityService platformIdentityService)  
  • Method Summary

    Modifier and Type Method Description
    void execute​(org.flowable.engine.delegate.DelegateExecution delegateExecution)  
    protected java.lang.String getDisplayName​(java.lang.String userId, java.lang.String tenantId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public void execute​(org.flowable.engine.delegate.DelegateExecution delegateExecution)
      Specified by:
      execute in interface org.flowable.engine.delegate.JavaDelegate
    • getDisplayName

      protected java.lang.String getDisplayName​(java.lang.String userId, java.lang.String tenantId)