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