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 |
---|---|
abstract boolean |
BasePasswordLoginModule.checkPassword(String password,
IUser user)
This allows to check if a password is valid for a specified user
|
Modifier and Type | Method and Description |
---|---|
IUser |
IEvent.getUser() |
Modifier and Type | Method and Description |
---|---|
IEventBuilder |
IEventBuilder.withUser(IUser user)
Feeds the user and returns the builder
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOperator
The IOperator interface is a user acting on a
ITaskInstance object. |
Modifier and Type | Method and Description |
---|---|
IUser |
IFile.checkedOutBy()
Retrieve the user who checked out the file.
|
IUser |
IVersion.checkedOutBy()
Retrieve the user who checked out the version.
|
IUser |
IResourceHistory.IEvent.getAddresse()
Deprecated.
use getAddressee() method instead.
|
IUser |
IOperator.getAddressee()
Retrieve the addressee of the operator
|
IUser |
IResourceHistory.IEvent.getAddressee()
Returns the addressee.
|
IUser |
IUser.getAssistant()
Retrieves the user's assistant.
|
IUser |
ILocalization.getCreatedBy()
Gets the creator of the localization.
|
IUser |
IFolder.getCreatedBy()
Gets the creator of the folder.
|
IUser |
IContent.getCreatedBy()
Gets the creator of the content.
|
IUser |
IGroup.getCreatedBy()
Gets the creator of the group.
|
IUser |
IUser.getCreatedBy()
Gets the creator of the user.
|
IUser |
IOrganization.getCreatedBy()
Gets the creator of the organization.
|
IUser |
IResource.getCreatedBy()
Gets the creator of the resource.
|
IUser |
IMailingList.getCreator()
Gets the creator of the mailing list.
|
IUser |
IResourceHistory.IEvent.getFulfiller()
Returns the fulfiller.
|
IUser |
IResourceHistory.ISnapshot.getFulfiller()
Gets the person who performed the snapshot.
|
IUser |
IUser.getHierarchicalManager()
Retrieves the user's hierarchical manager.
|
IUser |
IUser.getManager()
Retrieves the user's manager.
|
IUser |
ILocalization.getModifiedBy()
Gets the editor of the localization.
|
IUser |
IFolder.getModifiedBy()
Gets the last user who modified the folder.
|
IUser |
IGroup.getModifiedBy()
Gets the editor of the group.
|
IUser |
IUser.getModifiedBy()
Gets the editor of the user.
|
IUser |
IOrganization.getModifiedBy()
Gets the editor of the organization.
|
IUser |
IResource.getModifiedBy()
Gets the last user who modified the resource.
|
IUser |
IVersion.getOwnedBy()
Gets the owner of the version.
|
IUser |
IContent.getOwner()
Gets the owner of the content.
|
IUser |
ILock.getUser()
Gets the locks user
|
IUser |
IContext.getUser() |
IUser |
IDirectoryTransformer.xmlToUser(InputStream inputStream)
Loads a
IUser object from an XML stream. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IUser> |
ILocalization.getAllMembers()
Gets all localization members recursively.
|
Collection<? extends IUser> |
IOperatorRole.getAllMembers()
Gets all the members of the roles recursively.
|
Collection<? extends IUser> |
IGroup.getAllMembers()
Gets all group members recursively.
|
Collection<? extends IUser> |
IProfile.getAllMembers()
Gets all the members of the profile recursively.
|
Collection<? extends IUser> |
IRole.getAllMembers()
Deprecated.
Gets all the members of the roles recursively.
|
Collection<? extends IUser> |
IMailingList.getAllUsers() |
Collection<? extends IUser> |
IUser.getCollaborators()
Gets the user's collaborators.
|
Collection<? extends IUser> |
IUser.getLeaders()
Gets the user's leaders.
|
Collection<? extends IUser> |
ILocalization.getMembers()
Returns the list of users
|
Collection<? extends IUser> |
IOperatorRole.getMembers()
Gets the members of the role.
|
Collection<? extends IUser> |
IGroup.getMembers()
Gets all group members.
|
Collection<? extends IUser> |
IOrganization.getMembers()
Returns the list of users
|
Collection<? extends IUser> |
IProfile.getMembers()
Gets the members of the profile.
|
Collection<? extends IUser> |
IRole.getMembers()
Deprecated.
Gets the members of the role.
|
Collection<? extends IUser> |
IMailingList.getUnsubscribedUsers()
Gets all the users with an INACTIVE status.
|
Collection<? extends IUser> |
IMailingList.getUsers()
Gets all the users with an ACTIVE status.
|
Modifier and Type | Method and Description |
---|---|
void |
IDelegationController.addDelegation(IUser user,
IUser substituteUser)
Add a delegation unit to all objects which support delegation on a server scope
|
void |
IDelegationController.addDelegation(IUser user,
IUser substituteUser,
IDelegationSupport delegationSupport)
Add a delegation unit to any object which supports delegation
|
void |
IDelegationController.addDelegation(IUser user,
IUser substituteUser,
IDelegationSupport delegationSupport,
String comment)
Add a delegation unit to any object which supports delegation
|
void |
IDelegationController.addDelegation(IUser user,
IUser substituteUser,
IWorkflowInstance workflowInstance,
ITask task)
Add a delegation unit to a specific workflow instance for a user in the context of a task
|
void |
IResourceHistory.addEvent(String name,
String source,
IUser fulfiller,
IUser addressee,
String description,
String doneBy)
Allows to create and add a custom event.
|
void |
ILocalization.addMember(IUser user)
Add a
IUser as a member of the localization. |
void |
IOperatorRole.addMember(IUser user)
Sets a user as member of a group.
|
void |
IGroup.addMember(IUser user)
Sets a user as member of a group.
|
void |
IProfile.addMember(IUser user)
Sets a user as member of a group.
|
void |
IRole.addMember(IUser user)
Deprecated.
Sets a user as member of a group.
|
void |
ISecurityController.addPermission(IUser user,
Class<? extends ISecuritySupport> securityType,
int permissionLevel,
int... flags)
Adds access permissions to a user for a
ISecuritySupport object |
void |
ISecurityController.addPermission(IUser user,
Class<? extends ISecuritySupport> securityType,
int permissionLevel,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization,
int... flags)
Adds access permissions to a user for a
ISecuritySupport object and allows to specify localization and organization scopes. |
void |
ISecurityController.addPermission(IUser user,
int permissionLevel)
Adds access permissions to a user for a
ISecuritySupport object. |
void |
ISecurityController.addPermission(IUser user,
int permissionLevel,
int... flags)
Adds access permissions to a user for a
ISecuritySupport object. |
void |
ISecurityController.addPermission(IUser user,
int permissionLevel,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization)
Adds access permissions to a user for a
ISecuritySupport object and allows to specify localization and organization scopes. |
void |
ISecurityController.addPermission(IUser user,
int permissionLevel,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization,
int... flags)
Adds access permissions to a user for a
ISecuritySupport object and allows to specify localization and organization scopes. |
void |
ISecurityController.addPermission(IUser user,
IResourceDefinition storageDefinition,
int permissionLevel,
int... flags)
Adds access permissions to a user for a
ISecuritySupport object. |
void |
ISecurityController.addPermission(IUser user,
IResourceDefinition storageDefinition,
int permissionLevel,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization,
int... flags)
Adds access permissions to a user for a
ISecuritySupport object and allows to specify localization and organization scopes. |
void |
ISecurityController.addPermission(IUser user,
Object right)
Deprecated.
: use addPermission( IUser user, int permissionLevel, int... flags );
|
void |
IResourceHistory.addSnapshot(String description,
IUser fulfiller)
Allows to create a snapshot and add it to a document.
|
void |
IDelegationController.breakDelegation(IUser user,
IDelegationSupport delegationSupport)
Break a delegation unit.
|
void |
IDelegationController.breakDelegation(IUser user,
IWorkflowInstance workflowInstance,
ITask task)
Break a delegation unit.
|
boolean |
ISecurityController.checkPermission(IUser user,
Class<? extends ISecuritySupport> securityType,
int permissionLevel,
int... flags)
Check the user permission
|
boolean |
ISecurityController.checkPermission(IUser user,
int permissionLevel)
Check the user permission
|
boolean |
ISecurityController.checkPermission(IUser user,
int permissionLevel,
int... flags)
Check the user permission
|
boolean |
ISecurityController.checkPermission(IUser user,
Object right)
Deprecated.
: use checkPermission( IUser user, int permissionLevel, int... flags );
|
boolean |
ISecurityController.checkPermission(IUser user,
Object right,
boolean recursive)
Deprecated.
: use checkPermission( IUser user, int permissionLevel, int... flags );
|
void |
IDelegationController.delegate(IUser user,
IUser substituteUser,
ITaskInstance taskInstance)
Delegate a specific task instance.
|
IReport |
IDelegationController.delegateOperatorRoles(ICatalog catalog,
Collection<? extends IOperatorRole> roles,
IUser user,
IUser substituteUser)
Allow to replace a user for the operator roles
|
IReport |
IDelegationController.delegateProfiles(ICatalog catalog,
Collection<? extends IProfile> profiles,
IUser user,
IUser substituteUser)
Allow to replace a user for the profiles
|
IReport |
IDelegationController.delegateResources(ICatalog catalog,
Collection<? extends IOperatorRole> roles,
Collection<? extends IWorkflowInstance> resources,
IUser user,
IUser substituteUser)
Allow to replace a user for a specified set of workflow instances
|
IReport |
IDelegationController.delegateRoles(ICatalog catalog,
Collection<? extends IRole> roles,
Collection<? extends IWorkflowInstance> resources,
IUser user,
IUser substituteUser)
Deprecated.
: use delegateOperatorRoles or delegateProfiles
|
void |
ITaskInstance.end(IUser addressee,
IAction action,
String comment) |
boolean |
ISecurityController.hasPermission(IUser user,
Class<? extends ISecuritySupport> securityType,
int permissionLevel,
int... flags)
Check the user permission on a specific object (no recursivity)
|
boolean |
ISecurityController.hasPermission(IUser user,
int permissionLevel,
int... flags)
Check the user permission on a specific object (no recursivity)
|
boolean |
ISecurityController.hasPermission(IUser user,
IResourceDefinition storageDefinition,
int permissionLevel,
int... flags)
Check the user permission on a specific object (no recursivity)
|
void |
IDelegationController.removeDelegation(IUser user)
Remove a delegation unit for all objects which support delegation on a server scope
|
void |
IDelegationController.removeDelegation(IUser user,
IDelegationSupport delegationSupport)
Remove a delegation unit for a particular user
|
void |
IDelegationController.removeDelegation(IUser user,
IWorkflowInstance workflowInstance,
ITask task)
Remove a delegation unit for a particular user and a specific task
|
void |
ILocalization.removeMember(IUser user)
Removes a member from the localization.
|
void |
IGroup.removeMember(IUser user)
Removes a member from the group.
|
void |
ISecurityController.removePermission(IUser user)
Remove a permission on a user
|
void |
ISecurityController.removePermission(IUser user,
Class<? extends ISecuritySupport> securityType)
Remove a permission on a user
|
void |
ISecurityController.removePermission(IUser user,
Class<? extends ISecuritySupport> securityType,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization)
Remove a permission on a user
|
void |
ISecurityController.removePermission(IUser user,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization)
Remove a permission on a user
|
void |
ISecurityController.removePermission(IUser user,
IResourceDefinition storageDefinition)
Remove a permission on a user
|
void |
ISecurityController.removePermission(IUser user,
IResourceDefinition storageDefinition,
int organizationFilter,
IOrganization organization,
int localizationFilter,
ILocalization localization)
Remove a permission on a user
|
void |
ISecurityController.removePermission(IUser user,
Object right)
Deprecated.
: use removePermission( IUser user, int permissionLevel, int... flags );
|
void |
ISecurityController.removePermissions(IUser user)
Remove all permissions on a user
|
void |
IMailingList.removeUser(IUser user)
Permanently removes a user from the mailing list
|
void |
IUser.setAssistant(IUser assistant)
Sets the user's assistant.
|
void |
IFolder.setCreatedBy(IUser user)
Sets the creator of the folder.
|
void |
IResource.setCreatedBy(IUser user)
Sets the creator of the resource.
|
void |
IUser.setHierarchicalManager(IUser hierarchicalManager)
Sets the user's hierarchical manager.
|
void |
IUser.setManager(IUser manager)
Sets the user's manager.
|
void |
IFolder.setModifiedBy(IUser user)
Sets last user who modified the folder.
|
void |
IResource.setModifiedBy(IUser user)
Sets last user who modified the resource.
|
void |
IVersion.setOwner(IUser user)
Sets the owner of the version.
|
void |
IMailingList.subscribeUser(IContext context,
IUser user)
Subscribes a user to the mailing list.
|
void |
IMailingList.unsubscribeUser(IUser user)
Unsubscribes a user to the mailing list.
|
void |
IDirectoryTransformer.userToXML(IUser user,
OutputStream outputStream)
Tranforms a
IUser to an XML stream. |
Modifier and Type | Method and Description |
---|---|
void |
ILocalization.addMembers(Collection<? extends IUser> members)
Add a collection of members (
IUser objects) |
void |
IOperatorRole.addMembers(Collection<? extends IUser> members)
Adds members as a collection of
IUser objects. |
void |
IGroup.addMembers(Collection<? extends IUser> members)
Adds members as a collection of
IUser objects. |
void |
IOrganization.addMembers(Collection<? extends IUser> members)
Add a collection of members (
IUser objects) |
void |
IProfile.addMembers(Collection<? extends IUser> members)
Adds members as a collection of
IUser objects. |
void |
IRole.addMembers(Collection<? extends IUser> members)
Deprecated.
Adds members as a collection of
IUser objects. |
void |
ILocalization.removeMembers(Collection<? extends IUser> members)
Removes a collection of members from the localization.
|
void |
IGroup.removeMembers(Collection<? extends IUser> members)
Removes a collection of members from the group.
|
Modifier and Type | Method and Description |
---|---|
IUser |
IDiscussionMessage.getCreator() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IUser> |
IDiscussionMessage.getRecipients() |
Modifier and Type | Method and Description |
---|---|
Optional<IUser> |
INotificationRecipient.retrieveIUser()
Optional IUser of the recipient
|
Modifier and Type | Method and Description |
---|---|
INotificationRecipientBuilder |
INotificationRecipientBuilder.withIUser(IUser iUser)
Feeds every data that can be found in the IUser and returns the builder
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSystemMailExtension.canBeContacted(IUser user)
Test if a user have a valid email adress
|
Modifier and Type | Method and Description |
---|---|
protected IUser |
BaseMailExtension.getPreviousTaskInstanceOperator()
Returns the operator on the previous task instance
|
Modifier and Type | Method and Description |
---|---|
IUser |
IBaseLibraryModule.checkedOutBy(IContext context,
IFile file) |
IUser |
IBaseDirectoryModule.createUser(IContext context,
String login,
String password,
IOrganization organization)
Allows to create a user into an organization.
|
IUser |
IModule.getAnonymous()
Gets the anonymous user.
|
IUser |
IBaseWorkflowModule.getExternalUser(IResource resource,
String propertyName)
Gets a
IUser object from a single user selector property. |
IUser |
IBaseDocumentModule.getExternalUser(IResource resource,
String propertyName)
Gets a
IUser object from a single user selector property. |
IUser |
IModule.getLoggedOnUser()
Retrieves the current logged on user.
|
IUser |
IModule.getSysadmin()
Gets the sysadmin user.
|
IUser |
IBaseWorkflowModule.getUser(IStorageKey key)
Gets a user object from its identifier.
|
IUser |
IBaseDocumentModule.getUser(IStorageKey key)
Gets a user object from its identifier.
|
IUser |
IBaseDirectoryModule.getUser(IStorageKey key)
Retrieves a user object by its
IStorageKey object. |
IUser |
IBaseLibraryModule.getUser(Object object) |
IUser |
IBaseDirectoryModule.getUser(Object object)
Deprecated.
use getUser( IStorageKey ) instead
|
IUser |
IBaseWorkflowModule.getUser(String id)
Deprecated.
Use getUser(
IStorageKey key ) method instead. |
IUser |
IBaseWorkflowModule.getUserByLogin(String login)
Gets a user by its login
|
IUser |
IBaseDocumentModule.getUserByLogin(String login)
Gets a user by its login
|
IUser |
IBaseLibraryModule.getUserByLogin(String login) |
IUser |
IBaseDirectoryModule.getUserByLogin(String login)
Retrieves a user from its login.
|
IUser |
IBasePortalModule.verifyPassword(String login,
String password)
Allows to verify a password for a specified user login.
|
IUser |
IBasePortalModule.verifyPassword(String login,
String password,
javax.servlet.http.HttpServletRequest request)
Allows to verify a password for a specified user login.
|
IUser |
IBasePortalModule.verifyToken(String token)
Verifies authentication token
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IUser> |
IBaseDirectoryModule.getAllMembers(IGroup group)
Retrieves all the members of the group.
|
Collection<? extends IUser> |
IBaseDirectoryModule.getMembers(IGroup group)
Retrieves the members of the group.
|
Collection<? extends IUser> |
IBaseDirectoryModule.getUsers(IContext context)
Retrieves all the users.
|
Collection<? extends IUser> |
IBaseDirectoryModule.getUsers(IContext context,
ILocalization localization)
Retrieves all the users of a specified localization.
|
Collection<? extends IUser> |
IBaseDirectoryModule.getUsers(IContext context,
IOrganization organization)
Retrieves all the users of a specified organization.
|
Collection<IUser> |
IWorkflowModule.lockedBy(IContext context,
IWorkflowInstance workflowInstance)
Retrieve the users who locked the workflow instance.
|
Modifier and Type | Method and Description |
---|---|
void |
IBasePortalModule.addAuthenticationKey(String key,
IUser user,
Date expirationDate,
String authorizedAddresses)
Adds an authenticationKey for a user
The ExternalAuthenticationLoginModule will be automatically connect the user if he uses the parameter _AuthenticationKey
|
void |
IBaseDirectoryModule.addMember(IUser user,
IGroup group)
Adds a user to a group.
|
void |
IBaseWorkflowModule.addMember(IUser user,
IRole role)
Adds a user to a role.
|
void |
IBaseDocumentModule.addMember(IUser user,
IRole role)
Adds a user to a role.
|
void |
IBaseDirectoryModule.addOrganizationScope(IUser user,
IOrganization organization,
boolean heritable)
Add OrganizationScope to the User object
|
void |
IBaseDirectoryModule.breakOrganizationScopeInheritance(IUser user)
break the organizationScope inheritance for the user object
|
void |
IBaseWorkflowModule.end(IContext context,
IUser addressee,
ITaskInstance instance,
IAction action,
String comment)
Allows to cross a transition for another user.
|
void |
IBaseDocumentModule.end(IContext context,
IUser addressee,
ITaskInstance instance,
IAction action,
String comment)
Allows to cross a transition for another user.
|
String |
IBasePortalModule.generateAuthenticationKey(IUser user,
Date expirationDate,
String authorizedAddresses)
Generates and adds an authenticationKey for a user
The ExternalAuthenticationLoginModule will be automatically connect the user if he uses the parameter _AuthenticationKey
|
Collection<? extends IGroup> |
IBaseDirectoryModule.getAllParents(IUser user)
Retrieves all the parents of a specified user.
|
IContext |
IModule.getContext(IUser user)
Gets a context form a
IUser object. |
Collection<? extends IDirectoryOrganizationScope> |
IBaseDirectoryModule.getOrganizationScopes(IUser user)
Gets the OrganizationScope for the User object
|
Collection<? extends IGroup> |
IBaseDirectoryModule.getParents(IUser user)
Retrieves the parents of a specified user.
|
boolean |
IBaseDirectoryModule.isMemberOf(IUser user,
IGroup group,
boolean recursive)
Checks if a user is member of a group.
|
boolean |
IBaseWorkflowModule.isMemberOf(IUser user,
IRole role)
Checks if a specified user is member of a
IRole object. |
boolean |
IBaseDocumentModule.isMemberOf(IUser user,
IRole role)
Checks if a specified user is member of a
IRole object. |
boolean |
IBaseWorkflowModule.isMemberOf(IUser user,
IRole role,
boolean recursive)
Checks if a specified user is member of a
IRole object. |
boolean |
IBaseDirectoryModule.isOrganizationScopeInherited(IUser user)
is organizationScope inheritance
|
void |
IBaseDirectoryModule.removeMember(IUser user,
IGroup group)
Removes a user from a group.
|
void |
IBaseDirectoryModule.removeOrganizationScope(IUser user,
IDirectoryOrganizationScope directoryOrganizationScope)
Removes the directoryOrganizationScope to the user's OrganizationScope
|
void |
IBaseDirectoryModule.restoreOrganizationScopeInheritance(IUser user)
restore the organizationScope inheritance for the user object
|
void |
IBaseWorkflowModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
void |
IBaseWorkflowModule.setExternalUser(IResource resource,
String propertyName,
IUser user)
Sets a
IUser to a single selector property. |
void |
IBaseDocumentModule.setExternalUser(IResource resource,
String propertyName,
IUser user)
Sets a
IUser to a single selector property. |
Modifier and Type | Method and Description |
---|---|
IWorkflowInstanceDiscussionMessage |
IBaseWorkflowModule.createDiscussionMessage(IContext context,
IWorkflowInstance iWorkflowInstance,
String content,
Collection<IAttachment> attachments,
String visibility,
Collection<IUser> recipients,
IOrganization visibilityOrganization)
Create and add a new message for an IWorkflowInstance.
|
void |
IBaseWorkflowModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
Modifier and Type | Method and Description |
---|---|
void |
MailRecipients.addUserRecipient(javax.mail.Message.RecipientType type,
IUser user)
Add the given user mail to the specified recipient type.
|
Modifier and Type | Method and Description |
---|---|
void |
MailRecipients.addUserRecipients(javax.mail.Message.RecipientType type,
Collection<? extends IUser> users)
Add the given users mails to the specified recipient type.
|
Modifier and Type | Method and Description |
---|---|
Collection<IUser> |
ILockSupport.lockedBy(IContext context)
Retrieve the users who locked the resource.
|
Collection<IUser> |
ILockSupport.lockedBy(IContext context,
boolean cleanSessionLock)
Retrieve the users who locked the resource ( try to unlock resource before).
|
Modifier and Type | Field and Description |
---|---|
protected IUser |
UpdatePasswordConfigurationBuilder.user |
protected IUser |
LostPasswordConfigurationBuilder.user |
protected IUser |
UninitializedPasswordConfigurationBuilder.user |
Modifier and Type | Method and Description |
---|---|
IUser |
UninitializedPasswordConfiguration.getUser() |
IUser |
LostPasswordConfiguration.getUser() |
IUser |
UpdatePasswordConfiguration.getUser() |
Modifier and Type | Method and Description |
---|---|
UpdatePasswordConfigurationBuilder |
UpdatePasswordConfigurationBuilder.setUser(IUser user) |
LostPasswordConfigurationBuilder |
LostPasswordConfigurationBuilder.setUser(IUser user) |
UninitializedPasswordConfigurationBuilder |
UninitializedPasswordConfigurationBuilder.setUser(IUser user) |
Modifier and Type | Method and Description |
---|---|
protected IUser |
BaseDirectoryTransactionExtension.getPreviousUser(IStorageKey id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<IUser> |
BaseDirectoryTransactionExtension.getCreatedGroupMembers(IGroup group)
Deprecated.
|
protected Collection<IUser> |
BaseDirectoryTransactionExtension.getCreatedUsers()
Deprecated.
|
protected Collection<IUser> |
BaseDirectoryTransactionExtension.getDeletedGroupMembers(IGroup group)
Deprecated.
|
protected Collection<IUser> |
BaseDirectoryTransactionExtension.getDeletedUsers()
Deprecated.
|
protected Collection<IUser> |
BaseDirectoryTransactionExtension.getUpdatedUsers()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<IGroup> |
BaseDirectoryTransactionExtension.getCreatedUserParents(IUser user)
Deprecated.
|
protected Collection<IGroup> |
BaseDirectoryTransactionExtension.getDeletedUserParents(IUser user)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<IUser> |
BaseWorkflowExtension.onEvaluateOperators(ITaskInstance taskInstance,
List<IUser> users)
This method is called each time the system requires the operators of the current task instance.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseResourceDefinitionExtension.onPropertyChanged(IProperty property,
IUser user)
This method gets called each time the passed property has been changed
|
com.axemble.vdp.runtime.classes.IResult |
BaseWorkflowExtension.onRemindWorkflowInstance(IWorkflowInstance workflowInstance,
IUser fulfiller,
com.axemble.vdp.runtime.classes.IResult result)
This method is called each time a user sends a reminder.
|
void |
BaseWorkflowExtension.onStartRemovingWorkflowInstance(IWorkflowInstance workflowInstance,
IUser fulfiller)
This method is called each time a user removes a workflow instance.
|
Modifier and Type | Method and Description |
---|---|
List<IUser> |
BaseWorkflowExtension.onEvaluateOperators(ITaskInstance taskInstance,
List<IUser> users)
This method is called each time the system requires the operators of the current task instance.
|
Copyright © 2022 Visiativ. All rights reserved.