Uses of Interface
com.axemble.vdoc.sdk.interfaces.ICategory
Package
Description
-
Uses of ICategory in com.axemble.vdoc.sdk.impl
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionICategory.getCategory
(String name) Gets a childICategory
object by its name.ICategory.getParentCategory()
Gets the parent category.Modifier and TypeMethodDescriptionILibrary.getAllCategories()
Gets all the categories.ILibrary.getCategories()
Gets all the root categories.Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionIBaseLibraryModule.getCategories
(IContext context, ILibrary library, boolean recursive) Modifier 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)