Uses of Class
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto.FetchExternalTaskTopicDto
-
Packages that use FetchExternalTasksDto.FetchExternalTaskTopicDto Package Description org.camunda.bpm.engine.rest.dto.externaltask -
-
Uses of FetchExternalTasksDto.FetchExternalTaskTopicDto in org.camunda.bpm.engine.rest.dto.externaltask
Fields in org.camunda.bpm.engine.rest.dto.externaltask with type parameters of type FetchExternalTasksDto.FetchExternalTaskTopicDto Modifier and Type Field Description protected java.util.List<FetchExternalTasksDto.FetchExternalTaskTopicDto>FetchExternalTasksDto. topicsMethods in org.camunda.bpm.engine.rest.dto.externaltask that return types with arguments of type FetchExternalTasksDto.FetchExternalTaskTopicDto Modifier and Type Method Description java.util.List<FetchExternalTasksDto.FetchExternalTaskTopicDto>FetchExternalTasksDto. getTopics()Method parameters in org.camunda.bpm.engine.rest.dto.externaltask with type arguments of type FetchExternalTasksDto.FetchExternalTaskTopicDto Modifier and Type Method Description voidFetchExternalTasksDto. setTopics(java.util.List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics)
-