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 classActionDTOclassMediaclassTextFields in com.flowable.engage.engine.impl.dto declared as ContentDTO Modifier and Type Field Description protected ContentDTOMessageDTO. contentMethods in com.flowable.engage.engine.impl.dto that return ContentDTO Modifier and Type Method Description ContentDTOMessageDTO. getContent()protected ContentDTOMessageDTO. 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 voidMessageDTO. 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)
-