@Deprecated public class MaintenanceDocumentAttributeValueReader extends DictionaryObjectAttributeValueReader
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<?>> |
attributeTypeMap
Deprecated.
|
protected Map<String,Object> |
attributeValueMap
Deprecated.
|
beanWrapper, entry, objectattributeName, entryName| Constructor and Description |
|---|
MaintenanceDocumentAttributeValueReader(Object object,
String entryName,
MaintenanceDocumentEntry entry,
PersistenceStructureService persistenceStructureService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Constrainable |
getDefinition(String attributeName)
Deprecated.
provides access to the constrainable attribute definition of a specific attribute name
|
List<Constrainable> |
getDefinitions()
Deprecated.
gets a list of all constrainable dictionary metadata definitions for attributes or fields encapsulated by this
object
|
String |
getLabel(String attributeName)
Deprecated.
looks up a label for a specific attribute name
|
Class<?> |
getType(String attributeName)
Deprecated.
gets the type of the attribute specified - A Java class
|
<X> X |
getValue(String attributeName)
Deprecated.
looks up any attribute value by name for the object being processed
|
clone, getEntry, getObject, getPath, getValue, isNestedAttribute, isParentAttributeNull, isReadablegetAttributeName, getCleanSearchableValues, getEntryName, setAttributeNameprotected Map<String,Class<?>> attributeTypeMap
protected Map<String,Object> attributeValueMap
public MaintenanceDocumentAttributeValueReader(Object object, String entryName, MaintenanceDocumentEntry entry, PersistenceStructureService persistenceStructureService)
public Constrainable getDefinition(String attributeName)
AttributeValueReaderIf the value of the metadata associated with the object field does not implement constrainable, or if no metadata is associated with this object field, then null should be returned.
getDefinition in interface AttributeValueReadergetDefinition in class DictionaryObjectAttributeValueReaderattributeName - - the name of the attribute/field whose metadata is being requestedAttributeValueReader.getDefinition(java.lang.String)public List<Constrainable> getDefinitions()
AttributeValueReadergetDefinitions in interface AttributeValueReadergetDefinitions in class DictionaryObjectAttributeValueReaderAttributeValueReader.getDefinitions()public String getLabel(String attributeName)
AttributeValueReadergetLabel in interface AttributeValueReadergetLabel in class DictionaryObjectAttributeValueReaderattributeName - - the name of attributepublic Class<?> getType(String attributeName)
AttributeValueReadergetType in interface AttributeValueReadergetType in class DictionaryObjectAttributeValueReaderattributeName - - the name of attributeAttributeValueReader.getType(java.lang.String)public <X> X getValue(String attributeName) throws AttributeValidationException
AttributeValueReadergetValue in interface AttributeValueReadergetValue in class DictionaryObjectAttributeValueReaderX - - the type of the attributeattributeName - - the name of attribute whose value is looked upAttributeValidationExceptionAttributeValueReader.getValue(java.lang.String)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.