Modifier and Type | Method and Description |
---|---|
Object |
MockCustomFieldType.getSingularObjectFromString(String string) |
Object |
MockCustomFieldType.getValueFromCustomFieldParams(CustomFieldParams parameters) |
Modifier and Type | Method and Description |
---|---|
String |
TextAreaNoValidationCFType.getValueFromCustomFieldParams(CustomFieldParams relevantParams) |
Modifier and Type | Method and Description |
---|---|
S |
CustomFieldType.getSingularObjectFromString(String string)
Returns a Singular Object, given the string value as passed by the presentation tier.
|
T |
CustomFieldType.getValueFromCustomFieldParams(CustomFieldParams parameters)
Retrieves the Transport Object representing the CustomField value instance from the CustomFieldParams of Strings.
|
Modifier and Type | Method and Description |
---|---|
Double |
DoubleConverterImpl.getDouble(String stringValue) |
Double |
DoubleConverter.getDouble(String stringValue) |
com.atlassian.crowd.embedded.api.Group |
GroupConverterImpl.getGroup(String stringValue) |
com.atlassian.crowd.embedded.api.Group |
GroupConverter.getGroup(String stringValue)
Get the Group Object from the group name
|
com.atlassian.crowd.embedded.api.Group |
GroupConverterImpl.getGroupObject(String stringValue) |
com.atlassian.crowd.embedded.api.Group |
GroupConverter.getGroupObject(String stringValue)
Deprecated.
Use
GroupConverter.getGroup(String) instead. Since v5.0. |
Project |
ProjectConverterImpl.getProject(Long projectId) |
Project |
ProjectConverter.getProject(Long projectId)
Get the Project for the given ID.
|
Project |
ProjectConverterImpl.getProject(String stringValue) |
Project |
ProjectConverter.getProject(String stringValue)
Get the Project that this String value represents.
|
Project |
ProjectConverterImpl.getProjectObject(Long projectId) |
Project |
ProjectConverter.getProjectObject(Long projectId)
Get the Project for the given ID.
|
Project |
ProjectConverterImpl.getProjectObject(String stringValue) |
Project |
ProjectConverter.getProjectObject(String stringValue)
Get the Project that this String value represents.
|
Timestamp |
DatePickerConverterImpl.getTimestamp(String stringValue) |
Timestamp |
DateTimePickerConverter.getTimestamp(String stringValue) |
Timestamp |
DateTimeConverterImpl.getTimestamp(String stringValue) |
Timestamp |
DateTimeConverter.getTimestamp(String stringValue) |
Timestamp |
DatePickerConverter.getTimestamp(String stringValue) |
Timestamp |
DateConverter.getTimestamp(String stringValue) |
ApplicationUser |
UserConverterImpl.getUser(String stringValue) |
ApplicationUser |
UserConverter.getUser(String stringValue)
Deprecated.
Use
UserConverter.getUserFromDbString(String) instead. Since v6.0. |
ApplicationUser |
UserConverterImpl.getUserEvenWhenUnknown(String stringValue) |
ApplicationUser |
UserConverter.getUserEvenWhenUnknown(String stringValue)
Deprecated.
Use
UserConverter.getUserFromDbString(String) instead. Since v6.0. |
ApplicationUser |
UserConverterImpl.getUserFromHttpParameterWithValidation(String stringValue) |
ApplicationUser |
UserConverter.getUserFromHttpParameterWithValidation(String stringValue)
Get the User Object from its presentation string representation.
|
ApplicationUser |
UserConverterImpl.getUserObject(String stringValue) |
ApplicationUser |
UserConverter.getUserObject(String stringValue)
Deprecated.
Use
UserConverter.getUser(String) instead. Since v5.0. |
Modifier and Type | Method and Description |
---|---|
Object |
MockCustomField.getValueFromParams(Map params) |
V |
MockOrderableField.getValueFromParams(Map params) |
Object |
ImmutableCustomField.getValueFromParams(Map params) |
WorklogSystemField.WorklogValue |
WorklogSystemField.getValueFromParams(Map params) |
Date |
ArchivedDateSystemField.getValueFromParams(Map params) |
Map<String,Object> |
CommentSystemField.getValueFromParams(Map params) |
ApplicationUser |
ArchivedUserSystemField.getValueFromParams(Map params) |
List<String> |
AttachmentSystemField.getValueFromParams(Map params) |
V |
OrderableField.getValueFromParams(Map params)
Get a field value from the map of parameters passed.
|
void |
TimeTrackingSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue)
This is called by Jelly code to map a value into a field values holder.
|
void |
AssigneeSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
ResolutionSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
DueDateSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
IssueLinksSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue)
This was called by Jelly code to map a value into a field values holder.
|
void |
ComponentsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
PrioritySystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
WorklogSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
SecurityLevelSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
ReporterSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
IssueTypeSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
ProjectSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
ArchivedDateSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
AbstractTextSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
CommentSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
AbstractVersionsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
LabelsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
ArchivedUserSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
AttachmentSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue) |
void |
OrderableField.populateParamsFromString(Map<String,Object> fieldValuesHolder,
String stringValue,
Issue issue)
Used to convert from a user friendly string value and put the result into the fieldValuesHolder.
|
void |
MockCustomField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue) |
void |
MockOrderableField.populateParamsFromString(Map fieldValuesHolder,
String stringValue,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
String |
BulkEditBeanImpl.getCustomFieldView(CustomField customField) |
String |
BulkEditBean.getCustomFieldView(CustomField customField) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.