Package com.axemble.vdoc.sdk.interfaces
Interface ILibrarySubscription
- All Superinterfaces:
IElement,IProtocolSupport,Serializable
- All Known Implementing Classes:
LibrarySubscription
The ILibrarySubscription interface represents a subscription to an
IFile or IFolder with the recusive attribute- Author:
- flucas
-
Method Summary
Modifier and TypeMethodDescriptionget the subscribed elementis subscription recursiveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getLibraryElement
ILibraryElement getLibraryElement()get the subscribed element- Returns:
- ILibraryElement
-
isSubscriptionRecursive
Boolean isSubscriptionRecursive()is subscription recursive- Returns:
- true if the sub elements are subscribed
-