Uses of Enum Class
com.flowable.engage.engine.impl.dto.MessageFlag
Packages that use MessageFlag
-
Uses of MessageFlag in com.flowable.engage.engine.impl.dto
Fields in com.flowable.engage.engine.impl.dto with type parameters of type MessageFlagMethods in com.flowable.engage.engine.impl.dto that return MessageFlagModifier and TypeMethodDescriptionstatic MessageFlag
Returns the enum constant of this class with the specified name.static MessageFlag[]
MessageFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowable.engage.engine.impl.dto that return types with arguments of type MessageFlagModifier and TypeMethodDescriptionMessageDTO.getFlags()
protected Set<MessageFlag>
MessageDTO.toFlags
(com.fasterxml.jackson.databind.JsonNode jsonNode) Method parameters in com.flowable.engage.engine.impl.dto with type arguments of type MessageFlagConstructor parameters in com.flowable.engage.engine.impl.dto with type arguments of type MessageFlagModifierConstructorDescriptionMessageDTO
(String id, String conversationId, String sourceId, String userId, Date createdAt, Date editedAt, ContentDTO content, List<String> tags, Set<MessageFlag> flags)