Uses of Class
com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
Package | Description |
---|---|
com.flowable.engage.rest.service.api.conversationdefinition | |
com.flowable.engage.rest.service.api.mapper |
-
Uses of ConversationDefinitionDTO in com.flowable.engage.rest.service.api.conversationdefinition
Methods in com.flowable.engage.rest.service.api.conversationdefinition that return types with arguments of type ConversationDefinitionDTO Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<ConversationDefinitionDTO>>
ConversationDefinitionsResource. list(java.security.Principal principal)
-
Uses of ConversationDefinitionDTO in com.flowable.engage.rest.service.api.mapper
Methods in com.flowable.engage.rest.service.api.mapper that return ConversationDefinitionDTO Modifier and Type Method Description ConversationDefinitionDTO
ConversationDefinitionMapper. toDto(ConversationDefinition conversationDefinition, ConversationDefinitionModel conversationDefinitionModel)