Class CommentQueryProperty
java.lang.Object
com.flowable.platform.engine.impl.comment.CommentQueryProperty
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.QueryProperty
public class CommentQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static CommentQueryPropertyCREATED_TIMEprotected java.lang.Stringnamestatic CommentQueryPropertyUPDATED_TIME -
Constructor Summary
Constructors Modifier Constructor Description protectedCommentQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()
-
Field Details
-
UPDATED_TIME
-
CREATED_TIME
-
name
protected java.lang.String name
-
-
Constructor Details
-
CommentQueryProperty
protected CommentQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-