Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ObjectAttributeBean
Packages that use ObjectAttributeBean
Package
Description
-
Uses of ObjectAttributeBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return ObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacade.loadObjectAttributeBean
(int id) Deprecated.Go through the object to load the object attribute bean instead of directly.ObjectFacade.loadObjectAttributeBean
(int objectId, int objectTypeAttributeId) Loads aObjectAttributeBean
given an object id and object type attribute idObjectFacade.loadObjectAttributeBean
(int objectId, int objectTypeAttributeId, boolean ignorePermissionCheck) Loads aObjectAttributeBean
given an object id, object type attribute id and a parameter to ignore permission checkObjectFacade.loadObjectAttributeBean
(int objectId, String objectTypeAttributeName) Loads aObjectAttributeBean
given an object id and object type attribute nameObjectFacade.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean) Stores aObjectAttributeBean
ObjectFacade.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectAttributeBean
ObjectFacade.storeObjectAttributeBean
(ObjectAttributeBean objectAttributeBean) Deprecated.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type ObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacade.findObjectAttributeBeans
(int objectId) Finds allObjectAttributeBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type ObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacade.storeObjectAttributeBean
(ObjectAttributeBean objectAttributeBean) Deprecated. -
Uses of ObjectAttributeBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return ObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacadeImpl.loadObjectAttributeBean
(int id) Deprecated.Will be removed.ObjectFacadeImpl.loadObjectAttributeBean
(int objectId, int objectTypeAttributeId) ObjectFacadeImpl.loadObjectAttributeBean
(int objectId, int objectTypeAttributeId, boolean ignorePermissionCheck) ObjectFacadeImpl.loadObjectAttributeBean
(int objectId, String objectTypeAttributeName) ObjectFacadeImpl.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean) ObjectFacadeImpl.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) ObjectFacadeImpl.storeObjectAttributeBean
(ObjectAttributeBean objectAttributeBean) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type ObjectAttributeBeanMethods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type ObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacadeImpl.storeObjectAttributeBean
(ObjectAttributeBean objectAttributeBean) -
Uses of ObjectAttributeBean in com.riadalabs.jira.plugins.insight.services.model
Subclasses of ObjectAttributeBean in com.riadalabs.jira.plugins.insight.services.modelModifier and TypeClassDescriptionclass
Model representing an object attributeclass
static class
static class
Methods in com.riadalabs.jira.plugins.insight.services.model that return ObjectAttributeBeanModifier and TypeMethodDescriptionstatic ObjectAttributeBean
ObjectAttributeBean.createEmptyPlaceholder
(Integer objectTypeAttributeId, Integer objectId) final ObjectAttributeBean
ImmutableFactory.createObjectAttributeBean
(Long id, Integer objectTypeAttributeId, Integer objectId, List<ObjectAttributeValueBean> objectAttributeValueBeans) Methods in com.riadalabs.jira.plugins.insight.services.model that return types with arguments of type ObjectAttributeBeanModifier and TypeMethodDescription@NotNull @Size(min=1) List<? extends ObjectAttributeBean>
LegacyObjectBean.getObjectAttributeBeans()
abstract @NotNull @Size(min=1) List<? extends ObjectAttributeBean>
ObjectBean.getObjectAttributeBeans()
Methods in com.riadalabs.jira.plugins.insight.services.model with parameters of type ObjectAttributeBeanModifier and TypeMethodDescriptionboolean
ObjectAttributeBean.deepEquals
(ObjectAttributeBean other) Compares this and all attribute values to determine if this is equal or not.Method parameters in com.riadalabs.jira.plugins.insight.services.model with type arguments of type ObjectAttributeBeanModifier and TypeMethodDescriptionfinal ObjectBean
ImmutableFactory.createObjectBean
(int id, String label, String objectKey, Date created, Date updated, boolean hasAvatar, int objectTypeId, List<ObjectAttributeBean> objectAttributeBeans, boolean archived, Date archivedDate, String archivedBy) void
MutableObjectBean.setObjectAttributeBeans
(List<? extends ObjectAttributeBean> objectAttributeBeans) Constructor parameters in com.riadalabs.jira.plugins.insight.services.model with type arguments of type ObjectAttributeBeanModifierConstructorDescriptionLegacyObjectBean
(int id, String label, String objectKey, Date created, Date updated, boolean hasAvatar, int objectTypeId, List<ObjectAttributeBean> objectAttributeBeans, boolean archived, Date archivedDate, String archivedBy) Constructor of immutable object bean -
Uses of ObjectAttributeBean in com.riadalabs.jira.plugins.insight.services.model.move
Methods in com.riadalabs.jira.plugins.insight.services.model.move that return ObjectAttributeBeanModifier and TypeMethodDescriptionNoTransformation.transform
(ObjectAttributeBean from) ObjectAttributeTransformer.transform
(ObjectAttributeBean from) Transform the given ObjectAttributeBean and returns a new transformedObjectAttributeBean
.Methods in com.riadalabs.jira.plugins.insight.services.model.move with parameters of type ObjectAttributeBeanModifier and TypeMethodDescriptionNoTransformation.transform
(ObjectAttributeBean from) ObjectAttributeTransformer.transform
(ObjectAttributeBean from) Transform the given ObjectAttributeBean and returns a new transformedObjectAttributeBean
.