Package org.activiti.engine.impl.cmd
Class GetTaskCommentsByTypeCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTaskCommentsCmd
-
- org.activiti.engine.impl.cmd.GetTaskCommentsByTypeCmd
-
- All Implemented Interfaces:
Serializable,Command<List<Comment>>
public class GetTaskCommentsByTypeCmd extends GetTaskCommentsCmd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtype-
Fields inherited from class org.activiti.engine.impl.cmd.GetTaskCommentsCmd
taskId
-
-
Constructor Summary
Constructors Constructor Description GetTaskCommentsByTypeCmd(String taskId, String type)
-
-
-
Field Detail
-
type
protected String type
-
-
Method Detail
-
execute
public List<Comment> execute(CommandContext commandContext)
-
-