Class FindCommentById

java.lang.Object
com.flowable.platform.engine.impl.cmd.FindCommentById
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Comment>

public class FindCommentById extends Object implements org.flowable.common.engine.impl.interceptor.Command<Comment>
  • Field Details

  • Constructor Details

    • FindCommentById

      public FindCommentById(String id)
  • Method Details

    • execute

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