Uses of Interface
com.flowable.engage.message.api.ConversationStatus
-
Uses of ConversationStatus in com.flowable.engage.engine.impl.conversation
Methods in com.flowable.engage.engine.impl.conversation that return types with arguments of type ConversationStatus Modifier and Type Method Description java.util.List<ConversationStatus>
ConversationStatusQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ConversationStatus in com.flowable.engage.engine.impl.persistence.entity
Subinterfaces of ConversationStatus in com.flowable.engage.engine.impl.persistence.entity Modifier and Type Interface Description interface
ConversationStatusEntity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationStatus Modifier and Type Class Description class
ConversationStatusEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ConversationStatus Modifier and Type Method Description java.util.List<ConversationStatus>
ConversationStatusEntityManager. findByCriteria(ConversationStatusQuery query)
java.util.List<ConversationStatus>
ConversationStatusEntityManagerImpl. findByCriteria(ConversationStatusQuery query)
-
Uses of ConversationStatus in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type ConversationStatus Modifier and Type Method Description java.util.List<ConversationStatus>
ConversationStatusDataManager. findByCriteria(ConversationStatusQueryImpl query)
-
Uses of ConversationStatus in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ConversationStatus Modifier and Type Method Description java.util.List<ConversationStatus>
MybatisConversationStatusDataManager. findByCriteria(ConversationStatusQueryImpl query)
-
Uses of ConversationStatus in com.flowable.engage.rest.service.api.mapper.conversation
Methods in com.flowable.engage.rest.service.api.mapper.conversation with parameters of type ConversationStatus Modifier and Type Method Description protected UserLastReadStatusDto
ConversationStatusMapperImpl. conversationStatusToUserLastReadStatusDto(ConversationStatus conversationStatus)
Method parameters in com.flowable.engage.rest.service.api.mapper.conversation with type arguments of type ConversationStatus Modifier and Type Method Description protected java.util.List<UserLastReadStatusDto>
ConversationStatusMapperImpl. conversationStatusCollectionToUserLastReadStatusDtoList(java.util.Collection<ConversationStatus> collection)
ConversationLastReadStatusResponse
ConversationStatusMapper. map(java.lang.String conversationId, java.util.Collection<ConversationStatus> conversationStatuses)
ConversationLastReadStatusResponse
ConversationStatusMapperImpl. map(java.lang.String conversationId, java.util.Collection<ConversationStatus> conversationStatuses)