Uses of Class
com.atlassian.jira.model.querydsl.ProjectDTO
Packages that use ProjectDTO
Package
Description
-
Uses of ProjectDTO in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar
Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar that return types with arguments of type ProjectDTOModifier and TypeMethodDescriptionUserAnonymizationConfiguration.anonymizeMentionsCommandProjectDescription(StreamingProjectDTORetriever streamingProjectDTORetriever, ChangeMentionsInProjectDescription changeMentionsInProjectDescription, QueryDslAccessor queryDslAccessor, JiraAuthenticationContext jiraAuthenticationContext) -
Uses of ProjectDTO in com.atlassian.jira.issue.util.streamingretrievers
Methods in com.atlassian.jira.issue.util.streamingretrievers that return types with arguments of type ProjectDTOModifier and TypeMethodDescriptionprotected List<ProjectDTO> StreamingProjectDTORetriever.getEntitiesBatchByIds(List<Long> idsBatch) -
Uses of ProjectDTO in com.atlassian.jira.model.querydsl
Methods in com.atlassian.jira.model.querydsl that return ProjectDTOModifier and TypeMethodDescriptionProjectDTO.Builder.build()static ProjectDTOProjectDTO.fromGenericValue(org.ofbiz.core.entity.GenericValue gv) Constructs a new instance of this Data Transfer object from the values in the given GenericValue.Methods in com.atlassian.jira.model.querydsl with parameters of type ProjectDTOModifier and TypeMethodDescriptionstatic ProjectDTO.BuilderProjectDTO.builder(ProjectDTO projectDTO) Constructors in com.atlassian.jira.model.querydsl with parameters of type ProjectDTO -
Uses of ProjectDTO in com.atlassian.jira.user.anonymize.handlers.username.mention.project
Methods in com.atlassian.jira.user.anonymize.handlers.username.mention.project with parameters of type ProjectDTOModifier and TypeMethodDescriptionvoidChangeMentionsInProjectDescription.executeUpdateEntityQuery(ProjectDTO entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx)