| 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)
Deprecated.
|
void |
HomeManager.removeUser(User user)
Remove the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
WorkspaceSmartFolder.getOwner()
This item owner.
|
User |
WorkspaceItem.getOwner()
This item owner.
|
User |
Workspace.getOwner()
Returns the workspace owner.
|
| 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 |
|---|---|
String |
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 © 2020. All Rights Reserved.