Uses of Class
com.atlassian.jira.model.querydsl.WorklogDTO
Packages that use WorklogDTO
Package
Description
-
Uses of WorklogDTO in com.atlassian.jira.issue.util.streamingretrievers
Methods in com.atlassian.jira.issue.util.streamingretrievers that return types with arguments of type WorklogDTOModifier and TypeMethodDescriptionprotected List<WorklogDTO>
StreamingWorklogDTORetriever.getEntitiesBatchByIds
(List<Long> idsBatch) -
Uses of WorklogDTO in com.atlassian.jira.issue.worklog
Methods in com.atlassian.jira.issue.worklog with parameters of type WorklogDTOModifier and TypeMethodDescriptionWorklogDTOToWorklogConverter.convert
(WorklogDTO worklogDTO) Note: for the optimal performanceWorklogDTO
s for subsequent calls should be sorted by the id of the issue they belong to -
Uses of WorklogDTO in com.atlassian.jira.model.querydsl
Methods in com.atlassian.jira.model.querydsl that return WorklogDTOModifier and TypeMethodDescriptionWorklogDTO.Builder.build()
static WorklogDTO
WorklogDTO.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 WorklogDTOModifier and TypeMethodDescriptionstatic WorklogDTO.Builder
WorklogDTO.builder
(WorklogDTO worklogDTO) Constructors in com.atlassian.jira.model.querydsl with parameters of type WorklogDTO -
Uses of WorklogDTO in com.atlassian.jira.user.anonymize.handlers.username.mention.worklog
Methods in com.atlassian.jira.user.anonymize.handlers.username.mention.worklog with parameters of type WorklogDTOModifier and TypeMethodDescriptionvoid
ChangeMentionsInWorklog.executeUpdateEntityQuery
(WorklogDTO worklogDTO, QueryDslAccessor db, MentionAnonymizationContext ctx)