| Package | Description |
|---|---|
| org.molgenis.metadata.manager.mapper | |
| org.molgenis.metadata.manager.model |
| Modifier and Type | Method and Description |
|---|---|
EditorAttribute |
AttributeMapper.createEditorAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static EditorAttribute |
EditorAttribute.create(String id,
String name,
String type,
EditorAttributeIdentifier parent,
EditorEntityTypeIdentifier refEntityType,
EditorAttributeIdentifier mappedByAttribute,
EditorSort orderBy,
String expression,
boolean nullable,
boolean auto,
boolean visible,
String label,
Map<String,String> i18nLabel,
String description,
Map<String,String> i18nDescription,
boolean aggregatable,
List<String> enumOptions,
Long rangeMin,
Long rangeMax,
boolean readonly,
boolean unique,
List<EditorTagIdentifier> tags,
String visibleExpression,
String validationExpression,
String defaultValue,
Integer sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<EditorAttribute> |
EditorEntityType.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static EditorAttributeResponse |
EditorAttributeResponse.create(EditorAttribute attribute,
List<String> languageCodes) |
| 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) |
Copyright © 2017. All rights reserved.