Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ObjectBean
Packages that use ObjectBean
Package
Description
This package contains factory components for Assets usage.
-
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return ObjectBeanModifier and TypeMethodDescriptionObjectFacade.loadObjectBean
(int id) Loads aObjectBean
given its id.ObjectFacade.loadObjectBean
(String key) Loads aObjectBean
given its key.ObjectFacade.storeObjectBean
(MutableObjectBean objectBean) Stores aObjectBean
ObjectFacade.storeObjectBean
(MutableObjectBean objectBean, byte[] avatarData, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectBean
with the corresponding avatarObjectFacade.storeObjectBean
(MutableObjectBean objectBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) Stores aObjectBean
ObjectFacade.storeObjectBeanIgnoreAttributeValidation
(MutableObjectBean objectBean) Stores aObjectBean
bypassing ALL attribute validation e.g. uniqueness.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type ObjectBeanModifier and TypeMethodDescriptionIQLFacade.findObjects
(int schemaId, String iql) Find objects for an AQLIQLFacade.findObjects
(String iql) Find objects for an AQLIQLFacade.findObjectsByIQL
(String iql) Deprecated.IQLFacade.findObjectsByIQLAndSchema
(int schemaId, String iql) Deprecated.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type ObjectBeanModifier and TypeMethodDescriptionvoid
ObjectFacade.validateObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, ObjectBean objectBean) Validate an object attribute bean. -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return ObjectBeanModifier and TypeMethodDescriptionObjectFacadeImpl.loadObjectBean
(int id) ObjectFacadeImpl.loadObjectBean
(String key) ObjectFacadeImpl.storeObjectBean
(MutableObjectBean objectBean) ObjectFacadeImpl.storeObjectBean
(MutableObjectBean objectBean, byte[] avatarData, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) ObjectFacadeImpl.storeObjectBean
(MutableObjectBean objectBean, com.riadalabs.jira.plugins.insight.services.events.EventDispatchOption eventDispatchOption) ObjectFacadeImpl.storeObjectBeanIgnoreAttributeValidation
(MutableObjectBean objectBean) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type ObjectBeanModifier and TypeMethodDescriptionIQLFacadeImpl.findObjects
(int schemaId, String iql) IQLFacadeImpl.findObjects
(String iql) IQLFacadeImpl.findObjectsByIQL
(String iql) IQLFacadeImpl.findObjectsByIQLAndSchema
(int schemaId, String iql) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type ObjectBeanModifier and TypeMethodDescriptionvoid
ObjectFacadeImpl.validateObjectAttributeBean
(MutableObjectAttributeBean objectAttributeBean, ObjectBean objectBean) -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.events.objects
Methods in com.riadalabs.jira.plugins.insight.services.events.objects that return ObjectBean -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.events.objects.event
Constructors in com.riadalabs.jira.plugins.insight.services.events.objects.event with parameters of type ObjectBeanModifierConstructorDescriptionInsightObjectAttachmentAddedEvent
(ObjectBean objectBean, AttachmentBean attachmentBean, InsightUser runAsUser) InsightObjectAttachmentDeletedEvent
(ObjectBean objectBean, AttachmentBean attachmentBean, InsightUser runAsUser) InsightObjectCommentAddedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCommentDeletedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCommentEditedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCreatedEvent
(ObjectBean objectBean, InsightUser runAsUser) InsightObjectDeletedEvent
(ObjectBean objectBean, InsightUser runAsUser) InsightObjectMovedEvent
(ObjectBean objectBean, InsightUser runAsUser) InsightObjectUpdatedEvent
(ObjectBean objectBean, List<ObjectUpdateBean> objectUpdateBeans, InsightUser runAsUser) -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.model
Subclasses of ObjectBean in com.riadalabs.jira.plugins.insight.services.modelModifier and TypeClassDescriptionclass
Model representing an objectclass
Model representing an objectMethods in com.riadalabs.jira.plugins.insight.services.model that return ObjectBeanModifier and TypeMethodDescriptionfinal ObjectBean
ImmutableFactory.createObjectBean
(int id, String label, String objectKey, Date created, Date updated, boolean hasAvatar, int objectTypeId, boolean archived, Date archivedDate, String archivedBy) final 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) ObjectReferenceBean.getObjectBean()
ReferencedObjectBean.getSourceBean()
Methods in com.riadalabs.jira.plugins.insight.services.model that return types with arguments of type ObjectBeanModifier and TypeMethodDescriptionObjectBeanFilterResult.getObjectBeans()
ObjectResultBean.getObjects()
ReferencedObjectBean.getParentBeans()
Methods in com.riadalabs.jira.plugins.insight.services.model with parameters of type ObjectBeanModifier and TypeMethodDescriptionvoid
ReferencedObjectBean.addParentBean
(ObjectBean parentBean) int
ObjectBean.compareTo
(ObjectBean other) static MutableObjectBean
MutableObjectBean.create
(ObjectBean toCopy) static <T extends MutableObjectBean>
TMutableObjectBean.create
(ObjectBean bean, Class<T> clazz) boolean
ObjectBean.deepEquals
(ObjectBean other) Compares this object bean together with all attributes to determine if they are equalvoid
ObjectReferenceBean.setObjectBean
(ObjectBean objectBean) void
ReferencedObjectBean.setSourceBean
(ObjectBean sourceBean) Method parameters in com.riadalabs.jira.plugins.insight.services.model with type arguments of type ObjectBeanModifier and TypeMethodDescriptionstatic 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
ObjectBeanFilterResult.resetObjects
(List<ObjectBean> objectBeans) void
ObjectResultBean.resetObjects
(List<ObjectBean> objectBeans) void
ReferencedObjectBean.setParentBeans
(List<ObjectBean> parentBeans) Constructors in com.riadalabs.jira.plugins.insight.services.model with parameters of type ObjectBeanModifierConstructorDescriptionReferencedObjectBean
(@NotNull ObjectBean sourceBean, @NotNull List<ObjectBean> parentBeans) Constructor parameters in com.riadalabs.jira.plugins.insight.services.model with type arguments of type ObjectBeanModifierConstructorDescriptionReferencedObjectBean
(@NotNull ObjectBean sourceBean, @NotNull List<ObjectBean> parentBeans) -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.model.factory
Methods in com.riadalabs.jira.plugins.insight.services.model.factory with parameters of type ObjectBeanModifier and TypeMethodDescriptionObjectAttributeBeanFactory.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.Method parameters in com.riadalabs.jira.plugins.insight.services.model.factory with type arguments of type ObjectBeanModifier and TypeMethodDescriptionObjectAttributeBeanFactory.createReferenceAttributeValue
(ObjectTypeAttributeBean ota, Predicate<ObjectBean> predicate) ObjectAttributeBeanFactoryImpl.createReferenceAttributeValue
(ObjectTypeAttributeBean ota, Predicate<ObjectBean> predicate) -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.model.graph
Methods in com.riadalabs.jira.plugins.insight.services.model.graph that return ObjectBeanModifier and TypeMethodDescriptionImmutableObjectNode.object()
abstract ObjectBean
ObjectNode.object()
Methods in com.riadalabs.jira.plugins.insight.services.model.graph with parameters of type ObjectBeanModifier and TypeMethodDescriptionImmutableObjectNode.Builder.setObject
(ObjectBean object) Initializes the value for theobject
attribute.final ImmutableObjectNode
ImmutableObjectNode.withObject
(ObjectBean value) Copy the current immutable object by setting a value for theobject
attribute. -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.model.imports
Subclasses of ObjectBean in com.riadalabs.jira.plugins.insight.services.model.importsMethod parameters in com.riadalabs.jira.plugins.insight.services.model.imports with type arguments of type ObjectBeanModifier and TypeMethodDescriptionvoid
ObjectsToImport.filterList
(Predicate<ObjectBean> predicate) -
Uses of ObjectBean in com.riadalabs.jira.plugins.insight.services.model.move
Methods in com.riadalabs.jira.plugins.insight.services.model.move that return ObjectBeanConstructors in com.riadalabs.jira.plugins.insight.services.model.move with parameters of type ObjectBeanModifierConstructorDescriptionObjectsInError
(ObjectBean objectBean, Exception exception, List<String> errorMessages) -
Uses of ObjectBean in io.riada.jira.plugins.insight.widget.api.capability
Method parameters in io.riada.jira.plugins.insight.widget.api.capability with type arguments of type ObjectBeanModifier and TypeMethodDescriptionGeneratingDataByIQLCapability.generate
(PARAMETERS parameters, List<ObjectBean> objects, ProgressId progressId)