public interface AttributeDefinition extends ResolutionPlugIn<BaseAttribute>
DataConnector
s.
Attribute definitions must be stateless and thread-safe as a single instance may be used to service every request.修飾子とタイプ | メソッドと説明 |
---|---|
List<AttributeEncoder> |
getAttributeEncoders()
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
|
Map<Locale,String> |
getDisplayDescriptions()
Gets the localized human readable description of attribute.
|
Map<Locale,String> |
getDisplayNames()
Gets the localized human readable name of the attribute.
|
boolean |
isDependencyOnly()
Gets whether this attribute definition is only a dependency and thus its values should never be released outside
the resolver.
|
getDependencyIds, getId, resolve, validate
Map<Locale,String> getDisplayDescriptions()
Map<Locale,String> getDisplayNames()
List<AttributeEncoder> getAttributeEncoders()
boolean isDependencyOnly()
Copyright © 2012. All Rights Reserved.