Uses of Class
com.flowable.engage.engine.impl.dto.ActionDTO
-
Packages that use ActionDTO Package Description com.flowable.engage.engine.impl.dto -
-
Uses of ActionDTO in com.flowable.engage.engine.impl.dto
Fields in com.flowable.engage.engine.impl.dto with type parameters of type ActionDTO Modifier and Type Field Description protected List<ActionDTO>
ConversationDTO. actions
Methods in com.flowable.engage.engine.impl.dto that return types with arguments of type ActionDTO Modifier and Type Method Description List<ActionDTO>
ConversationDTO. getActions()
Method parameters in com.flowable.engage.engine.impl.dto with type arguments of type ActionDTO Modifier and Type Method Description void
ConversationDTO. setActions(List<ActionDTO> actions)
-