| Modifier and Type | Method and Description | 
|---|---|
static View | 
View.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static View[] | 
View.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldDisplayResult | 
IFieldDisplayService.getDisplayResult(Long issueId,
                String customFieldId,
                View view)
Retrieves the display value of an Elements Connect custom field for a specific view. 
 | 
FieldDisplayResult | 
IFieldDisplayService.getDisplayResult(String issueKey,
                String customFieldId,
                View view)
Retrieves the display value of an Elements Connect custom field for a specific view. 
 | 
FieldDisplayResult | 
IFieldDisplayService.getDisplayResultOverrideSecurity(Long issueId,
                                String customFieldId,
                                View view)
Retrieves the display value of an Elements Connect custom field for a specific view overriding user permissions. 
 | 
FieldDisplayResult | 
IFieldDisplayService.getDisplayResultOverrideSecurity(String issueKey,
                                String customFieldId,
                                View view)
Retrieves the display value of an Elements Connect custom field for a specific view overriding user permissions. 
 | 
Copyright © 2020 Elements. All rights reserved.