Uses of Interface
com.axemble.vdoc.sdk.interfaces.ICategory
Packages that use ICategory
Package
Description
- 
Uses of ICategory in com.axemble.vdoc.sdk.implClasses 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 TypeMethodDescriptionvoidPortalFile.addCategory(ICategory category) voidPortalLibraryModule.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) voidPortalFile.removeCategory(ICategory category) 
- 
Uses of ICategory in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return ICategoryModifier and TypeMethodDescriptionICategory.getCategory(String name) Gets a childICategoryobject 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 TypeMethodDescriptionvoidIFile.addCategory(ICategory category) Associates a category to the file.voidIFile.removeCategory(ICategory category) Removes the association between the file and the specified category.
- 
Uses of ICategory in com.axemble.vdoc.sdk.modulesMethods 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 TypeMethodDescriptionvoidIBaseLibraryModule.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 specifiedICategoryobject.Retrieves all the files associated with a specifiedICategoryobject.IBaseLibraryModule.getParentCategory(IContext context, ICategory category)