Class CheckDropParticipantFromConversationCommand

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

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

    • conversationId

      protected String conversationId
    • droppedParticipantUserId

      protected String droppedParticipantUserId
  • 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>>