| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int id)
Deprecated.
Go through the object to load the object attribute bean instead of directly. This will be removed in
future releases
|
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId)
Loads a
ObjectAttributeBean given an object id and object type attribute id |
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId,
boolean ignorePermissionCheck)
Loads a
ObjectAttributeBean given an object id, object type attribute id and a parameter to ignore permission check |
ObjectAttributeBean |
ObjectFacade.loadObjectAttributeBean(int objectId,
String objectTypeAttributeName)
Loads a
ObjectAttributeBean given an object id and object type attribute name |
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean)
Stores a
ObjectAttributeBean |
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Stores a
ObjectAttributeBean |
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(ObjectAttributeBean objectAttributeBean)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAttributeBean> |
ObjectFacade.findObjectAttributeBeans(int objectId)
Finds all
ObjectAttributeBean |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeBean |
ObjectFacade.storeObjectAttributeBean(ObjectAttributeBean objectAttributeBean)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int id)
Deprecated.
Will be removed. Use loadObjectAttributeBean(objectId, objectTypeAttributeId) instead
|
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId) |
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int objectId,
int objectTypeAttributeId,
boolean ignorePermissionCheck) |
ObjectAttributeBean |
ObjectFacadeImpl.loadObjectAttributeBean(int objectId,
String objectTypeAttributeName) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(ObjectAttributeBean objectAttributeBean) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAttributeBean> |
ObjectFacadeImpl.findObjectAttributeBeans(int objectId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(ObjectAttributeBean objectAttributeBean) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableObjectAttributeBean |
static class |
MutableObjectAttributeBean.EmptyMutableObjectAttributeBean |
static class |
ObjectAttributeBean.EmptyObjectAttributeBean |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAttributeBean |
ObjectAttributeBean.createEmptyPlaceholder(Integer objectTypeAttributeId,
Integer objectId) |
ObjectAttributeBean |
ImmutableFactory.createObjectAttributeBean(Long id,
Integer objectTypeAttributeId,
Integer objectId,
List<ObjectAttributeValueBean> objectAttributeValueBeans) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectAttributeBean.deepEquals(ObjectAttributeBean other)
Compares this and all attribute values to determine if this is equal or not.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBean |
ImmutableFactory.createObjectBean(int id,
String label,
String objectKey,
Date created,
Date updated,
boolean hasAvatar,
int objectTypeId,
List<ObjectAttributeBean> objectAttributeBeans) |
void |
MutableObjectBean.setObjectAttributeBeans(List<? extends ObjectAttributeBean> objectAttributeBeans) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeBean |
NoTransformation.transform(ObjectAttributeBean from) |
ObjectAttributeBean |
ObjectAttributeTransformer.transform(ObjectAttributeBean from)
Transform the given ObjectAttributeBean and returns a new transformed
ObjectAttributeBean. |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeBean |
NoTransformation.transform(ObjectAttributeBean from) |
ObjectAttributeBean |
ObjectAttributeTransformer.transform(ObjectAttributeBean from)
Transform the given ObjectAttributeBean and returns a new transformed
ObjectAttributeBean. |
Copyright © 2023 Atlassian. All rights reserved.