Uses of Class
com.riadalabs.jira.plugins.insight.services.model.MutableObjectBean
Packages that use MutableObjectBean
Package
Description
-
Uses of MutableObjectBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type MutableObjectBeanModifier and TypeMethodDescriptionObjectFacade.storeObjectBean
(MutableObjectBean objectBean) Stores aObjectBean
ObjectFacade.storeObjectBean
(MutableObjectBean objectBean, byte[] avatarData, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectBean
with the corresponding avatarObjectFacade.storeObjectBean
(MutableObjectBean objectBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectBean
ObjectFacade.storeObjectBeanIgnoreAttributeValidation
(MutableObjectBean objectBean) Stores aObjectBean
bypassing ALL attribute validation e.g. uniqueness.void
ObjectFacade.validateObjectBean
(MutableObjectBean objectBean) Validate an object bean. -
Uses of MutableObjectBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type MutableObjectBeanModifier and TypeMethodDescriptionObjectFacadeImpl.storeObjectBean
(MutableObjectBean objectBean) ObjectFacadeImpl.storeObjectBean
(MutableObjectBean objectBean, byte[] avatarData, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) ObjectFacadeImpl.storeObjectBean
(MutableObjectBean objectBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) ObjectFacadeImpl.storeObjectBeanIgnoreAttributeValidation
(MutableObjectBean objectBean) void
ObjectFacadeImpl.validateObjectBean
(MutableObjectBean objectBean) -
Uses of MutableObjectBean in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model with type parameters of type MutableObjectBeanModifier and TypeMethodDescriptionstatic <T extends MutableObjectBean>
TMutableObjectBean.create
(ObjectBean bean, Class<T> clazz) <T extends MutableObjectBean>
TObjectBean.createMutable
(Class<T> clazz) Deprecated.This method will be removed in JSM 6.Methods in com.riadalabs.jira.plugins.insight.services.model that return MutableObjectBeanModifier and TypeMethodDescriptionstatic MutableObjectBean
MutableObjectBean.create
(ObjectBean toCopy) ObjectBean.createMutable()
Deprecated.This method will be removed in JSM 6.ObjectTypeBean.createMutableObjectBean()
ObjectTypeBean.createObjectBean()
Deprecated. -
Uses of MutableObjectBean in com.riadalabs.jira.plugins.insight.services.model.imports