Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ObjectSchemaBean
Packages that use ObjectSchemaBean
Package
Description
-
Uses of ObjectSchemaBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return ObjectSchemaBeanModifier and TypeMethodDescriptionObjectSchemaFacade.loadObjectSchema
(int id) Loads aObjectSchemaBean
given its id.ObjectSchemaFacade.loadObjectSchemaBean
(int id) Deprecated.ObjectSchemaFacade.storeObjectSchemaBean
(ObjectSchemaBean objectSchemaBean) Stores aObjectSchemaBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type ObjectSchemaBeanModifier and TypeMethodDescriptionObjectSchemaFacade.findObjectSchemaBeans()
Finds allObjectSchemaBean
domain objects.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type ObjectSchemaBeanModifier and TypeMethodDescriptionObjectSchemaFacade.storeObjectSchemaBean
(ObjectSchemaBean objectSchemaBean) Stores aObjectSchemaBean
-
Uses of ObjectSchemaBean 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 ObjectSchemaBeanModifier and TypeMethodDescriptionObjectSchemaFacadeImpl.loadObjectSchema
(int id) ObjectSchemaFacadeImpl.loadObjectSchemaBean
(int id) ObjectSchemaFacadeImpl.storeObjectSchemaBean
(ObjectSchemaBean objectSchemaBean) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type ObjectSchemaBeanMethods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type ObjectSchemaBeanModifier and TypeMethodDescriptionObjectSchemaFacadeImpl.storeObjectSchemaBean
(ObjectSchemaBean objectSchemaBean) -
Uses of ObjectSchemaBean in com.riadalabs.jira.plugins.insight.services.events.objects.event
Methods in com.riadalabs.jira.plugins.insight.services.events.objects.event that return ObjectSchemaBeanConstructors in com.riadalabs.jira.plugins.insight.services.events.objects.event with parameters of type ObjectSchemaBean -
Uses of ObjectSchemaBean in com.riadalabs.jira.plugins.insight.services.model
Subclasses of ObjectSchemaBean in com.riadalabs.jira.plugins.insight.services.modelMethods in com.riadalabs.jira.plugins.insight.services.model that return ObjectSchemaBeanModifier and TypeMethodDescriptionObjectSchemaAndImportIdsMaps.getObjectSchemaBean()
abstract ObjectSchemaBean
GlobalConfiguration.objectSchema()
ImmutableGlobalConfiguration.objectSchema()
Methods in com.riadalabs.jira.plugins.insight.services.model with parameters of type ObjectSchemaBeanModifier and TypeMethodDescriptionint
ObjectSchemaBean.compareTo
(ObjectSchemaBean o) ImmutableGlobalConfiguration.Builder.setObjectSchema
(ObjectSchemaBean objectSchema) Initializes the value for theobjectSchema
attribute.void
ObjectSchemaAndImportIdsMaps.setObjectSchemaBean
(ObjectSchemaBean objectSchemaBean) ImmutableGlobalConfiguration.withObjectSchema
(ObjectSchemaBean value) Copy the current immutable object by setting a value for theobjectSchema
attribute.Constructors in com.riadalabs.jira.plugins.insight.services.model with parameters of type ObjectSchemaBean -
Uses of ObjectSchemaBean in com.riadalabs.jira.plugins.insight.services.model.imports