Uses of Interface
com.axemble.vdoc.sdk.interfaces.IDirectoryOrganizationScope
Packages that use IDirectoryOrganizationScope
-
Uses of IDirectoryOrganizationScope in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IDirectoryOrganizationScopeModifier and TypeMethodDescriptionCollection<? extends IDirectoryOrganizationScope> DirectoryModuleImpl.getOrganizationScopes(IUser user) Methods in com.axemble.vdoc.sdk.impl with parameters of type IDirectoryOrganizationScopeModifier and TypeMethodDescriptionvoidDirectoryModuleImpl.removeOrganizationScope(IUser user, IDirectoryOrganizationScope directoryOrganizationScope) -
Uses of IDirectoryOrganizationScope in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IDirectoryOrganizationScopeModifier and TypeMethodDescriptionCollection<? extends IDirectoryOrganizationScope> IBaseDirectoryModule.getOrganizationScopes(IUser user) Deprecated, for removal: This API element is subject to removal in a future version.Gets the OrganizationScope for the User objectCollection<? extends IDirectoryOrganizationScope> IDirectoryModule.getOrganizationScopes(IUser user) Gets the OrganizationScope for the User objectMethods in com.axemble.vdoc.sdk.modules with parameters of type IDirectoryOrganizationScopeModifier and TypeMethodDescriptionvoidIBaseDirectoryModule.removeOrganizationScope(IUser user, IDirectoryOrganizationScope directoryOrganizationScope) Deprecated, for removal: This API element is subject to removal in a future version.Removes the directoryOrganizationScope to the user's OrganizationScopevoidIDirectoryModule.removeOrganizationScope(IUser user, IDirectoryOrganizationScope directoryOrganizationScope) Removes the directoryOrganizationScope to the user's OrganizationScope