Class ConversationStarterHelperImpl
java.lang.Object
com.flowable.engage.engine.impl.conversation.ConversationStarterHelperImpl
- All Implemented Interfaces:
ConversationStarterHelper
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluateJoiningType(String type, String joiningType) Method to evaluate the joining type of a conversationprotected StringevaluateJoiningTypeForConversation(String requestedJoiningType) protected StringevaluateJoiningTypeForTopicOrGroup(String requestedJoiningType) evaluatePermissionType(String type) Method to evaluate the permission type based on the provided sub type
-
Constructor Details
-
ConversationStarterHelperImpl
public ConversationStarterHelperImpl()
-
-
Method Details
-
evaluatePermissionType
Description copied from interface:ConversationStarterHelperMethod to evaluate the permission type based on the provided sub type- Specified by:
evaluatePermissionTypein interfaceConversationStarterHelper- Parameters:
type- the sub type for which the permission type needs to be evaluated- Returns:
- the evaluated permission type
-
evaluateJoiningType
Description copied from interface:ConversationStarterHelperMethod to evaluate the joining type of a conversation- Specified by:
evaluateJoiningTypein interfaceConversationStarterHelper- Parameters:
type- the sub type of the conversationjoiningType- the optional requested joining type- Returns:
- the evaluted joining type
-
evaluateJoiningTypeForConversation
-
evaluateJoiningTypeForTopicOrGroup
-