Package com.axemble.vdoc.sdk.impl
Class LibrarySubscription
java.lang.Object
com.axemble.vdoc.sdk.impl.LibrarySubscription
- All Implemented Interfaces:
IElement,ILibrarySubscription,IProtocolSupport,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLibrarySubscription(ILibraryElement libraryElement, Boolean isSubscriptionRecursive) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the identifier object.get the subscribed elementAllows to retrieve the current module.Gets the native object underneath.getPath()Gets the path of the object.getProtocolURI(boolean useNames) is subscription recursivebooleanSaves or updates the element.
-
Constructor Details
-
LibrarySubscription
-
-
Method Details
-
getLibraryElement
Description copied from interface:ILibrarySubscriptionget the subscribed element- Specified by:
getLibraryElementin interfaceILibrarySubscription- Returns:
- ILibraryElement
-
isSubscriptionRecursive
Description copied from interface:ILibrarySubscriptionis subscription recursive- Specified by:
isSubscriptionRecursivein interfaceILibrarySubscription- Returns:
- true if the sub elements are subscribed
-
getId
Description copied from interface:IElementGets the identifier object.- Specified by:
getIdin interfaceIElement- Returns:
- a
IStorageKeyobject.
-
getPath
Description copied from interface:IElementGets the path of the object. -
getNativeObject
Description copied from interface:IElementGets the native object underneath.- Specified by:
getNativeObjectin interfaceIElement- Returns:
- an object.
-
getModule
Description copied from interface:IElementAllows to retrieve the current module. -
save
Description copied from interface:IElementSaves or updates the element. -
getProtocolURI
- Specified by:
getProtocolURIin interfaceIProtocolSupport
-
getProtocolURI
- Specified by:
getProtocolURIin interfaceIProtocolSupport
-