Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
ICategory |
ICategory.getCategory(String name)
Gets a child
ICategory object by its name. |
ICategory |
ICategory.getParentCategory()
Gets the parent category.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ICategory category,
String name) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ILibrary library,
String name) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
String name) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ICategory category,
String name) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ILibrary library,
String name) |
ICategory |
IBaseLibraryModule.getCategory(Object object) |
ICategory |
IBaseLibraryModule.getParentCategory(IContext context,
ICategory category) |
Modifier and Type | Method and Description |
---|---|
Collection<ICategory> |
IBaseLibraryModule.getCategories(IContext context,
ILibrary library,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
void |
IBaseLibraryModule.addCategory(IContext context,
IFile file,
ICategory category) |
ICategory |
IBaseLibraryModule.createCategory(IContext context,
ICategory category,
String name) |
Collection |
IBaseLibraryModule.getCategories(IContext context,
ICategory category,
boolean recursive) |
ICategory |
IBaseLibraryModule.getCategory(IContext context,
ICategory category,
String name) |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ICategory category)
Retrieves all the files associated with a specified
ICategory object. |
Collection |
IBaseLibraryModule.getFiles(IContext context,
ICategory category,
boolean includeDeleted)
Retrieves all the files associated with a specified
ICategory object. |
ICategory |
IBaseLibraryModule.getParentCategory(IContext context,
ICategory category) |
Copyright © 2022 Visiativ. All rights reserved.