| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttribute(int id)
Loads a
ObjectTypeAttributeBean |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttribute(int objectTypeId,
String name)
Loads a
ObjectTypeAttributeBean given its object type and name. |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttribute(int objectTypeId,
String name,
boolean ignorePermissionCheck)
Loads a
ObjectTypeAttributeBean given its object type, name and a parameter to ignore permission check |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttributeBean(int id)
Deprecated.
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.loadObjectTypeAttributeBean(int objectTypeId,
String name)
Deprecated.
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacade.storeObjectTypeAttributeBean(MutableObjectTypeAttributeBean objectTypeAttributeBean,
int objectTypeId)
Stores a
ObjectTypeAttributeBean |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findObjectTypeAttributeBeans(int objectTypeId)
Finds all
ObjectTypeAttributeBean |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate)
Finds
ObjectTypeAttributeBean |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findReferencedObjectTypeAttributeBeans(int objectTypeId)
Finds all ObjectTypeAttributeBeans that are referenced to the specified ObjectTypeBeans .
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacade.findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate)
Finds
ObjectTypeAttributeBean |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttribute(int id) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttribute(int objectTypeId,
String name) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttribute(int objectTypeId,
String name,
boolean ignorePermissionCheck) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttributeBean(int id) |
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.loadObjectTypeAttributeBean(int objectTypeId,
String name)
Deprecated.
|
ObjectTypeAttributeBean |
ObjectTypeAttributeFacadeImpl.storeObjectTypeAttributeBean(MutableObjectTypeAttributeBean objectTypeAttributeBean,
int objectTypeId) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findObjectTypeAttributeBeans(int objectTypeId) |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate) |
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findReferencedObjectTypeAttributeBeans(int objectTypeId) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTypeAttributeBean> |
ObjectTypeAttributeFacadeImpl.findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableObjectTypeAttributeBean
Model representing an object type attribute
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
ImmutableFactory.createObjectTypeAttribute(Integer id,
String name,
boolean label,
ObjectTypeAttributeBean.Type type,
String description,
ObjectTypeAttributeBean.DefaultType defaultType,
ReferenceTypeBean referenceTypeBean,
Integer referenceObjectTypeId,
String typeValue,
String additionalValue,
int position,
Date created,
Date updated,
Integer objectTypeId,
boolean hidden,
int minimumCardinality,
int maximumCardinality,
boolean removable,
ObjectTypeAttributeBean.SystemAttributeType systemAttributeType,
String suffix,
boolean includeChildObjectTypes,
boolean uniqueAttribute,
boolean summable,
boolean indexed,
String regexValidation,
String iql,
String options) |
ObjectTypeAttributeBean |
ObjectReferenceBean.getObjectTypeAttributeBean() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectTypeAttributeBean> |
ObjectResultBean.getObjectTypeAttributes() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectTypeAttributeBean.compareTo(ObjectTypeAttributeBean other) |
MutableObjectAttributeBean |
ObjectBean.createObjectAttributeBean(ObjectTypeAttributeBean objectTypeAttributeBean) |
static int |
ObjectTypeAttributeBean.maximumCardinalityForType(ObjectTypeAttributeBean ota) |
void |
ObjectReferenceBean.setObjectTypeAttributeBean(ObjectTypeAttributeBean objectTypeAttributeBean) |
void |
MutableObjectAttributeValueBean.setValue(ObjectTypeAttributeBean objectTypeAttribute,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectResultBean.setObjectTypeAttributes(List<ObjectTypeAttributeBean> objectTypeAttributes) |
| Constructor and Description |
|---|
MutableObjectTypeAttributeBean(ObjectTypeAttributeBean original) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createConfluenceAttributeValue(ObjectTypeAttributeBean ota,
Integer... pageIds) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createConfluenceAttributeValue(ObjectTypeAttributeBean ota,
Integer... pageIds) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createDefaultTypeValues(ObjectTypeAttributeBean ota,
Object... values)
Creates default type values from the specified values.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createDefaultTypeValues(ObjectTypeAttributeBean ota,
Object... values)
Creates default type values from the specified values.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createGroupAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightGroup> groupPredicate)
Create an object attribute bean with all groups matching the predicate
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createGroupAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightGroup> groupPredicate)
Create an object attribute bean with all groups matching the predicate
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createGroupAttributeValueByNames(ObjectTypeAttributeBean ota,
String... groupNames)
Create an object attribute bean with one or more group names
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createGroupAttributeValueByNames(ObjectTypeAttributeBean ota,
String... groupNames)
Create an object attribute bean with one or more group names
|
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,
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,
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.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.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,
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,
String... values)
Creates an object attribute bean of the given
ObjectTypeAttributeBean type and with the supplied values. |
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.createProjectAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightProject> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createProjectAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightProject> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createStatusAttributeValue(ObjectTypeAttributeBean ota,
Predicate<StatusTypeBean> predicate) |
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.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.createUserAttributeValueByName(ObjectTypeAttributeBean ota,
String... userNames)
Create a user attribute by one or more user names
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserAttributeValueByName(ObjectTypeAttributeBean ota,
String... userNames)
Create a user attribute by one or more user names
|
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,
List<String> valueList,
boolean includeInactiveUsers,
Integer maxUserSearchValue)
Creates an ObjectAttributeBean with values with all users matching the given userPredicate.
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createUserTypeAttribute(ObjectTypeAttributeBean ota,
String userKey)
Creates an ObjectAttributeBean with values with user matching the given user key
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserTypeAttribute(ObjectTypeAttributeBean ota,
String userKey)
Creates an ObjectAttributeBean with values with user matching the given user key
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createUserTypeAttributeByKeyOrUsername(ObjectTypeAttributeBean ota,
List<String> userKeys)
Creates an ObjectAttributeBean with values with user matching the given user keys
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createUserTypeAttributeByKeyOrUsername(ObjectTypeAttributeBean ota,
List<String> userKeys)
Creates an ObjectAttributeBean with values with user matching the given user keys
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createVersionAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightVersion> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createVersionAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightVersion> predicate) |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
ImmutableReferenceEdge.objectTypeAttribute() |
abstract ObjectTypeAttributeBean |
ReferenceEdge.objectTypeAttribute() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableReferenceEdge.Builder |
ImmutableReferenceEdge.Builder.setObjectTypeAttribute(ObjectTypeAttributeBean objectTypeAttribute)
Initializes the value for the
objectTypeAttribute attribute. |
ImmutableReferenceEdge |
ImmutableReferenceEdge.withObjectTypeAttribute(ObjectTypeAttributeBean value)
Copy the current immutable object by setting a value for the
objectTypeAttribute attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectTypeAttributeImportBean
Model representing an object type attribute
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
ObjectImportAttribute.getObjectTypeAttributeBean() |
| Modifier and Type | Method and Description |
|---|---|
Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> |
ObjectImportBean.ReferenceMapping.getReferences() |
Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> |
ObjectImportBean.ReferenceMapping.getReferencesWithDotNotation() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectImportAttribute |
ObjectImportAttribute.createImportAttribute(ObjectTypeAttributeBean objectTypeAttributeBean,
List<String> values,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingIQLs) |
void |
ObjectImportBean.putReferenceMapping(ObjectTypeAttributeBean ota,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate) |
void |
ObjectImportBean.ReferenceMapping.putReferenceMapping(ObjectTypeAttributeBean ota,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate) |
void |
ObjectImportBean.putReferenceMappingWithDotNotation(ObjectTypeAttributeBean ota,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate)
Since the IQL dot notation requires the references to be set before the IQL will be executable
|
void |
ObjectImportBean.ReferenceMapping.putReferenceMappingWithDotNotation(ObjectTypeAttributeBean ota,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate)
Since the IQL dot notation requires the references to be set before the IQL will be executable
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
MoveAttributeMapping.getFrom() |
ObjectTypeAttributeBean |
MoveAttributeMapping.getTo()
Should be performed when a mapping exists (if shouldMap == true)
|
| Modifier and Type | Method and Description |
|---|---|
static MoveAttributeMapping |
MoveAttributeMapping.create(ObjectTypeAttributeBean from) |
static MoveAttributeMapping |
MoveAttributeMapping.create(ObjectTypeAttributeBean from,
ObjectTypeAttributeBean to) |
static MoveAttributeMapping |
MoveAttributeMapping.create(ObjectTypeAttributeBean from,
ObjectTypeAttributeBean to,
ObjectAttributeTransformer transformer) |
| Constructor and Description |
|---|
NoTransformation(ObjectTypeAttributeBean fromType,
ObjectTypeAttributeBean toType) |
Copyright © 2022 Atlassian. All rights reserved.