Package | Description |
---|---|
com.axemble.vdoc.sdk.authentication.base | |
com.axemble.vdoc.sdk.modules | |
com.axemble.vdoc.sdk.providers.io | |
com.axemble.vdoc.sdk.transaction.extensions |
Modifier and Type | Method and Description |
---|---|
IUser |
BaseAuthenticationExtension.getAuthenticatedUser()
Get authenticated user from session or user account for disconnection
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseDirectoryModule.addChild(IGroup child,
IGroup group)
Adds a child group.
|
void |
IBaseDirectoryModule.addMember(IUser user,
IGroup group)
Adds a user to a group.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IGroup group,
String label)
Allows to create a child group.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IGroup group,
String name,
String label)
Allows to create a child group.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IOrganization organization,
String label)
Deprecated.
use createGroup( IContext context, IOrganization organization, String name, String label ) method instead.
|
IGroup |
IBaseDirectoryModule.createGroup(IContext context,
IOrganization organization,
String name,
String label)
Allows to create a group.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
ILocalization localization,
String label)
Deprecated.
: use createLocalization( IContext context, ILocalization localization, String name, String label ) method instead.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
ILocalization localization,
String name,
String label)
Allows to create a child localization.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
String label)
Deprecated.
: use createLocalization( IContext context, ILocalization localization, String label ) method instead.
|
ILocalization |
IBaseDirectoryModule.createLocalization(IContext context,
String name,
String label)
Allows to create a localization at the root level.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
IOrganization organization,
String label)
Deprecated.
: use createOrganization( IContext context, IOrganization organization, String name, String label ) method instead.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
IOrganization organization,
String name,
String label)
Allows to create a child organization.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
String label)
Deprecated.
: use createOrganization( IContext context, String name, String label ) method instead.
|
IOrganization |
IBaseDirectoryModule.createOrganization(IContext context,
String name,
String label)
Allows to create an organization at the root level.
|
IUser |
IBaseDirectoryModule.createUser(IContext context,
String login,
String password,
IOrganization organization)
Allows to create a user into an organization.
|
IDirectoryTransformer |
IBaseDirectoryModule.getDirectoryTransformer()
Gets a directory transformer.
|
IElement |
IBaseDirectoryModule.getElement(Object object)
Retrieves an
IElement object from an object. |
IGroup |
IBaseDirectoryModule.getGroup(IContext context,
IOrganization organization,
String name)
Retrieves a group by its system name on an organization scope.
|
IGroup |
IBaseDirectoryModule.getGroup(IContext context,
String name)
Deprecated.
The system name is not unique on the server scope anymore. You should pass the parent
IOrganization object.
Use the getGroup( IContext context, IOrganization organization, String name ) method instead. |
IGroup |
IBaseDirectoryModule.getGroup(IStorageKey key)
Retrieves a group object by its
IStorageKey object. |
IGroup |
IBaseDirectoryModule.getGroup(Object object)
Deprecated.
use getGroup( IStorageKey ) instead
|
ILocalization |
IBaseDirectoryModule.getLocalization(IContext context,
ILocalization parent,
String name)
Deprecated.
use getLocalization( IContext context, String name ) method instead.
|
ILocalization |
IBaseDirectoryModule.getLocalization(IContext context,
String name)
Retrieves a localization by its system name.
|
ILocalization |
IBaseDirectoryModule.getLocalization(IStorageKey key)
Retrieves a localization object by its
IStorageKey object. |
ILocalization |
IBaseDirectoryModule.getLocalization(Object object)
Deprecated.
use getLocalization( IStorageKey ) instead
|
ILocalization |
IBaseDirectoryModule.getLocalizationByPathLabel(IContext context,
String path)
Retrieves a localization by its path.
|
Collection<? extends ILocalization> |
IBaseDirectoryModule.getLocalizations(IContext context)
Retrieves all the localizations.
|
Collection<? extends ILocalization> |
IBaseDirectoryModule.getLocalizations(IContext context,
ILocalization parent)
Retrieves the localizations of a
ILocalization object. |
IOrganization |
IBaseDirectoryModule.getOrganization(IContext context,
IOrganization parent,
String name)
Deprecated.
: use getOrganization(IContext, String) method instead.
|
IOrganization |
IBaseDirectoryModule.getOrganization(IContext context,
String name)
Retrieves an organization by its system name (the system name is unique on the server).
|
IOrganization |
IBaseDirectoryModule.getOrganization(IStorageKey key)
Retrieves an organization by its
IStorageKey object. |
IOrganization |
IBaseDirectoryModule.getOrganization(Object object)
Deprecated.
use getOrganization( IStorageKey ) instead
|
IOrganization |
IBaseDirectoryModule.getOrganizationByPathLabel(IContext context,
String path)
Retrieves an organization by its path.
|
Collection<? extends IOrganization> |
IBaseDirectoryModule.getOrganizations(IContext context)
Retrieves all the organizations.
|
Collection<? extends IOrganization> |
IBaseDirectoryModule.getOrganizations(IContext context,
IOrganization parent)
Retrieves the organizations of a specified
IOrganization object. |
IResourceDefinition |
IBaseDirectoryModule.getResourceDefinition(IContext context,
String name)
Gets an extended attributes table
|
ISearchController |
IBaseDirectoryModule.getSearchController() |
ISearchController |
IBaseDirectoryModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a search controller object by specifying a
ConnectionDefinition object. |
ISearchController |
IBaseDirectoryModule.getSearchController(IDataSourceReference reference)
Gets a search controller object by specifying a
IDataSourceReference object. |
ISearchController |
IBaseDirectoryModule.getSearchController(IJdbcReference reference)
Deprecated.
use getSearchController( IConnectionDefinition connectionDefinition ) method instead.
|
ISecurityController |
IBaseDirectoryModule.getSecurityController(ISecuritySupport securitySupport)
Gets a security controller to manipulate the rights on a specified object.
|
ITransformer |
IBaseDirectoryModule.getTransformer()
Gets a transformer.
|
IUser |
IBaseDirectoryModule.getUser(Object object)
Deprecated.
use getUser( IStorageKey ) instead
|
void |
IBaseDirectoryModule.removeChild(IGroup child,
IGroup group)
Removes a child group object.
|
void |
IBaseDirectoryModule.removeMember(IUser user,
IGroup group)
Removes a user from a group.
|
Modifier and Type | Method and Description |
---|---|
IOrganization |
ExportProvider.getCurrentOrganization() |
Collection<? extends IProject> |
ExportProvider.getProjects() |
Modifier and Type | Method and Description |
---|---|
protected IGroup |
BaseDirectoryTransactionExtension.getPreviousGroup(IStorageKey id)
Deprecated.
|
protected ILocalization |
BaseDirectoryTransactionExtension.getPreviousLocalization(IStorageKey id)
Deprecated.
|
protected IOrganization |
BaseDirectoryTransactionExtension.getPreviousOrganization(IStorageKey id)
Deprecated.
|
protected IUser |
BaseDirectoryTransactionExtension.getPreviousUser(IStorageKey id)
Deprecated.
|
Copyright © 2022 Visiativ. All rights reserved.