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 Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(IAttribute attribute) Deprecated.use getExtendedAttributes insteadvoid
addAttributes
(Collection<IAttribute> attributes) Deprecated.use getExtendedAttributes insteadgetAttribute
(String name) Deprecated.Deprecated.Returns the extended attributes
-
Method Details
-
addAttribute
Deprecated.use getExtendedAttributes instead- Parameters:
attribute
-
-
addAttributes
Deprecated.use getExtendedAttributes instead- Parameters:
attributes
-
-
getAttribute
Deprecated. -
getAttributes
Deprecated. -
getExtendedAttributes
IStorageResource getExtendedAttributes()Returns the extended attributes- Returns:
- a
IStorageResource
object.
-