public class RetentionRulesQuery extends Object implements SearchQuery
| Constructor and Description |
|---|
RetentionRulesQuery(Collection<String> spacesWithRetentionPolicies)
Construct a
SearchQuery that filters out spaces without retention policies |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
List |
getParameters()
List of parameters as
Strings or SearchQuerys. |
Collection<String> |
getSpacesWithRetentionPolicies() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpand, getBoost, getSubClausespublic RetentionRulesQuery(Collection<String> spacesWithRetentionPolicies)
SearchQuery that filters out spaces without retention policiesspacesWithRetentionPolicies - a list of spaces with retention policiesIllegalArgumentException - if spacesWithRetentionPolicies is nullpublic String getKey()
getKey in interface SearchQuerypublic List getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.public Collection<String> getSpacesWithRetentionPolicies()
Copyright © 2003–2022 Atlassian. All rights reserved.