Class EngageEntityLinkUtil

java.lang.Object
com.flowable.engage.engine.impl.util.EngageEntityLinkUtil

public class EngageEntityLinkUtil extends Object
Author:
Filip Hrisafov
  • Constructor Details

    • EngageEntityLinkUtil

      public EngageEntityLinkUtil()
  • Method Details

    • findConversationUserEntityLink

      public static EntityLink findConversationUserEntityLink(String conversationId, String userId, String linkType, EntityLinkService entityLinkService)
    • createConversationUserEntityLink

      public static boolean createConversationUserEntityLink(String conversationId, String userId, String linkType, EntityLinkService entityLinkService)
      Returns:
      true if a new link was created, false otherwise