Uses of Class
com.flowable.engage.engine.impl.dto.ContentDTO
-
Packages that use ContentDTO Package Description com.flowable.engage.engine.impl.dto -
-
Uses of ContentDTO in com.flowable.engage.engine.impl.dto
Subclasses of ContentDTO in com.flowable.engage.engine.impl.dto Modifier and Type Class Description class
ActionDTO
class
Media
class
Text
Fields in com.flowable.engage.engine.impl.dto declared as ContentDTO Modifier and Type Field Description protected ContentDTO
MessageDTO. content
Methods in com.flowable.engage.engine.impl.dto that return ContentDTO Modifier and Type Method Description ContentDTO
MessageDTO. getContent()
protected ContentDTO
MessageDTO. toContentDto(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in com.flowable.engage.engine.impl.dto with parameters of type ContentDTO Modifier and Type Method Description void
MessageDTO. setContent(ContentDTO content)
Constructors in com.flowable.engage.engine.impl.dto with parameters of type ContentDTO Constructor Description MessageDTO(String id, String conversationId, String sourceId, String userId, Date createdAt, Date editedAt, ContentDTO content, List<String> tags, Set<MessageFlag> flags)
-