Modifier and Type | Method and Description |
---|---|
ObjectSchemaBean |
ObjectSchemaFacade.loadObjectSchema(int id)
Loads a
ObjectSchemaBean given its id. |
ObjectSchemaBean |
ObjectSchemaFacade.loadObjectSchemaBean(int id)
Deprecated.
|
ObjectSchemaBean |
ObjectSchemaFacade.storeObjectSchemaBean(ObjectSchemaBean objectSchemaBean)
Stores a
ObjectSchemaBean |
Modifier and Type | Method and Description |
---|---|
List<ObjectSchemaBean> |
ObjectSchemaFacade.findObjectSchemaBeans()
Finds all
ObjectSchemaBean domain objects. |
Modifier and Type | Method and Description |
---|---|
ObjectSchemaBean |
ObjectSchemaFacade.storeObjectSchemaBean(ObjectSchemaBean objectSchemaBean)
Stores a
ObjectSchemaBean |
Modifier and Type | Method and Description |
---|---|
ObjectSchemaBean |
ObjectSchemaFacadeImpl.loadObjectSchema(int id) |
ObjectSchemaBean |
ObjectSchemaFacadeImpl.loadObjectSchemaBean(int id) |
ObjectSchemaBean |
ObjectSchemaFacadeImpl.storeObjectSchemaBean(ObjectSchemaBean objectSchemaBean) |
Modifier and Type | Method and Description |
---|---|
List<ObjectSchemaBean> |
ObjectSchemaFacadeImpl.findObjectSchemaBeans() |
Modifier and Type | Method and Description |
---|---|
ObjectSchemaBean |
ObjectSchemaFacadeImpl.storeObjectSchemaBean(ObjectSchemaBean objectSchemaBean) |
Modifier and Type | Method and Description |
---|---|
ObjectSchemaBean |
InsightObjectSchemaCreatedEvent.getObjectSchema() |
Constructor and Description |
---|
InsightObjectSchemaCreatedEvent(ObjectSchemaBean created) |
Modifier and Type | Class and Description |
---|---|
class |
MutableObjectSchemaBean |
Modifier and Type | Method and Description |
---|---|
ObjectSchemaBean |
ObjectSchemaAndImportIdsMaps.getObjectSchemaBean() |
ObjectSchemaBean |
ImmutableGlobalConfiguration.objectSchema() |
abstract ObjectSchemaBean |
GlobalConfiguration.objectSchema() |
Modifier and Type | Method and Description |
---|---|
int |
ObjectSchemaBean.compareTo(ObjectSchemaBean o) |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setObjectSchema(ObjectSchemaBean objectSchema)
Initializes the value for the
objectSchema attribute. |
void |
ObjectSchemaAndImportIdsMaps.setObjectSchemaBean(ObjectSchemaBean objectSchemaBean) |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withObjectSchema(ObjectSchemaBean value)
Copy the current immutable object by setting a value for the
objectSchema attribute. |
Constructor and Description |
---|
MutableObjectSchemaBean(ObjectSchemaBean original) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectSchemaImportBean |
Copyright © 2024 Atlassian. All rights reserved.