Uses of Interface
com.axemble.vdoc.sdk.interfaces.ILibraryElement
Packages that use ILibraryElement
Package
Description
- 
Uses of ILibraryElement in com.axemble.vdoc.sdk.implClasses 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 TypeMethodDescriptionbooleanPortalLibraryModule.existSubscriptionByLibraryElement(IContext context, ILibraryElement libraryElement) voidPortalLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement element) voidPortalLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement element) voidPortalLibraryModule.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.interfacesSubinterfaces of ILibraryElement in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterfaceThe ICategory interface represents a category object.interfaceThe file within the library system.interfaceThe 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.modulesMethods in com.axemble.vdoc.sdk.modules with parameters of type ILibraryElementModifier and TypeMethodDescriptionbooleanIBaseLibraryModule.existSubscriptionByLibraryElement(IContext context, ILibraryElement libraryElement) check if theILibraryElementis subscribed by the uservoidIBaseLibraryModule.setSubscriptionRecursive(IContext context, ILibrary library, ILibraryElement libraryElement) toggle subsription recursive flagvoidIBaseLibraryModule.subscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Subscribe to aILibraryElement(IFile, IFolder, ICategory)voidIBaseLibraryModule.unsubscribe(IContext context, ILibrary library, ILibraryElement libraryElement) Unsubscribe to aILibraryElement(IFile, IFolder, ICategory)