@ExperimentalApi public class SearchContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchContext.Builder |
Modifier and Type | Field and Description |
---|---|
static SearchContext |
EMPTY |
Modifier and Type | Method and Description |
---|---|
static SearchContext.Builder |
builder() |
Optional<ContentId> |
contentId() |
Optional<List<ContentStatus>> |
contentStatuses() |
static SearchContext |
deserialize(String searchContextJson,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
com.atlassian.fugue.Option<ContentId> |
getContentId()
Deprecated.
since 7.0.1. Use
contentId() |
com.atlassian.fugue.Option<List<ContentStatus>> |
getContentStatuses()
Deprecated.
since 7.0.1. Use
contentStatuses() |
com.atlassian.fugue.Option<String> |
getSpaceKey()
Deprecated.
since 7.0.1. Use
spaceKey() |
Optional<String> |
spaceKey() |
public static final SearchContext EMPTY
@Deprecated public com.atlassian.fugue.Option<ContentId> getContentId()
contentId()
@Deprecated public com.atlassian.fugue.Option<String> getSpaceKey()
spaceKey()
@Deprecated public com.atlassian.fugue.Option<List<ContentStatus>> getContentStatuses()
contentStatuses()
public Optional<List<ContentStatus>> contentStatuses()
public static SearchContext.Builder builder()
public static SearchContext deserialize(String searchContextJson, org.codehaus.jackson.map.ObjectMapper objectMapper)
Copyright © 2003–2021 Atlassian. All rights reserved.