Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILibraryElement
Package
Description
-
Uses of ILibraryElement in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionboolean
PortalLibraryModule.existSubscriptionByLibraryElement
(IContext context, ILibraryElement libraryElement) void
PortalLibraryModule.setSubscriptionRecursive
(IContext context, ILibrary library, ILibraryElement element) void
PortalLibraryModule.subscribe
(IContext context, ILibrary library, ILibraryElement element) void
PortalLibraryModule.unsubscribe
(IContext context, ILibrary library, ILibraryElement element) ModifierConstructorDescriptionLibrarySubscription
(ILibraryElement libraryElement, Boolean isSubscriptionRecursive) -
Uses of ILibraryElement in com.axemble.vdoc.sdk.interfaces
Modifier and TypeInterfaceDescriptioninterface
The ICategory interface represents a category object.interface
The file within the library system.interface
The folder within the library system.Modifier and TypeMethodDescriptionILibrarySubscription.getLibraryElement()
get the subscribed element -
Uses of ILibraryElement in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionboolean
IBaseLibraryModule.existSubscriptionByLibraryElement
(IContext context, ILibraryElement libraryElement) check if theILibraryElement
is subscribed by the uservoid
IBaseLibraryModule.setSubscriptionRecursive
(IContext context, ILibrary library, ILibraryElement libraryElement) toggle subsription recursive flagvoid
IBaseLibraryModule.subscribe
(IContext context, ILibrary library, ILibraryElement libraryElement) Subscribe to aILibraryElement
(IFile, IFolder, ICategory)void
IBaseLibraryModule.unsubscribe
(IContext context, ILibrary library, ILibraryElement libraryElement) Unsubscribe to aILibraryElement
(IFile, IFolder, ICategory)