Uses of Interface
org.kuali.rice.krad.data.metadata.MetadataChild
Packages that use MetadataChild
Package
Description
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes.-
Uses of MetadataChild in org.kuali.rice.krad.data.metadata
Subinterfaces of MetadataChild in org.kuali.rice.krad.data.metadataModifier and TypeInterfaceDescriptioninterfaceCollection metadatainterfaceRelationship between two data objects.Methods in org.kuali.rice.krad.data.metadata that return MetadataChildModifier and TypeMethodDescriptionMetadataChild.getInverseRelationship()Gets bi-directional relationship -
Uses of MetadataChild in org.kuali.rice.krad.data.metadata.impl
Classes in org.kuali.rice.krad.data.metadata.impl that implement MetadataChildModifier and TypeClassDescriptionclassCollection meta data.classClass defining common attributes on many different components of the metadata (data objects, attributes, etc...)classClass defining common attributes on many different components of the metadata (data objects, attributes, etc...)Fields in org.kuali.rice.krad.data.metadata.impl declared as MetadataChildModifier and TypeFieldDescriptionprotected MetadataChildMetadataChildBase.embeddedMetadataChildprotected MetadataChildMetadataChildBase.inverseRelationshipMethods in org.kuali.rice.krad.data.metadata.impl that return MetadataChildModifier and TypeMethodDescriptionMetadataChildBase.getEmbeddedMetadataChild()Gets the metadata from the childMetadataChildBase.getInverseRelationship()Gets bi-directional relationshipMethods in org.kuali.rice.krad.data.metadata.impl with parameters of type MetadataChildModifier and TypeMethodDescriptionvoidMetadataChildBase.setEmbeddedMetadataChild(MetadataChild embeddedMetadataChild) voidMetadataChildBase.setInverseRelationship(MetadataChild inverseRelationship) -
Uses of MetadataChild in org.kuali.rice.krad.data.provider.impl
Methods in org.kuali.rice.krad.data.provider.impl that return types with arguments of type MetadataChildModifier and TypeMethodDescriptionDataObjectWrapperBase.getChildrenMatchingOptions(MaterializeOption... options) This method retrieves theMetadataChildobjects (DataObjectRelationshiporDataObjectCollection) which match the givenMaterializeOptionoptions.Methods in org.kuali.rice.krad.data.provider.impl with parameters of type MetadataChildModifier and TypeMethodDescriptionprotected voidDataObjectWrapperBase.fetchRelationship(MetadataChild relationship, boolean useForeignKeyAttribute, boolean nullifyDanglingRelationship) Fetches and populates the value for the relationship with the given name on the wrapped object.protected voidDataObjectWrapperBase.fetchRelationshipUsingAttributes(MetadataChild relationship, boolean nullifyDanglingRelationship) Fetches the relationship using the foreign key attributes.protected voidDataObjectWrapperBase.fetchRelationshipUsingIdentity(MetadataChild relationship, boolean nullifyDanglingRelationship) Fetches the relationship using the primary key attributes.protected voidDataObjectWrapperBase.linkForeignKeysInternal(DataObjectWrapper<?> wrapped, MetadataChild relationship, Object relationshipValue, boolean onlyLinkReadOnly) Links foreign keys non-recursively using the relationship with the given name on the wrapped data object.protected voidDataObjectWrapperBase.populateInverseRelationship(MetadataChild relationship, Object propertyValue) Populates the property on the other side of the relationship.