Uses of Interface
org.kuali.rice.krad.data.metadata.DataObjectAttribute
Packages that use DataObjectAttribute
Package
Description
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes.-
Uses of DataObjectAttribute in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa that return DataObjectAttributeModifier and TypeMethodDescriptionprotected DataObjectAttributeJpaMetadataProviderImpl.getAttributeMetadata(Class<?> persistableClass, javax.persistence.metamodel.SingularAttribute<?, ?> attr, List<String> primaryKeyAttributes) Gets a single field's metadata from the property descriptor.Methods in org.kuali.rice.krad.data.jpa that return types with arguments of type DataObjectAttributeModifier and TypeMethodDescriptionprotected List<DataObjectAttribute> JpaMetadataProviderImpl.getSingularAttributes(Class<?> persistableClass, Collection<?> fields, List<String> primaryKeyAttributes) Gets a list of attributes for this data object. -
Uses of DataObjectAttribute in org.kuali.rice.krad.data.metadata
Methods in org.kuali.rice.krad.data.metadata that return DataObjectAttributeModifier and TypeMethodDescriptionDataObjectMetadata.getAttribute(String attributeName) Gets attribute metadata.DataObjectAttribute.getOriginalDataObjectAttribute()Gets original data object.Methods in org.kuali.rice.krad.data.metadata that return types with arguments of type DataObjectAttributeModifier and TypeMethodDescriptionDataObjectMetadata.getAttributes()Gets attributes defined on the data object. -
Uses of DataObjectAttribute in org.kuali.rice.krad.data.metadata.impl
Subinterfaces of DataObjectAttribute in org.kuali.rice.krad.data.metadata.implModifier and TypeInterfaceDescriptioninterfaceInterface implemented by the classes within the provider, but that we don't want to expose to use outside of the krad-data module.Classes in org.kuali.rice.krad.data.metadata.impl that implement DataObjectAttributeModifier and TypeClassDescriptionclassBase implementation class for attribute metadata for data object classes.Fields in org.kuali.rice.krad.data.metadata.impl declared as DataObjectAttributeModifier and TypeFieldDescriptionprotected DataObjectAttributeDataObjectAttributeImpl.embeddedAttributeFields in org.kuali.rice.krad.data.metadata.impl with type parameters of type DataObjectAttributeModifier and TypeFieldDescriptionprotected Map<String, DataObjectAttribute> DataObjectMetadataImpl.attributeMapprotected List<DataObjectAttribute> DataObjectMetadataImpl.attributesMethods in org.kuali.rice.krad.data.metadata.impl that return DataObjectAttributeModifier and TypeMethodDescriptionDataObjectMetadataImpl.getAttribute(String attributeName) Gets attribute metadata.DataObjectAttributeImpl.getEmbeddedAttribute()If this data object attribute is wrapping another (generated by a lower metadata provider), return that.DataObjectAttributeInternal.getEmbeddedAttribute()If this data object attribute is wrapping another (generated by a lower metadata provider), return that.DataObjectAttributeImpl.getOriginalDataObjectAttribute()Gets original data object.Methods in org.kuali.rice.krad.data.metadata.impl that return types with arguments of type DataObjectAttributeModifier and TypeMethodDescriptionDataObjectMetadataImpl.getAttributes()Gets attributes defined on the data object.DataObjectMetadataImpl.orderAttributesByDefinedOrder(List<DataObjectAttribute> attributes) Orders attributes by defined order.Methods in org.kuali.rice.krad.data.metadata.impl with parameters of type DataObjectAttributeModifier and TypeMethodDescriptionvoidDataObjectAttributeImpl.setEmbeddedAttribute(DataObjectAttribute embeddedAttribute) Sets embedded attribute.voidDataObjectAttributeInternal.setEmbeddedAttribute(DataObjectAttribute embeddedAttribute) Sets embedded attribute.Method parameters in org.kuali.rice.krad.data.metadata.impl with type arguments of type DataObjectAttributeModifier and TypeMethodDescriptionDataObjectMetadataImpl.orderAttributesByDefinedOrder(List<DataObjectAttribute> attributes) Orders attributes by defined order.voidDataObjectMetadataImpl.setAttributes(List<DataObjectAttribute> attributes) Sets attributes.