Class FindContentItemsByTaskIdCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.FindContentItemsByTaskIdCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<List<CoreContentItem>>

public class FindContentItemsByTaskIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<CoreContentItem>>, Serializable
See Also:
  • Field Details

    • taskId

      protected String taskId
  • Constructor Details

    • FindContentItemsByTaskIdCmd

      public FindContentItemsByTaskIdCmd(String taskId)
  • Method Details

    • execute

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