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 ConversationQueryProperty
CREATION_TIME
static ConversationQueryProperty
LAST_MESSAGE_TIME
static ConversationQueryProperty
UPDATE_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:
getName
in interfaceQueryProperty
-
-