@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, object
attributeName, 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, isReadable
getAttributeName, getCleanSearchableValues, getEntryName, setAttributeName
protected Map<String,Class<?>> attributeTypeMap
protected Map<String,Object> attributeValueMap
public MaintenanceDocumentAttributeValueReader(Object object, String entryName, MaintenanceDocumentEntry entry, PersistenceStructureService persistenceStructureService)
public Constrainable getDefinition(String attributeName)
AttributeValueReader
If 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 AttributeValueReader
getDefinition
in class DictionaryObjectAttributeValueReader
attributeName
- - the name of the attribute/field whose metadata is being requestedAttributeValueReader.getDefinition(java.lang.String)
public List<Constrainable> getDefinitions()
AttributeValueReader
getDefinitions
in interface AttributeValueReader
getDefinitions
in class DictionaryObjectAttributeValueReader
AttributeValueReader.getDefinitions()
public String getLabel(String attributeName)
AttributeValueReader
getLabel
in interface AttributeValueReader
getLabel
in class DictionaryObjectAttributeValueReader
attributeName
- - the name of attributepublic Class<?> getType(String attributeName)
AttributeValueReader
getType
in interface AttributeValueReader
getType
in class DictionaryObjectAttributeValueReader
attributeName
- - the name of attributeAttributeValueReader.getType(java.lang.String)
public <X> X getValue(String attributeName) throws AttributeValidationException
AttributeValueReader
getValue
in interface AttributeValueReader
getValue
in class DictionaryObjectAttributeValueReader
X
- - the type of the attributeattributeName
- - the name of attribute whose value is looked upAttributeValidationException
AttributeValueReader.getValue(java.lang.String)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.