Modifier and Type | Method and Description |
---|---|
ObjectBean |
ObjectFacade.loadObjectBean(int id)
Loads a
ObjectBean given its id. |
ObjectBean |
ObjectFacade.loadObjectBean(String key)
Loads a
ObjectBean given its key. |
ObjectBean |
ObjectFacade.storeObjectBean(MutableObjectBean objectBean)
Stores a
ObjectBean |
ObjectBean |
ObjectFacade.storeObjectBean(MutableObjectBean objectBean,
byte[] avatarData,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Stores a
ObjectBean with the corresponding avatar |
ObjectBean |
ObjectFacade.storeObjectBean(MutableObjectBean objectBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption)
Stores a
ObjectBean |
ObjectBean |
ObjectFacade.storeObjectBeanIgnoreAttributeValidation(MutableObjectBean objectBean)
Stores a
ObjectBean bypassing ALL attribute validation e.g. |
Modifier and Type | Method and Description |
---|---|
List<ObjectBean> |
IQLFacade.findObjects(int schemaId,
String iql)
Find objects for an AQL
|
List<ObjectBean> |
IQLFacade.findObjects(String iql)
Find objects for an AQL
|
List<ObjectBean> |
IQLFacade.findObjectsByIQL(String iql)
Deprecated.
|
List<ObjectBean> |
IQLFacade.findObjectsByIQLAndSchema(int schemaId,
String iql)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectFacade.validateObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
ObjectBean objectBean)
Validate an object attribute bean.
|
Modifier and Type | Method and Description |
---|---|
ObjectBean |
ObjectFacadeImpl.loadObjectBean(int id) |
ObjectBean |
ObjectFacadeImpl.loadObjectBean(String key) |
ObjectBean |
ObjectFacadeImpl.storeObjectBean(MutableObjectBean objectBean) |
ObjectBean |
ObjectFacadeImpl.storeObjectBean(MutableObjectBean objectBean,
byte[] avatarData,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectBean |
ObjectFacadeImpl.storeObjectBean(MutableObjectBean objectBean,
com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) |
ObjectBean |
ObjectFacadeImpl.storeObjectBeanIgnoreAttributeValidation(MutableObjectBean objectBean) |
Modifier and Type | Method and Description |
---|---|
List<ObjectBean> |
IQLFacadeImpl.findObjects(int schemaId,
String iql) |
List<ObjectBean> |
IQLFacadeImpl.findObjects(String iql) |
List<ObjectBean> |
IQLFacadeImpl.findObjectsByIQL(String iql) |
List<ObjectBean> |
IQLFacadeImpl.findObjectsByIQLAndSchema(int schemaId,
String iql) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectFacadeImpl.validateObjectAttributeBean(MutableObjectAttributeBean objectAttributeBean,
ObjectBean objectBean) |
Modifier and Type | Method and Description |
---|---|
ObjectBean |
InsightObjectEvent.getObjectBean() |
Modifier and Type | Class and Description |
---|---|
class |
LegacyObjectBean
Model representing an object
|
class |
MutableObjectBean
Model representing an object
|
Modifier and Type | Method and Description |
---|---|
ObjectBean |
ImmutableFactory.createObjectBean(int id,
String label,
String objectKey,
Date created,
Date updated,
boolean hasAvatar,
int objectTypeId,
boolean archived,
Date archivedDate,
String archivedBy) |
ObjectBean |
ImmutableFactory.createObjectBean(int id,
String label,
String objectKey,
Date created,
Date updated,
boolean hasAvatar,
int objectTypeId,
List<ObjectAttributeBean> objectAttributeBeans,
boolean archived,
Date archivedDate,
String archivedBy) |
ObjectBean |
ObjectReferenceBean.getObjectBean() |
ObjectBean |
ReferencedObjectBean.getSourceBean() |
Modifier and Type | Method and Description |
---|---|
List<ObjectBean> |
ObjectBeanFilterResult.getObjectBeans() |
List<ObjectBean> |
ObjectResultBean.getObjects() |
List<ObjectBean> |
ReferencedObjectBean.getParentBeans() |
Modifier and Type | Method and Description |
---|---|
void |
ReferencedObjectBean.addParentBean(ObjectBean parentBean) |
int |
ObjectBean.compareTo(ObjectBean other) |
static MutableObjectBean |
MutableObjectBean.create(ObjectBean toCopy) |
static <T extends MutableObjectBean> |
MutableObjectBean.create(ObjectBean bean,
Class<T> clazz) |
boolean |
ObjectBean.deepEquals(ObjectBean other)
Compares this object bean together with all attributes to determine if they are equal
|
void |
ObjectReferenceBean.setObjectBean(ObjectBean objectBean) |
void |
ReferencedObjectBean.setSourceBean(ObjectBean sourceBean) |
Modifier and Type | Method and Description |
---|---|
static ObjectBeanFilterResult |
ObjectBeanFilterResult.create(List<ObjectBean> objectBeans,
int offset,
int limit) |
static ObjectBeanFilterResult |
ObjectBeanFilterResult.create(List<ObjectBean> objectBeans,
com.riadalabs.jira.plugins.insight.services.core.ObjectBeanFilter objectFilter) |
void |
ObjectResultBean.resetObjects(List<ObjectBean> objectBeans) |
void |
ObjectBeanFilterResult.resetObjects(List<ObjectBean> objectBeans) |
void |
ReferencedObjectBean.setParentBeans(List<ObjectBean> parentBeans) |
Constructor and Description |
---|
ReferencedObjectBean(@NotNull ObjectBean sourceBean,
@NotNull List<ObjectBean> parentBeans) |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createReferenceAttributeValue(ObjectTypeAttributeBean ota,
Predicate<ObjectBean> predicate) |
Modifier and Type | Method and Description |
---|---|
ObjectBean |
ImmutableObjectNode.object() |
abstract ObjectBean |
ObjectNode.object() |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.setObject(ObjectBean object)
Initializes the value for the
object attribute. |
ImmutableObjectNode |
ImmutableObjectNode.withObject(ObjectBean value)
Copy the current immutable object by setting a value for the
object attribute. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectImportBean |
Modifier and Type | Method and Description |
---|---|
void |
ObjectsToImport.filterList(Predicate<ObjectBean> predicate) |
Modifier and Type | Method and Description |
---|---|
ObjectBean |
MoveObjectResult.ObjectsInError.getObjectBean() |
Constructor and Description |
---|
ObjectsInError(ObjectBean objectBean,
Exception exception,
List<String> errorMessages) |
Modifier and Type | Method and Description |
---|---|
DATA |
GeneratingDataByIQLCapability.generate(PARAMETERS parameters,
List<ObjectBean> objects,
ProgressId progressId) |
Copyright © 2024 Atlassian. All rights reserved.