Package org.flowable.engine.impl.cmd
Class GetProcessInstanceCommentsCmd
java.lang.Object
org.flowable.engine.impl.cmd.GetProcessInstanceCommentsCmd
- All Implemented Interfaces:
Serializable,Command<List<Comment>>
public class GetProcessInstanceCommentsCmd
extends Object
implements Command<List<Comment>>, Serializable
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetProcessInstanceCommentsCmd(String processInstanceId) GetProcessInstanceCommentsCmd(String processInstanceId, String type) -
Method Summary