Package | Description |
---|---|
com.atlassian.jira.sharing | |
com.atlassian.jira.sharing.search |
Modifier and Type | Method and Description |
---|---|
static SharedEntityColumn |
SharedEntityColumn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedEntityColumn[] |
SharedEntityColumn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SharedEntityColumnDefinition |
SharedEntityColumnDefinition.definitionFor(SharedEntityColumn column)
Returns the definition details for the given SharedEntityColumn.
|
Modifier and Type | Method and Description |
---|---|
SharedEntityColumn |
SearchParseException.getColumn() |
SharedEntityColumn |
SharedEntitySearchParameters.getSortColumn()
Returns the SharedEntityColumn to sort the results by.
|
Modifier and Type | Method and Description |
---|---|
SharedEntitySearchParametersBuilder |
SharedEntitySearchParametersBuilder.setSortColumn(SharedEntityColumn column,
boolean sortOrderAscending) |
Constructor and Description |
---|
SearchParseException(String message,
SharedEntityColumn column) |
SearchParseException(String message,
Throwable cause,
SharedEntityColumn column) |
SearchParseException(Throwable cause,
SharedEntityColumn column) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.