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 SummaryConstructorsConstructorDescriptionLibrarySubscription(ILibraryElement libraryElement, Boolean isSubscriptionRecursive) 
- 
Method SummaryModifier 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- 
getLibraryElementDescription copied from interface:ILibrarySubscriptionget the subscribed element- Specified by:
- getLibraryElementin interface- ILibrarySubscription
- Returns:
- ILibraryElement
 
- 
isSubscriptionRecursiveDescription copied from interface:ILibrarySubscriptionis subscription recursive- Specified by:
- isSubscriptionRecursivein interface- ILibrarySubscription
- Returns:
- true if the sub elements are subscribed
 
- 
getIdDescription copied from interface:IElementGets the identifier object.- Specified by:
- getIdin interface- IElement
- Returns:
- a IStorageKeyobject.
 
- 
getPathDescription copied from interface:IElementGets the path of the object.
- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getModuleDescription copied from interface:IElementAllows to retrieve the current module.
- 
saveDescription copied from interface:IElementSaves or updates the element.
- 
getProtocolURI- Specified by:
- getProtocolURIin interface- IProtocolSupport
 
- 
getProtocolURI- Specified by:
- getProtocolURIin interface- IProtocolSupport
 
 
-