| Modifier and Type | Method and Description |
|---|---|
User |
HomeManager.createUser(String portalLogin)
Create a new user.
|
User |
Home.getOwner()
Retrieves the home's owner.
|
User |
HomeManager.getUser(String portalLogin)
Get an user, if the user is not found a new one is created.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
HomeManager.getUsers()
Retrieves all users managed by this manager.
|
| Modifier and Type | Method and Description |
|---|---|
Home |
HomeManager.getHome(User user)
Retrieve the user's home.
|
void |
HomeManager.removeUser(User user)
Remove the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
Workspace.getOwner()
Returns the workspace owner.
|
User |
WorkspaceItem.getOwner()
This item owner.
|
User |
WorkspaceSmartFolder.getOwner()
This item owner.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<User,List<Capability>>> |
Capabilities.getAllCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Capabilities.checkCapability(User user,
Operation operation)
Check if the user have the capability for the specified operation.
|
List<Capability> |
Capabilities.getCapabilities(User user)
Returns a list of capability for the specified user.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<User> |
WorkspaceSentEventImpl.addressees |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
WorkspaceSentEvent.getAddressees() |
List<User> |
WorkspaceSentEventImpl.getAddressees() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkspaceEventSource.fireItemSentEvent(WorkspaceItem item,
List<User> addressees)
Fire an Item sent event.
|
| Constructor and Description |
|---|
WorkspaceSentEventImpl(WorkspaceItem target,
List<User> addressees)
Create a new Sent event.
|
| Modifier and Type | Method and Description |
|---|---|
User |
WorkspaceMessage.getSender()
Return this request sender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceMessageManager.sendMessageToUsers(String subject,
String body,
List<String> attachmentIds,
List<User> addressees)
Create a new send request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkspaceTreeVisitor.visitUser(User user)
Visits an user.
|
Copyright © 2014. All Rights Reserved.