Class ConversationQueryProperty
- java.lang.Object
-
- com.flowable.engage.engine.impl.conversation.ConversationQueryProperty
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class ConversationQueryProperty extends Object implements QueryProperty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ConversationQueryPropertyCREATION_TIMEstatic ConversationQueryPropertyLAST_MESSAGE_TIMEstatic ConversationQueryPropertyUPDATE_TIME
-
Constructor Summary
Constructors Constructor Description ConversationQueryProperty(String name)
-
-
-
Field Detail
-
CREATION_TIME
public static final ConversationQueryProperty CREATION_TIME
-
UPDATE_TIME
public static final ConversationQueryProperty UPDATE_TIME
-
LAST_MESSAGE_TIME
public static final ConversationQueryProperty LAST_MESSAGE_TIME
-
-
Constructor Detail
-
ConversationQueryProperty
public ConversationQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
-