| Package | Description |
|---|---|
| org.molgenis.metadata.manager.controller | |
| org.molgenis.metadata.manager.mapper | |
| org.molgenis.metadata.manager.model | |
| org.molgenis.metadata.manager.service |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataManagerController.upsertEntityType(EditorEntityType editorEntityType) |
| Modifier and Type | Method and Description |
|---|---|
EditorEntityType |
EntityTypeMapper.createEditorEntityType() |
EditorEntityType |
EntityTypeMapper.toEditorEntityType(EntityType entityType,
List<Attribute> referringAttributes) |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
EntityTypeMapper.toEntityType(EditorEntityType editorEntityType) |
| Modifier and Type | Method and Description |
|---|---|
static EditorEntityType |
EditorEntityType.create(String id,
String label,
Map<String,String> i18nLabel,
String description,
Map<String,String> i18nDescription,
boolean abstract_,
String backend,
EditorPackageIdentifier package_,
EditorEntityTypeParent entityTypeParent,
List<EditorAttribute> attributes,
List<EditorAttributeIdentifier> referringAttributes,
List<EditorTagIdentifier> tags,
EditorAttributeIdentifier idAttribute,
EditorAttributeIdentifier labelAttribute,
List<EditorAttributeIdentifier> lookupAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static EditorEntityTypeResponse |
EditorEntityTypeResponse.create(EditorEntityType entityType,
List<String> languageCodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataManagerService.upsertEntityType(EditorEntityType editorEntityType) |
void |
MetadataManagerServiceImpl.upsertEntityType(EditorEntityType editorEntityType) |
Copyright © 2017. All rights reserved.