| Package | Description |
|---|---|
| org.kuali.rice.krad.data.jpa | |
| org.kuali.rice.krad.data.metadata |
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes. |
| org.kuali.rice.krad.data.metadata.impl |
| Modifier and Type | Method and Description |
|---|---|
protected DataObjectAttribute |
JpaMetadataProviderImpl.getAttributeMetadata(Class<?> persistableClass,
javax.persistence.metamodel.SingularAttribute<?,?> attr,
List<String> primaryKeyAttributes)
Gets a single field's metadata from the property descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DataObjectAttribute> |
JpaMetadataProviderImpl.getSingularAttributes(Class<?> persistableClass,
Collection<?> fields,
List<String> primaryKeyAttributes)
Gets a list of attributes for this data object.
|
| Modifier and Type | Method and Description |
|---|---|
DataObjectAttribute |
DataObjectMetadata.getAttribute(String attributeName)
Gets attribute metadata.
|
DataObjectAttribute |
DataObjectAttribute.getOriginalDataObjectAttribute()
Gets original data object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectAttribute> |
DataObjectMetadata.getAttributes()
Gets attributes defined on the data object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataObjectAttributeInternal
Interface implemented by the classes within the provider, but that we don't want to expose to use outside of the
krad-data module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataObjectAttributeImpl
Base implementation class for attribute metadata for data object classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataObjectAttribute |
DataObjectAttributeImpl.embeddedAttribute |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataObjectAttribute> |
DataObjectMetadataImpl.attributeMap |
protected List<DataObjectAttribute> |
DataObjectMetadataImpl.attributes |
| Modifier and Type | Method and Description |
|---|---|
DataObjectAttribute |
DataObjectMetadataImpl.getAttribute(String attributeName)
Gets attribute metadata.
|
DataObjectAttribute |
DataObjectAttributeInternal.getEmbeddedAttribute()
If this data object attribute is wrapping another (generated by a lower metadata provider), return that.
|
DataObjectAttribute |
DataObjectAttributeImpl.getEmbeddedAttribute()
If this data object attribute is wrapping another (generated by a lower metadata provider), return that.
|
DataObjectAttribute |
DataObjectAttributeImpl.getOriginalDataObjectAttribute()
Gets original data object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectAttribute> |
DataObjectMetadataImpl.getAttributes()
Gets attributes defined on the data object.
|
List<DataObjectAttribute> |
DataObjectMetadataImpl.orderAttributesByDefinedOrder(List<DataObjectAttribute> attributes)
Orders attributes by defined order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectAttributeInternal.setEmbeddedAttribute(DataObjectAttribute embeddedAttribute)
Sets embedded attribute.
|
void |
DataObjectAttributeImpl.setEmbeddedAttribute(DataObjectAttribute embeddedAttribute)
Sets embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectAttribute> |
DataObjectMetadataImpl.orderAttributesByDefinedOrder(List<DataObjectAttribute> attributes)
Orders attributes by defined order.
|
void |
DataObjectMetadataImpl.setAttributes(List<DataObjectAttribute> attributes)
Sets attributes.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.