Uses of Interface
se.conciliate.extensions.store.MTUser
Packages that use MTUser
Package
Description
Package containing various support interfaces for data transfers such as
drag and drop.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTUser in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTUserConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTUser -
Uses of MTUser in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTUserModifier and TypeMethodDescriptionMTServer.createUser
(String username) Creates a new user.MTUserHeader.expand()
Returns aMTUser
for this user.MTStore.getCurrentUser()
Returns the currently logged in user or null if no such user can be found, that is, if the end-user is not logged in.Methods in se.conciliate.extensions.store that return types with arguments of type MTUserModifier and TypeMethodDescriptionMTRepositoryHeader.findAllUsersWithAccess()
Finds all users with access to this repository, directly or through groups.MTRepositoryHeader.findUsers()
Finds all users with direct access to this repository.MTServer.findUsers
(boolean includeDisabled) Returns all available (non disabled) users on the server.MTUserStore.findUsers()
Returns all users.Finds users.Methods in se.conciliate.extensions.store with parameters of type MTUserModifier and TypeMethodDescriptionvoid
Adds a user to the repository.void
MTRepository.removeUser
(MTUser user) Removes a user from the repository.void
Constructors in se.conciliate.extensions.store with parameters of type MTUser