Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Interface and Description |
---|---|
interface |
ICategory
The ICategory interface represents a category object.
|
interface |
IFile
The file within the library system.
|
interface |
IFolder
The folder within the library system.
|
Modifier and Type | Method and Description |
---|---|
ILibraryElement |
ILibrarySubscription.getLibraryElement()
get the subscribed element
|
Modifier and Type | Method and Description |
---|---|
boolean |
IBaseLibraryModule.existSubscriptionByLibraryElement(IContext context,
ILibraryElement libraryElement)
check if the
ILibraryElement is subscribed by the user |
void |
IBaseLibraryModule.setSubscriptionRecursive(IContext context,
ILibrary library,
ILibraryElement libraryElement)
toggle subsription recursive flag
|
void |
IBaseLibraryModule.subscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Subscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
void |
IBaseLibraryModule.unsubscribe(IContext context,
ILibrary library,
ILibraryElement libraryElement)
Unsubscribe to a
ILibraryElement (IFile, IFolder, ICategory) |
Copyright © 2022 Visiativ. All rights reserved.