Package org.activiti.engine.impl.cmd
Class GetTaskCommentsByTypeCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTaskCommentsCmd
-
- org.activiti.engine.impl.cmd.GetTaskCommentsByTypeCmd
-
public class GetTaskCommentsByTypeCmd extends GetTaskCommentsCmd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtype-
Fields inherited from class org.activiti.engine.impl.cmd.GetTaskCommentsCmd
taskId
-
-
Constructor Summary
Constructors Constructor Description GetTaskCommentsByTypeCmd(java.lang.String taskId, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Comment>execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public java.util.List<Comment> execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<java.util.List<Comment>>- Overrides:
executein classGetTaskCommentsCmd
-
-