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 aObjectBeanObjectFacade.storeObjectBean(MutableObjectBean objectBean, byte[] avatarData, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectBeanwith the corresponding avatarObjectFacade.storeObjectBean(MutableObjectBean objectBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectBeanObjectFacade.storeObjectBeanIgnoreAttributeValidation(MutableObjectBean objectBean) Stores aObjectBeanbypassing ALL attribute validation e.g. uniqueness.voidObjectFacade.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) voidObjectFacadeImpl.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 MutableObjectBeanMutableObjectBean.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