Package com.axemble.vdoc.sdk.modules
Interface ILibraryModule
- All Superinterfaces:
- IBaseLibraryModule,- IModule,- Remote
- All Known Implementing Classes:
- PortalLibraryModule
The library module interface.
 
Code sample :
 
 // creation of a library module object
 ILibraryModule libraryModule = Modules.getLibraryModule();
 try
 {
 }
 finally
 {
  // uninitialize the module
        Modules.releaseModule(libraryModule);
 }
 
- Since:
- 1.0
- Version:
- 1.0, 28/10/2007
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.modules.IBaseLibraryModuleIBaseLibraryModule.SubscriptionFrequency
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.modules.IBaseLibraryModuleaddAttachment, addAttachment, addAttachment, addAttachment, addCategories, addCategory, checkedOutBy, checkIn, checkOut, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, createCategory, createCategory, createCategory, createFile, createFile, createFile, createFile, createFile, createFile, createFolder, createFolder, createLibrary, createLibrary, createResourceDefinition, delete, delete, existSubscriptionByLibraryElement, fireDownloadHistoryEvent, getAttachment, getAttachments, getCategories, getCategories, getCategory, getCategory, getCategory, getElementByProtocolURI, getFile, getFile, getFile, getFile, getFileByPath, getFiles, getFiles, getFiles, getFiles, getFolder, getFolder, getFolder, getFolder, getFolderByPath, getFolders, getFolders, getLibraries, getLibraries, getLibraries, getLibrary, getLibrary, getLibrary, getLibrary, getLibrary, getLibraryByPath, getList, getLists, getParentCategory, getParentFolder, getParentFolder, getParentFolders, getParentFolders, getProperties, getProperty, getResourceDefinition, getResourceDefinition, getResourceDefinitions, getSearchController, getSearchController, getSearchController, getSearchController, getSecurityController, getSubscriptionFrequency, getSubscriptions, getTransformer, getUser, getUserByLogin, getValue, getViewController, getViewController, getViewController, getViewController, getViewController, getViewController, isCheckedOut, moveTo, moveTo, moveTo, moveTo, setSubscriptionFrequency, setSubscriptionRecursive, setValue, subscribe, undoCheckOut, unsubscribeMethods inherited from interface com.axemble.vdoc.sdk.modules.IModulebeginTransaction, beginTransaction, commitTransaction, commitTransaction, convertId, findNativeClass, generateSystemName, getAnonymous, getAnonymousContext, getContext, getContext, getContextByLogin, getElementFromExternalElement, getExternalElement, getExternalElement, getLoggedOnUser, getLoggedOnUserContext, getLoggedOnUserLanguage, getProtocolPath, getProtocolPath, getProtocolURI, getProtocolURI, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysadmin, getSysadminContext, getTranslation, getTranslationForLanguage, getTranslationKey, initialize, isTransactionActive, rollbackTransaction, rollbackTransaction, setTransactionTimeout, unInitialize