| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeBean |
ConfigureFacade.createReferenceTypeBean(ReferenceTypeBean referenceTypeBean)
Creates a
ReferenceTypeBean |
ReferenceTypeBean |
ConfigureFacade.loadReferenceTypeBean(int id)
Loads a single
ReferenceTypeBean |
ReferenceTypeBean |
ConfigureFacade.loadReferenceTypeBean(int id,
String name)
Loads a single
ReferenceTypeBean |
ReferenceTypeBean |
ConfigureFacade.updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean)
Updates a
ReferenceTypeBean |
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceTypeBean> |
ConfigureFacade.findAllReferenceTypeBeans(int objectSchemaId)
Finds all
ReferenceTypeBean including global ones |
List<ReferenceTypeBean> |
ConfigureFacade.findGlobalReferenceTypeBeans()
Finds all global
ReferenceTypeBean |
List<ReferenceTypeBean> |
ConfigureFacade.findReferenceTypeBeans(int objectSchemaId)
Finds all
ReferenceTypeBean for a specific ObjectSchema id |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeBean |
ConfigureFacade.createReferenceTypeBean(ReferenceTypeBean referenceTypeBean)
Creates a
ReferenceTypeBean |
ReferenceTypeBean |
ConfigureFacade.updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean)
Updates a
ReferenceTypeBean |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeBean |
ConfigureFacadeImpl.createReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
ReferenceTypeBean |
ConfigureFacadeImpl.loadReferenceTypeBean(int id) |
ReferenceTypeBean |
ConfigureFacadeImpl.loadReferenceTypeBean(int id,
String name) |
ReferenceTypeBean |
ConfigureFacadeImpl.updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceTypeBean> |
ConfigureFacadeImpl.findAllReferenceTypeBeans(int objectSchemaId) |
List<ReferenceTypeBean> |
ConfigureFacadeImpl.findGlobalReferenceTypeBeans() |
List<ReferenceTypeBean> |
ConfigureFacadeImpl.findReferenceTypeBeans(int objectSchemaId) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeBean |
ConfigureFacadeImpl.createReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
ReferenceTypeBean |
ConfigureFacadeImpl.updateReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
| Modifier and Type | Class and Description |
|---|---|
class |
QuickReferenceTypeBean |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeBean |
ObjectTypeAttributeBean.getReferenceTypeBean() |
| Modifier and Type | Method and Description |
|---|---|
Set<ReferenceTypeBean> |
ReferenceTypeObjectInfo.getReferenceTypeBeans() |
abstract List<ReferenceTypeBean> |
GlobalConfiguration.referenceTypes() |
com.google.common.collect.ImmutableList<ReferenceTypeBean> |
ImmutableGlobalConfiguration.referenceTypes() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addReferenceTypes(ReferenceTypeBean... elements)
Adds elements to
referenceTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addReferenceTypes(ReferenceTypeBean element)
Adds one element to
referenceTypes list. |
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) |
void |
MutableObjectTypeAttributeBean.setReferenceTypeBean(ReferenceTypeBean referenceTypeBean) |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withReferenceTypes(ReferenceTypeBean... elements)
Copy the current immutable object with elements that replace the content of
referenceTypes. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
Adds elements to
referenceTypes list. |
void |
ReferenceTypeObjectInfo.setReferenceTypeBeans(Set<ReferenceTypeBean> referenceTypeBeans) |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
Sets or replaces all elements for
referenceTypes list. |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
Copy the current immutable object with elements that replace the content of
referenceTypes. |
| Modifier and Type | Method and Description |
|---|---|
Set<ReferenceTypeBean> |
RefCustomFieldConnectBean.getReferenceTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefCustomFieldConnectBean.setReferenceTypes(Set<ReferenceTypeBean> referenceTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceTypeImportBean |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeBean |
ReferenceTypeImportBean.getNewObject() |
| Constructor and Description |
|---|
ReferenceTypeImportBean(ReferenceTypeBean referenceType) |
Copyright © 2022 Atlassian. All rights reserved.