Uses of Class
com.flowable.engage.engine.impl.dto.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 java.util.Set<MessageFlag>
MessageDTO. flags
Methods in com.flowable.engage.engine.impl.dto that return MessageFlag Modifier and Type Method Description static MessageFlag
MessageFlag. valueOf(java.lang.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 java.util.Set<MessageFlag>
MessageDTO. getFlags()
protected java.util.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(java.util.Set<MessageFlag> flags)
Constructor parameters in com.flowable.engage.engine.impl.dto with type arguments of type MessageFlag Constructor Description MessageDTO(java.lang.String id, java.lang.String conversationId, java.lang.String sourceId, java.lang.String userId, java.util.Date createdAt, java.util.Date editedAt, ContentDTO content, java.util.List<java.lang.String> tags, java.util.Set<MessageFlag> flags)