Interface ConversationStatusQuery

All Superinterfaces:
org.flowable.common.engine.api.query.Query<ConversationStatusQuery,​ConversationStatus>
All Known Implementing Classes:
ConversationStatusQueryImpl

public interface ConversationStatusQuery
extends org.flowable.common.engine.api.query.Query<ConversationStatusQuery,​ConversationStatus>
Author:
Filip Hrisafov
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query

    org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
  • Method Summary

    Modifier and Type Method Description
    ConversationStatusQuery conversationId​(java.lang.String conversationId)
    Query all conversation statuses for the given conversation id.
    ConversationStatusQuery filterId​(java.lang.String filterId)
    Query all conversation statuses for the given filter id.
    ConversationStatusQuery userId​(java.lang.String userId)
    Query all conversation statuses for the given user id.
    ConversationStatusQuery withoutFilter()
    Query all conversation statuses that have no filter.

    Methods inherited from interface org.flowable.common.engine.api.query.Query

    asc, count, desc, list, listPage, orderBy, orderBy, singleResult
  • Method Details

    • conversationId

      ConversationStatusQuery conversationId​(java.lang.String conversationId)
      Query all conversation statuses for the given conversation id.
      Parameters:
      conversationId - the id of the conversation for which the statuses are needed
    • filterId

      ConversationStatusQuery filterId​(java.lang.String filterId)
      Query all conversation statuses for the given filter id.
      Parameters:
      filterId - the id of the filter for which the statuses are needed
    • withoutFilter

      ConversationStatusQuery withoutFilter()
      Query all conversation statuses that have no filter.
    • userId

      ConversationStatusQuery userId​(java.lang.String userId)
      Query all conversation statuses for the given user id.
      Parameters:
      userId - the id of the user for which the statuses are needed