Class GetTaskEventsCmd

java.lang.Object
org.operaton.bpm.engine.impl.cmd.GetTaskEventsCmd
All Implemented Interfaces:
Command<List<Event>>

@Deprecated(since="1.1", forRemoval=true) public class GetTaskEventsCmd extends Object implements Command<List<Event>>
Deprecated, for removal: This API element is subject to removal in a future version.
Event will be removed in a future version. With it, this class has to be removed as well.
Author:
Tom Baeyens
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(CommandContext commandContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • taskId

      protected String taskId
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GetTaskEventsCmd

      public GetTaskEventsCmd(String taskId)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details