|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of User in org.gcube.common.homelibrary.home |
|---|
| Methods in org.gcube.common.homelibrary.home that return User | |
|---|---|
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. |
| Methods in org.gcube.common.homelibrary.home that return types with arguments of type User | |
|---|---|
List<User> |
HomeManager.getUsers()
Retrieves all users managed by this manager. |
| Methods in org.gcube.common.homelibrary.home with parameters of type User | |
|---|---|
Home |
HomeManager.getHome(User user)
Retrieve the user's home. |
void |
HomeManager.removeUser(User user)
Remove the specified user. |
| Uses of User in org.gcube.common.homelibrary.home.workspace |
|---|
| Methods in org.gcube.common.homelibrary.home.workspace that return User | |
|---|---|
User |
Workspace.getOwner()
Returns the workspace owner. |
User |
WorkspaceSmartFolder.getOwner()
This item owner. |
User |
WorkspaceItem.getOwner()
This item owner. |
| Uses of User in org.gcube.common.homelibrary.home.workspace.acl |
|---|
| Methods in org.gcube.common.homelibrary.home.workspace.acl that return types with arguments of type User | |
|---|---|
Set<Map.Entry<User,List<Capability>>> |
Capabilities.getAllCapabilities()
|
| Methods in org.gcube.common.homelibrary.home.workspace.acl with parameters of type User | |
|---|---|
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. |
| Uses of User in org.gcube.common.homelibrary.home.workspace.events |
|---|
| Fields in org.gcube.common.homelibrary.home.workspace.events with type parameters of type User | |
|---|---|
protected List<User> |
WorkspaceSentEventImpl.addressees
|
| Methods in org.gcube.common.homelibrary.home.workspace.events that return types with arguments of type User | |
|---|---|
List<User> |
WorkspaceSentEventImpl.getAddressees()
|
List<User> |
WorkspaceSentEvent.getAddressees()
|
| Method parameters in org.gcube.common.homelibrary.home.workspace.events with type arguments of type User | |
|---|---|
void |
AbstractWorkspaceEventSource.fireItemSentEvent(WorkspaceItem item,
List<User> addressees)
Fire an Item sent event. |
| Constructor parameters in org.gcube.common.homelibrary.home.workspace.events with type arguments of type User | |
|---|---|
WorkspaceSentEventImpl(WorkspaceItem target,
List<User> addressees)
Create a new Sent event. |
|
| Uses of User in org.gcube.common.homelibrary.home.workspace.sharing |
|---|
| Methods in org.gcube.common.homelibrary.home.workspace.sharing that return User | |
|---|---|
User |
WorkspaceMessage.getSender()
Return this request sender. |
| Method parameters in org.gcube.common.homelibrary.home.workspace.sharing with type arguments of type User | |
|---|---|
void |
WorkspaceMessageManager.sendMessageToUsers(String subject,
String body,
List<String> attachmentIds,
List<User> addressees)
Create a new send request. |
| Uses of User in org.gcube.common.homelibrary.util |
|---|
| Methods in org.gcube.common.homelibrary.util with parameters of type User | |
|---|---|
protected void |
WorkspaceTreeVisitor.visitUser(User user)
Visits an user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||