@ExperimentalApi public class FieldExportPart extends Object
FieldExportParts
.
For example, in the ProjectSystemField
the project ID would be one of these FieldExportPart
This will store the the id to uniquely identify this item in the FieldExportParts
, a label to
represent the title of the field item, such as "Project ID". It also stores the values for this field item, this
could be like some fields, such as Comments, which store multiple values.
Modifier and Type | Method and Description |
---|---|
String |
getId()
Represents a unique Id for this item within the
FieldExportParts to allow for grouping. |
String |
getItemLabel()
Gets a label that can be used to uniquely label this item and it's value.
|
java.util.stream.Stream<String> |
getValues()
Get the values for this representation item, some field items can have multiple values, such as Comments
so this stores all of the different values for this item.
|
public String getId()
FieldExportParts
to allow for grouping.
For example, the ProjectSystemField has a Project Key item which would have the id "key" therefore, if there
are multiple values for this item it can calculate the maximum values for all the item in the export. This
does not need to be unique between different fields, only this field.public String getItemLabel()
public java.util.stream.Stream<String> getValues()
Copyright © 2002-2019 Atlassian. All Rights Reserved.