Class StreamingIssueDTORetriever
java.lang.Object
com.atlassian.jira.issue.util.streamingretrievers.BaseStreamingRetriever<Long,String,IssueDTO>
com.atlassian.jira.issue.util.streamingretrievers.StreamingIssueDTORetriever
-
Constructor Summary
ConstructorsConstructorDescriptionStreamingIssueDTORetriever(QueryDslAccessor qdslAccessor, DatabaseAccessor dbAccessor) -
Method Summary
Modifier and TypeMethodDescriptiongetEntitiesBatchByIds(List<Long> idsBatch) The implementation should return the entities based on provided ids listgetEntityIds(String mentionText) The implementation should return all the ids of entities which will be then returned in batchesMethods inherited from class com.atlassian.jira.issue.util.streamingretrievers.BaseStreamingRetriever
stream
-
Constructor Details
-
StreamingIssueDTORetriever
-
-
Method Details
-
getEntityIds
Description copied from class:BaseStreamingRetrieverThe implementation should return all the ids of entities which will be then returned in batches- Specified by:
getEntityIdsin classBaseStreamingRetriever<Long,String, IssueDTO> - Parameters:
mentionText- the parameter which is used to find the entities
-
getEntitiesBatchByIds
Description copied from class:BaseStreamingRetrieverThe implementation should return the entities based on provided ids list- Specified by:
getEntitiesBatchByIdsin classBaseStreamingRetriever<Long,String, IssueDTO> - Parameters:
idsBatch- the batch of ids for the entities to be returned
-