Uses of Class
com.flowable.engage.engine.impl.dto.MessageFlag
-
Packages that use MessageFlag Package Description com.flowable.engage.engine.impl.dto -
-
Uses of MessageFlag in com.flowable.engage.engine.impl.dto
Fields in com.flowable.engage.engine.impl.dto with type parameters of type MessageFlag Modifier and Type Field Description protected Set<MessageFlag>
MessageDTO. flags
Methods in com.flowable.engage.engine.impl.dto that return MessageFlag Modifier and Type Method Description static MessageFlag
MessageFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageFlag[]
MessageFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowable.engage.engine.impl.dto that return types with arguments of type MessageFlag Modifier and Type Method Description Set<MessageFlag>
MessageDTO. 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 MessageFlag Modifier and Type Method Description void
MessageDTO. setFlags(Set<MessageFlag> flags)
Constructor parameters in com.flowable.engage.engine.impl.dto with type arguments of type MessageFlag Constructor Description MessageDTO(String id, String conversationId, String sourceId, String userId, Date createdAt, Date editedAt, ContentDTO content, List<String> tags, Set<MessageFlag> flags)
-