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 recursiveboolean
Saves or updates the element.
-
Constructor Details
-
LibrarySubscription
-
-
Method Details
-
getLibraryElement
Description copied from interface:ILibrarySubscription
get the subscribed element- Specified by:
getLibraryElement
in interfaceILibrarySubscription
- Returns:
- ILibraryElement
-
isSubscriptionRecursive
Description copied from interface:ILibrarySubscription
is subscription recursive- Specified by:
isSubscriptionRecursive
in interfaceILibrarySubscription
- Returns:
- true if the sub elements are subscribed
-
getId
Description copied from interface:IElement
Gets the identifier object.- Specified by:
getId
in interfaceIElement
- Returns:
- a
IStorageKey
object.
-
getPath
Description copied from interface:IElement
Gets the path of the object. -
getNativeObject
Description copied from interface:IElement
Gets the native object underneath.- Specified by:
getNativeObject
in interfaceIElement
- Returns:
- an object.
-
getModule
Description copied from interface:IElement
Allows to retrieve the current module. -
save
Description copied from interface:IElement
Saves or updates the element. -
getProtocolURI
- Specified by:
getProtocolURI
in interfaceIProtocolSupport
-
getProtocolURI
- Specified by:
getProtocolURI
in interfaceIProtocolSupport
-