Uses of Class
org.molgenis.metadata.manager.model.EditorAttribute
-
Packages that use EditorAttribute Package Description org.molgenis.metadata.manager.mapper org.molgenis.metadata.manager.model -
-
Uses of EditorAttribute in org.molgenis.metadata.manager.mapper
Methods in org.molgenis.metadata.manager.mapper that return EditorAttribute Modifier and Type Method Description EditorAttributeAttributeMapper. createEditorAttribute() -
Uses of EditorAttribute in org.molgenis.metadata.manager.model
Methods in org.molgenis.metadata.manager.model that return EditorAttribute Modifier and Type Method Description static EditorAttributeEditorAttribute. create(String id, String name, String type, EditorAttributeIdentifier parent, EditorEntityTypeIdentifier refEntityType, boolean cascadeDelete, 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 nullableExpression, String visibleExpression, String validationExpression, String defaultValue, Integer sequenceNumber)Methods in org.molgenis.metadata.manager.model that return types with arguments of type EditorAttribute Modifier and Type Method Description abstract List<EditorAttribute>EditorEntityType. getAttributes()Methods in org.molgenis.metadata.manager.model with parameters of type EditorAttribute Modifier and Type Method Description static EditorAttributeResponseEditorAttributeResponse. create(EditorAttribute attribute, List<String> languageCodes)Method parameters in org.molgenis.metadata.manager.model with type arguments of type EditorAttribute Modifier and Type Method Description static EditorEntityTypeEditorEntityType. create(String id, String label, Map<String,String> i18nLabel, String description, Map<String,String> i18nDescription, boolean isAbstract, String backend, EditorPackageIdentifier aPackage, EditorEntityTypeParent entityTypeParent, List<EditorAttribute> attributes, List<EditorAttributeIdentifier> referringAttributes, List<EditorTagIdentifier> tags, EditorAttributeIdentifier idAttribute, EditorAttributeIdentifier labelAttribute, List<EditorAttributeIdentifier> lookupAttributes)
-