Class EngageEntityLinkUtil
java.lang.Object
com.flowable.engage.engine.impl.util.EngageEntityLinkUtil
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancreateConversationUserEntityLink(String conversationId, String userId, String linkType, org.flowable.entitylink.api.EntityLinkService entityLinkService) static org.flowable.entitylink.api.EntityLinkfindConversationUserEntityLink(String conversationId, String userId, String linkType, org.flowable.entitylink.api.EntityLinkService entityLinkService) static List<org.flowable.entitylink.api.EntityLink> findConversationUserEntityLinks(String conversationId, String userId, org.flowable.entitylink.api.EntityLinkService entityLinkService) static List<org.flowable.entitylink.api.EntityLink> findConversationUserEntityLinks(String conversationId, org.flowable.entitylink.api.EntityLinkService entityLinkService)
-
Constructor Details
-
EngageEntityLinkUtil
public EngageEntityLinkUtil()
-
-
Method Details
-
findConversationUserEntityLink
-
findConversationUserEntityLinks
-
findConversationUserEntityLinks
-
createConversationUserEntityLink
public static boolean createConversationUserEntityLink(String conversationId, String userId, String linkType, org.flowable.entitylink.api.EntityLinkService entityLinkService) - Returns:
trueif a new link was created,falseotherwise
-