Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.channel.external.api.facade | |
com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl | |
com.riadalabs.jira.plugins.insight.services.model | |
com.riadalabs.jira.plugins.insight.services.model.factory |
This package contains factory components for Assets usage.
|
Modifier and Type | Method and Description |
---|---|
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 |
void |
ObjectFacade.validateObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
ObjectBean objectBean)
Validate an object attribute bean.
|
Modifier and Type | Method and Description |
---|---|
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean) |
ObjectAttributeBean |
ObjectFacadeImpl.storeObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
void |
ObjectFacadeImpl.validateObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
ObjectBean objectBean) |
Modifier and Type | Class and Description |
---|---|
static class |
MutableObjectAttributeBean.EmptyMutableObjectAttributeBean |
Modifier and Type | Method and Description |
---|---|
static MutableObjectAttributeBean |
MutableObjectAttributeBean.create() |
static MutableObjectAttributeBean |
MutableObjectAttributeBean.create(Long id,
List<? extends ObjectAttributeValueBean> valueBeans,
Integer objectTypeAttributeId,
Integer objectId) |
MutableObjectAttributeBean |
ObjectAttributeBean.createMutable()
Deprecated.
Use { @link MutableObjectAttributeBean#create() } instead.
|
MutableObjectAttributeBean |
ObjectAttributeBean.EmptyObjectAttributeBean.createMutable() |
MutableObjectAttributeBean |
ObjectBean.createObjectAttributeBean(ObjectTypeAttributeBean objectTypeAttributeBean) |
Modifier and Type | Method and Description |
---|---|
List<MutableObjectAttributeBean> |
MutableObjectBean.getObjectAttributeBeans()
Returns This object's Attributes.
|
Modifier and Type | Method and Description |
---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createConfluenceAttributeValue(ObjectTypeAttributeBean ota,
Long... pageIds) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createConfluenceAttributeValue(ObjectTypeAttributeBean ota,
Long... pageIds) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createDefaultTypeValues(ObjectTypeAttributeBean ota,
Object... values)
Creates default type values from the specified values.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createDefaultTypeValues(ObjectTypeAttributeBean ota,
Object... values)
Creates default type values from the specified values.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createGroupAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightGroup> groupPredicate)
Create an object attribute bean with all groups matching the predicate
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createGroupAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightGroup> groupPredicate)
Create an object attribute bean with all groups matching the predicate
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createGroupAttributeValueByNames(ObjectTypeAttributeBean ota,
String... groupNames)
Create an object attribute bean with one or more group names
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createGroupAttributeValueByNames(ObjectTypeAttributeBean ota,
String... groupNames)
Create an object attribute bean with one or more group names
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createObjectAttributeBean(ObjectTypeAttributeBean ota,
DateFormat dateFormat,
DateFormat dateTimeFormat,
String... values)
Creates an object attribute bean of the type specified by the object type supplied.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createObjectAttributeBean(ObjectTypeAttributeBean ota,
DateFormat dateFormat,
DateFormat dateTimeFormat,
String... values)
Creates an object attribute bean of the type specified by the object type supplied.
|
MutableObjectAttributeBean |
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.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.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.
|
MutableObjectAttributeBean |
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.
|
MutableObjectAttributeBean |
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.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createObjectAttributeBeanForObject(ObjectBean objectBean,
ObjectTypeAttributeBean ota,
String... values)
Creates an object attribute bean of the given
ObjectTypeAttributeBean type and with the supplied values. |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createObjectAttributeBeanForObject(ObjectBean objectBean,
ObjectTypeAttributeBean ota,
String... values)
Creates an object attribute bean of the given
ObjectTypeAttributeBean type and with the supplied values. |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createProjectAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightProject> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createProjectAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightProject> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
MutableObjectAttributeBean |
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.
|
MutableObjectAttributeBean |
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.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserAttributeValueByName(ObjectTypeAttributeBean ota,
String... userNames)
Create a user attribute by one or more user names
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createUserAttributeValueByName(ObjectTypeAttributeBean ota,
String... userNames)
Create a user attribute by one or more user names
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserTypeAttribute(ObjectTypeAttributeBean ota,
List<String> valueList,
boolean includeInactiveUsers,
Integer maxUserSearchValue)
Creates an ObjectAttributeBean with values with all users matching the given userPredicate.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createUserTypeAttribute(ObjectTypeAttributeBean ota,
List<String> valueList,
boolean includeInactiveUsers,
Integer maxUserSearchValue)
Creates an ObjectAttributeBean with values with all users matching the given userPredicate.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserTypeAttribute(ObjectTypeAttributeBean ota,
String userKey)
Creates an ObjectAttributeBean with values with user matching the given user key
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createUserTypeAttribute(ObjectTypeAttributeBean ota,
String userKey)
Creates an ObjectAttributeBean with values with user matching the given user key
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserTypeAttributeByKeyOrUsername(ObjectTypeAttributeBean ota,
List<String> userKeys)
Creates an ObjectAttributeBean with values with user matching the given user keys
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createUserTypeAttributeByKeyOrUsername(ObjectTypeAttributeBean ota,
List<String> userKeys)
Creates an ObjectAttributeBean with values with user matching the given user keys
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createVersionAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightVersion> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createVersionAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightVersion> predicate) |
Copyright © 2024 Atlassian. All rights reserved.