Uses of Class
com.riadalabs.jira.plugins.insight.services.model.MutableObjectAttributeBean
Packages that use MutableObjectAttributeBean
Package
Description
This package contains factory components for Assets usage.
-
Uses of MutableObjectAttributeBean 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 MutableObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacade.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean) Stores aObjectAttributeBean
ObjectFacade.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectAttributeBean
void
ObjectFacade.validateObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, ObjectBean objectBean) Validate an object attribute bean. -
Uses of MutableObjectAttributeBean 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 MutableObjectAttributeBeanModifier and TypeMethodDescriptionObjectFacadeImpl.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean) ObjectFacadeImpl.storeObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) void
ObjectFacadeImpl.validateObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, ObjectBean objectBean) -
Uses of MutableObjectAttributeBean in com.riadalabs.jira.plugins.insight.services.model
Modifier and TypeClassDescriptionstatic class
Methods in com.riadalabs.jira.plugins.insight.services.model that return MutableObjectAttributeBeanModifier and TypeMethodDescriptionstatic MutableObjectAttributeBean
MutableObjectAttributeBean.create()
static MutableObjectAttributeBean
MutableObjectAttributeBean.create
(Long id, List<? extends ObjectAttributeValueBean> valueBeans, Integer objectTypeAttributeId, Integer objectId) ObjectAttributeBean.createMutable()
Deprecated.Use { @link MutableObjectAttributeBean#create() } instead.ObjectAttributeBean.EmptyObjectAttributeBean.createMutable()
ObjectBean.createObjectAttributeBean
(ObjectTypeAttributeBean objectTypeAttributeBean) Methods in com.riadalabs.jira.plugins.insight.services.model that return types with arguments of type MutableObjectAttributeBeanModifier and TypeMethodDescriptionMutableObjectBean.getObjectAttributeBeans()
Returns This object's Attributes. -
Uses of MutableObjectAttributeBean in com.riadalabs.jira.plugins.insight.services.model.factory
Methods in com.riadalabs.jira.plugins.insight.services.model.factory that return MutableObjectAttributeBeanModifier and TypeMethodDescriptionObjectAttributeBeanFactory.createConfluenceAttributeValue
(ObjectTypeAttributeBean ota, Long... pageIds) ObjectAttributeBeanFactoryImpl.createConfluenceAttributeValue
(ObjectTypeAttributeBean ota, Long... pageIds) ObjectAttributeBeanFactory.createDefaultTypeValues
(ObjectTypeAttributeBean ota, Object... values) Creates default type values from the specified values.ObjectAttributeBeanFactoryImpl.createDefaultTypeValues
(ObjectTypeAttributeBean ota, Object... values) Creates default type values from the specified values.ObjectAttributeBeanFactory.createGroupAttributeValue
(ObjectTypeAttributeBean ota, Predicate<InsightGroup> groupPredicate) Create an object attribute bean with all groups matching the predicateObjectAttributeBeanFactoryImpl.createGroupAttributeValue
(ObjectTypeAttributeBean ota, Predicate<InsightGroup> groupPredicate) Create an object attribute bean with all groups matching the predicateObjectAttributeBeanFactory.createGroupAttributeValueByNames
(ObjectTypeAttributeBean ota, String... groupNames) Create an object attribute bean with one or more group namesObjectAttributeBeanFactoryImpl.createGroupAttributeValueByNames
(ObjectTypeAttributeBean ota, String... groupNames) Create an object attribute bean with one or more group namesObjectAttributeBeanFactory.createObjectAttributeBean
(ObjectTypeAttributeBean ota, String... values) Creates an object attribute bean by using the jira default date format as well as the jira date time format if the object type attribute supplied is of date or date time format respectively.ObjectAttributeBeanFactory.createObjectAttributeBean
(ObjectTypeAttributeBean ota, DateFormat dateFormat, DateFormat dateTimeFormat, String... values) Creates an object attribute bean of the type specified by the object type supplied.ObjectAttributeBeanFactoryImpl.createObjectAttributeBean
(ObjectTypeAttributeBean ota, String... values) Creates an object attribute bean by using the jira default date format as well as the jira date time format if the object type attribute supplied is of date or date time format respectively.ObjectAttributeBeanFactoryImpl.createObjectAttributeBean
(ObjectTypeAttributeBean ota, DateFormat dateFormat, DateFormat dateTimeFormat, String... values) Creates an object attribute bean of the type specified by the object type supplied.ObjectAttributeBeanFactory.createObjectAttributeBeanForObject
(ObjectBean objectBean, ObjectTypeAttributeBean ota, String... values) Creates an object attribute bean of the givenObjectTypeAttributeBean
type and with the supplied values.ObjectAttributeBeanFactory.createObjectAttributeBeanForObject
(ObjectBean objectBean, ObjectTypeAttributeBean ota, DateFormat dateFormat, DateFormat dateTimeFormat, String... values) Creates an object attribute bean with the specified date format and date time format for the supplied object bean.ObjectAttributeBeanFactoryImpl.createObjectAttributeBeanForObject
(ObjectBean objectBean, ObjectTypeAttributeBean ota, String... values) Creates an object attribute bean of the givenObjectTypeAttributeBean
type and with the supplied values.ObjectAttributeBeanFactoryImpl.createObjectAttributeBeanForObject
(ObjectBean objectBean, ObjectTypeAttributeBean ota, DateFormat dateFormat, DateFormat dateTimeFormat, String... values) Creates an object attribute bean with the specified date format and date time format for the supplied object bean.ObjectAttributeBeanFactory.createProjectAttributeValue
(ObjectTypeAttributeBean ota, Predicate<InsightProject> predicate) ObjectAttributeBeanFactoryImpl.createProjectAttributeValue
(ObjectTypeAttributeBean ota, Predicate<InsightProject> predicate) ObjectAttributeBeanFactory.createReferenceAttributeValue
(ObjectTypeAttributeBean ota, Predicate<ObjectBean> predicate) ObjectAttributeBeanFactoryImpl.createReferenceAttributeValue
(ObjectTypeAttributeBean ota, Predicate<ObjectBean> predicate) ObjectAttributeBeanFactory.createStatusAttributeValue
(ObjectTypeAttributeBean ota, Predicate<StatusTypeBean> predicate) ObjectAttributeBeanFactoryImpl.createStatusAttributeValue
(ObjectTypeAttributeBean ota, Predicate<StatusTypeBean> predicate) ObjectAttributeBeanFactory.createUserAttributeValueByKey
(ObjectTypeAttributeBean ota, String... userKeys) Create a user attribute by supplying one or more user keys convenient method when you have one or more user keys.ObjectAttributeBeanFactoryImpl.createUserAttributeValueByKey
(ObjectTypeAttributeBean ota, String... userKeys) Create a user attribute by supplying one or more user keys convenient method when you have one or more user keys.ObjectAttributeBeanFactory.createUserAttributeValueByName
(ObjectTypeAttributeBean ota, String... userNames) Create a user attribute by one or more user namesObjectAttributeBeanFactoryImpl.createUserAttributeValueByName
(ObjectTypeAttributeBean ota, String... userNames) Create a user attribute by one or more user namesObjectAttributeBeanFactory.createUserTypeAttribute
(ObjectTypeAttributeBean ota, String userKey) Creates an ObjectAttributeBean with values with user matching the given user keyObjectAttributeBeanFactory.createUserTypeAttribute
(ObjectTypeAttributeBean ota, List<String> valueList, boolean includeInactiveUsers, Integer maxUserSearchValue) Creates an ObjectAttributeBean with values with all users matching the given userPredicate.ObjectAttributeBeanFactoryImpl.createUserTypeAttribute
(ObjectTypeAttributeBean ota, String userKey) Creates an ObjectAttributeBean with values with user matching the given user keyObjectAttributeBeanFactoryImpl.createUserTypeAttribute
(ObjectTypeAttributeBean ota, List<String> valueList, boolean includeInactiveUsers, Integer maxUserSearchValue) Creates an ObjectAttributeBean with values with all users matching the given userPredicate.ObjectAttributeBeanFactory.createUserTypeAttributeByKeyOrUsername
(ObjectTypeAttributeBean ota, List<String> userKeys) Creates an ObjectAttributeBean with values with user matching the given user keysObjectAttributeBeanFactoryImpl.createUserTypeAttributeByKeyOrUsername
(ObjectTypeAttributeBean ota, List<String> userKeys) Creates an ObjectAttributeBean with values with user matching the given user keysObjectAttributeBeanFactory.createVersionAttributeValue
(ObjectTypeAttributeBean ota, Predicate<InsightVersion> predicate) ObjectAttributeBeanFactoryImpl.createVersionAttributeValue
(ObjectTypeAttributeBean ota, Predicate<InsightVersion> predicate)