Uses of Interface
com.axemble.vdoc.sdk.interfaces.ICategory
Packages that use ICategory
Package
Description
-
Uses of ICategory in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement ICategoryMethods in com.axemble.vdoc.sdk.impl that return ICategoryModifier and TypeMethodDescriptionPortalLibraryModule.createCategory
(IContext context, ICategory parent, String name) PortalLibraryModule.createCategory
(IContext context, ILibrary library, String name) PortalLibraryModule.createCategory
(IContext context, String name) PortalCategory.getCategory
(String name) PortalLibraryModule.getCategory
(IContext context, ICategory category, String name) PortalLibraryModule.getCategory
(IContext context, ILibrary library, String name) PortalLibraryModule.getCategory
(Object object) PortalCategory.getParentCategory()
PortalLibraryModule.getParentCategory
(IContext context, ICategory category) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type ICategoryMethods in com.axemble.vdoc.sdk.impl with parameters of type ICategoryModifier and TypeMethodDescriptionvoid
PortalFile.addCategory
(ICategory category) void
PortalLibraryModule.addCategory
(IContext context, IFile file, ICategory category) PortalLibraryModule.createCategory
(IContext context, ICategory parent, String name) PortalLibraryModule.getCategories
(IContext context, ICategory category, boolean recursive) PortalLibraryModule.getCategory
(IContext context, ICategory category, String name) PortalLibraryModule.getParentCategory
(IContext context, ICategory category) void
PortalFile.removeCategory
(ICategory category) -
Uses of ICategory in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return ICategoryModifier and TypeMethodDescriptionICategory.getCategory
(String name) Gets a childICategory
object by its name.ICategory.getParentCategory()
Gets the parent category.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type ICategoryModifier and TypeMethodDescriptionILibrary.getAllCategories()
Gets all the categories.ILibrary.getCategories()
Gets all the root categories.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type ICategoryModifier and TypeMethodDescriptionvoid
IFile.addCategory
(ICategory category) Associates a category to the file.void
IFile.removeCategory
(ICategory category) Removes the association between the file and the specified category. -
Uses of ICategory in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return ICategoryModifier and TypeMethodDescriptionIBaseLibraryModule.createCategory
(IContext context, ICategory category, String name) IBaseLibraryModule.createCategory
(IContext context, ILibrary library, String name) IBaseLibraryModule.createCategory
(IContext context, String name) IBaseLibraryModule.getCategory
(IContext context, ICategory category, String name) IBaseLibraryModule.getCategory
(IContext context, ILibrary library, String name) IBaseLibraryModule.getCategory
(Object object) IBaseLibraryModule.getParentCategory
(IContext context, ICategory category) Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type ICategoryModifier and TypeMethodDescriptionIBaseLibraryModule.getCategories
(IContext context, ILibrary library, boolean recursive) Methods in com.axemble.vdoc.sdk.modules with parameters of type ICategoryModifier and TypeMethodDescriptionvoid
IBaseLibraryModule.addCategory
(IContext context, IFile file, ICategory category) IBaseLibraryModule.createCategory
(IContext context, ICategory category, String name) IBaseLibraryModule.getCategories
(IContext context, ICategory category, boolean recursive) IBaseLibraryModule.getCategory
(IContext context, ICategory category, String name) Retrieves all the files associated with a specifiedICategory
object.Retrieves all the files associated with a specifiedICategory
object.IBaseLibraryModule.getParentCategory
(IContext context, ICategory category)