Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILibraryElement
Packages that use ILibraryElement
Package
Description
-
Uses of ILibraryElement in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement ILibraryElementMethods in com.axemble.vdoc.sdk.impl that return ILibraryElementMethods in com.axemble.vdoc.sdk.impl with parameters of type ILibraryElementModifier 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) Constructors in com.axemble.vdoc.sdk.impl with parameters of type ILibraryElementModifierConstructorDescriptionLibrarySubscription
(ILibraryElement libraryElement, Boolean isSubscriptionRecursive) -
Uses of ILibraryElement in com.axemble.vdoc.sdk.interfaces
Subinterfaces of ILibraryElement in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterface
The ICategory interface represents a category object.interface
The file within the library system.interface
The folder within the library system.Methods in com.axemble.vdoc.sdk.interfaces that return ILibraryElementModifier and TypeMethodDescriptionILibrarySubscription.getLibraryElement()
get the subscribed element -
Uses of ILibraryElement in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules with parameters of type ILibraryElementModifier 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)