Package org.activiti.engine.impl.cmd
Class GetTypeCommentsCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetTypeCommentsCmd
-
public class GetTypeCommentsCmd extends java.lang.Object implements Command<java.util.List<Comment>>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description GetTypeCommentsCmd(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)
-
-