Class CheckUpdateConversationAvatarCommand

All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Optional<String>>

public class CheckUpdateConversationAvatarCommand extends AbstractConversationPermissionCommand implements org.flowable.common.engine.impl.interceptor.Command<Optional<String>>
  • Field Details

    • ALLOWED_CONVERSATION_TYPES

      protected final Set<String> ALLOWED_CONVERSATION_TYPES
    • conversationId

      protected String conversationId
  • Constructor Details

  • Method Details

    • execute

      public Optional<String> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Optional<String>>