| Package | Description |
|---|---|
| com.flowable.engage.engine.impl.dto |
| Modifier and Type | Field and Description |
|---|---|
protected Set<MessageFlag> |
MessageDTO.flags |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MessageFlag> |
MessageDTO.getFlags() |
protected Set<MessageFlag> |
MessageDTO.toFlags(com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDTO.setFlags(Set<MessageFlag> flags) |
| Constructor and Description |
|---|
MessageDTO(String id,
String conversationId,
String sourceId,
String userId,
Date createdAt,
Date editedAt,
ContentDTO content,
List<String> tags,
Set<MessageFlag> flags) |
Copyright © 2019. All rights reserved.