Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAttribute
Package
Description
-
Uses of IAttribute in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionDirectoryModuleImpl.createAttribute
(String name, int type, Object value) Deprecated. -
Uses of IAttribute in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDirectoryModule.createAttribute
(String name, int type, Object value) Deprecated.use getExtendedAttributes method instead. -
Uses of IAttribute in com.axemble.vdoc.sdk.supports
Modifier and TypeMethodDescriptionvoid
IAttributeSupport.addAttribute
(IAttribute attribute) Deprecated.use getExtendedAttributes insteadModifier and TypeMethodDescriptionvoid
IAttributeSupport.addAttributes
(Collection<IAttribute> attributes) Deprecated.use getExtendedAttributes instead