Uses of Class
org.molgenis.metadata.manager.model.EditorAttributeIdentifier
-
Packages that use EditorAttributeIdentifier Package Description org.molgenis.metadata.manager.model -
-
Uses of EditorAttributeIdentifier in org.molgenis.metadata.manager.model
Methods in org.molgenis.metadata.manager.model that return EditorAttributeIdentifier Modifier and Type Method Description static EditorAttributeIdentifierEditorAttributeIdentifier. create(String id, String label)static EditorAttributeIdentifierEditorAttributeIdentifier. create(String id, String label, EditorEntityTypeIdentifier entity)abstract EditorAttributeIdentifierEditorEntityType. getIdAttribute()abstract EditorAttributeIdentifierEditorEntityType. getLabelAttribute()abstract EditorAttributeIdentifierEditorAttribute. getMappedByAttribute()abstract EditorAttributeIdentifierEditorAttribute. getParent()Methods in org.molgenis.metadata.manager.model that return types with arguments of type EditorAttributeIdentifier Modifier and Type Method Description abstract List<EditorAttributeIdentifier>EditorEntityTypeParent. getAttributes()abstract List<EditorAttributeIdentifier>EditorEntityType. getLookupAttributes()abstract List<EditorAttributeIdentifier>EditorEntityType. getReferringAttributes()Methods in org.molgenis.metadata.manager.model with parameters of type EditorAttributeIdentifier 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)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)Method parameters in org.molgenis.metadata.manager.model with type arguments of type EditorAttributeIdentifier Modifier and Type Method Description static EditorEntityTypeParentEditorEntityTypeParent. create(String id, String label, List<EditorAttributeIdentifier> attributes, EditorEntityTypeParent parent)
-