Package org.activiti.engine.impl.cmd
Class GetProcessInstanceCommentsCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetProcessInstanceCommentsCmd
-
- All Implemented Interfaces:
Serializable,Command<List<Comment>>
public class GetProcessInstanceCommentsCmd extends Object implements Command<List<Comment>>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessInstanceIdprotected Stringtype
-
Constructor Summary
Constructors Constructor Description GetProcessInstanceCommentsCmd(String processInstanceId)GetProcessInstanceCommentsCmd(String processInstanceId, String type)
-