Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model |
Modifier and Type | Class and Description |
---|---|
class |
LegacyObjectAttributeValueBean |
class |
MutableObjectAttributeValueBean |
Modifier and Type | Method and Description |
---|---|
ObjectAttributeValueBean |
ImmutableFactory.createObjectAttributeValueBean(Long id,
String textValue,
Boolean booleanValue,
Double doubleValue,
Date dateValue,
Integer integerValue,
Integer referencedObjectBeanId,
String additionalValue,
Long longValue) |
ObjectAttributeValueBean |
ImmutableFactory.createObjectAttributeValueBean(ObjectAttributeValueBean objectAttributeValueBean) |
Modifier and Type | Method and Description |
---|---|
List<ObjectAttributeValueBean> |
ObjectHistoryBean.getNewValueBeans() |
List<? extends ObjectAttributeValueBean> |
LegacyObjectAttributeBean.getObjectAttributeValueBeans()
The value(s) set for this object attribute.
|
abstract List<? extends ObjectAttributeValueBean> |
ObjectAttributeBean.getObjectAttributeValueBeans()
The value(s) set for this object attribute.
|
List<? extends ObjectAttributeValueBean> |
ObjectAttributeBean.EmptyObjectAttributeBean.getObjectAttributeValueBeans() |
List<ObjectAttributeValueBean> |
ObjectHistoryBean.getOldValueBeans() |
Modifier and Type | Method and Description |
---|---|
int |
ObjectAttributeValueBean.compareTo(ObjectAttributeValueBean that) |
static MutableObjectAttributeValueBean |
MutableObjectAttributeValueBean.create(ObjectAttributeValueBean objectAttributeValueBean) |
ObjectAttributeValueBean |
ImmutableFactory.createObjectAttributeValueBean(ObjectAttributeValueBean objectAttributeValueBean) |
Modifier and Type | Method and Description |
---|---|
static MutableObjectAttributeBean |
MutableObjectAttributeBean.create(Long id,
List<? extends ObjectAttributeValueBean> valueBeans,
Integer objectTypeAttributeId,
Integer objectId) |
ObjectAttributeBean |
ImmutableFactory.createObjectAttributeBean(Long id,
Integer objectTypeAttributeId,
Integer objectId,
List<ObjectAttributeValueBean> objectAttributeValueBeans) |
void |
ObjectHistoryBean.setNewValueBeans(List<ObjectAttributeValueBean> newValueBeans) |
void |
MutableObjectAttributeBean.setObjectAttributeValueBeans(List<? extends ObjectAttributeValueBean> objectAttributeValueBeans)
The value(s) set for this object attribute.
|
void |
ObjectHistoryBean.setOldValueBeans(List<ObjectAttributeValueBean> oldValueBeans) |
Copyright © 2024 Atlassian. All rights reserved.