Package com.axemble.vdoc.sdk.modules
Interface IDirectoryModule
- All Superinterfaces:
- IBaseDirectoryModule,- IModule,- Remote
- All Known Implementing Classes:
- DirectoryModuleImpl
The directory module interface.
 
Code sample :
 
 // creation of a directory module object
 IDirectoryModule directoryModule = Modules.getDirectoryModule();
 try
 {
 }
 finally
 {
  // uninitialize the module
        Modules.releaseModule(directoryModule);
 }
 
- Since:
- 1.0
- Version:
- 1.0, 28/10/2007
- Author:
- vlygeros
- See Also:
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.modules.IBaseDirectoryModuleaddChild, addLocalizationScope, addMember, addOrganizationScope, breakLocalizationScopeInheritance, breakOrganizationScopeInheritance, createAttachment, createAttachment, createAttachment, createAttachment, createAttribute, createGroup, createGroup, createGroup, createGroup, createLocalization, createLocalization, createLocalization, createLocalization, createOrganization, createOrganization, createOrganization, createOrganization, createSystemProfile, createUser, getAllChildren, getAllMembers, getAllParents, getAllParents, getCatalog, getChildren, getDirectoryTransformer, getElement, getElementByProtocolURI, getGroup, getGroup, getGroup, getGroup, getLocalization, getLocalization, getLocalization, getLocalization, getLocalizationByPathLabel, getLocalizationPathLabel, getLocalizations, getLocalizations, getLocalizationScopes, getMembers, getOrganization, getOrganization, getOrganization, getOrganization, getOrganizationByPathLabel, getOrganizationPathLabel, getOrganizations, getOrganizations, getOrganizationScopes, getParents, getParents, getResourceDefinition, getSearchController, getSearchController, getSearchController, getSearchController, getSecurityController, getSystemProfile, getSystemProfiles, getTransformer, getUser, getUser, getUserByLogin, getUsers, getUsers, getUsers, isChildOf, isLocalizationScopeInherited, isMemberOf, isOrganizationScopeInherited, removeChild, removeLocalizationScope, removeMember, removeOrganizationScope, restoreLocalizationScopeInheritance, restoreOrganizationScopeInheritanceMethods 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