Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAttribute
Packages that use IAttribute
Package
Description
-
Uses of IAttribute in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IAttributeModifier and TypeMethodDescriptionDirectoryModuleImpl.createAttribute
(String name, int type, Object value) Deprecated. -
Uses of IAttribute in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IAttributeModifier and TypeMethodDescriptionIBaseDirectoryModule.createAttribute
(String name, int type, Object value) Deprecated.use getExtendedAttributes method instead. -
Uses of IAttribute in com.axemble.vdoc.sdk.supports
Methods in com.axemble.vdoc.sdk.supports that return IAttributeMethods in com.axemble.vdoc.sdk.supports that return types with arguments of type IAttributeMethods in com.axemble.vdoc.sdk.supports with parameters of type IAttributeModifier and TypeMethodDescriptionvoid
IAttributeSupport.addAttribute
(IAttribute attribute) Deprecated.use getExtendedAttributes insteadMethod parameters in com.axemble.vdoc.sdk.supports with type arguments of type IAttributeModifier and TypeMethodDescriptionvoid
IAttributeSupport.addAttributes
(Collection<IAttribute> attributes) Deprecated.use getExtendedAttributes instead