Class FindCommentById
java.lang.Object
com.flowable.platform.engine.impl.cmd.FindCommentById
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Comment>
public class FindCommentById extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<Comment>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
-
Constructor Summary
Constructors Constructor Description FindCommentById(java.lang.String id)
-
Method Summary
-
Field Details
-
id
protected java.lang.String id
-
-
Constructor Details
-
FindCommentById
public FindCommentById(java.lang.String id)
-
-
Method Details