Package org.activiti.engine.impl.cmd
Class GetCommentCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetCommentCmd
-
public class GetCommentCmd extends java.lang.Object implements Command<Comment>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcommentId
-
Constructor Summary
Constructors Constructor Description GetCommentCmd(java.lang.String commentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Commentexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Comment execute(CommandContext commandContext)
-
-