Package com.axemble.vdoc.sdk.supports
Interface IAttributeSupport
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- IGroup,- ILocalization,- IOperator,- IOrganization,- IUser
The attribute support interface.
- Since:
- 2.1
- Version:
- 1.0, 25/09/2009
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAttribute(IAttribute attribute) Deprecated.use getExtendedAttributes insteadvoidaddAttributes(Collection<IAttribute> attributes) Deprecated.use getExtendedAttributes insteadgetAttribute(String name) Deprecated.Deprecated.Returns the extended attributes
- 
Method Details- 
addAttributeDeprecated.use getExtendedAttributes instead- Parameters:
- attribute-
 
- 
addAttributesDeprecated.use getExtendedAttributes instead- Parameters:
- attributes-
 
- 
getAttributeDeprecated.
- 
getAttributesDeprecated.
- 
getExtendedAttributesIStorageResource getExtendedAttributes()Returns the extended attributes- Returns:
- a IStorageResourceobject.
 
 
-