Class FindMessageByIdWithMessageAuditsCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.FindMessageByIdWithMessageAuditsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Message>

public class FindMessageByIdWithMessageAuditsCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<Message>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String messageId  
  • Constructor Summary

    Constructors 
    Constructor Description
    FindMessageByIdWithMessageAuditsCmd​(java.lang.String messageId)  
  • Method Summary

    Modifier and Type Method Description
    Message execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • messageId

      protected final java.lang.String messageId
  • Constructor Details

  • Method Details

    • execute

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