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 SummaryModifier and TypeMethodDescriptionget the subscribed elementis subscription recursiveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getLibraryElementILibraryElement getLibraryElement()get the subscribed element- Returns:
- ILibraryElement
 
- 
isSubscriptionRecursiveBoolean isSubscriptionRecursive()is subscription recursive- Returns:
- true if the sub elements are subscribed
 
 
-