public interface ConversationStatusQuery extends org.flowable.common.engine.api.query.Query<ConversationStatusQuery,ConversationStatus>
| Modifier and Type | Method and Description | 
|---|---|
| ConversationStatusQuery | conversationId(String conversationId)Query all conversation statuses for the given conversation id. | 
| ConversationStatusQuery | filterId(String filterId)Query all conversation statuses for the given filter id. | 
| ConversationStatusQuery | userId(String userId)Query all conversation statuses for the given user id. | 
| ConversationStatusQuery | withoutFilter()Query all conversation statuses that have no filter. | 
ConversationStatusQuery conversationId(String conversationId)
conversationId - the id of the conversation for which the statuses are neededConversationStatusQuery filterId(String filterId)
filterId - the id of the filter for which the statuses are neededConversationStatusQuery withoutFilter()
ConversationStatusQuery userId(String userId)
userId - the id of the user for which the statuses are neededCopyright © 2019. All rights reserved.