Package org.operaton.bpm.engine.impl.cmd
Class GetTaskEventsCmd
java.lang.Object
org.operaton.bpm.engine.impl.cmd.GetTaskEventsCmd
@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 -
Constructor Summary
ConstructorsConstructorDescriptionGetTaskEventsCmd(String taskId) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
taskId
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
GetTaskEventsCmd
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details