@ExperimentalApi public class ResultSummarySearchCriteria extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResultSummarySearchCriteria.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
MAXIMUM_ARGUMENT_LIST_LENGTH |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getAgentIds()
List of related agent ids.
|
Date |
getCompletedAfter() |
Date |
getCompletedBefore() |
Date |
getDateFrom() |
Date |
getDateTo() |
Set<LifeCycleState> |
getLifeCycleStates() |
int |
getMaxCount() |
List<PlanKey> |
getPlanKeys()
List of related plan keys.
|
Optional<Boolean> |
getSpecsResultsFlag()
Select only specs or only regular results.
|
boolean |
isOrderedByDate() |
public static final int MAXIMUM_ARGUMENT_LIST_LENGTH
public int getMaxCount()
public Set<LifeCycleState> getLifeCycleStates()
public List<Long> getAgentIds()
MAXIMUM_ARGUMENT_LIST_LENGTH
elements when executing the query.public List<PlanKey> getPlanKeys()
MAXIMUM_ARGUMENT_LIST_LENGTH
elements when executing the query.public Date getDateFrom()
public Date getDateTo()
public Date getCompletedBefore()
public Date getCompletedAfter()
public boolean isOrderedByDate()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.