Uses of Interface
org.gcube.portlets.user.homelibrary.home.User

Packages that use User
org.gcube.portlets.user.homelibrary.home   
org.gcube.portlets.user.homelibrary.home.workspace   
org.gcube.portlets.user.homelibrary.home.workspace.acl   
org.gcube.portlets.user.homelibrary.home.workspace.events   
org.gcube.portlets.user.homelibrary.home.workspace.sharing   
org.gcube.portlets.user.homelibrary.util   
org.gcube.portlets.user.homelibrary.util.accesslog   
 

Uses of User in org.gcube.portlets.user.homelibrary.home
 

Methods in org.gcube.portlets.user.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.portlets.user.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.portlets.user.homelibrary.home with parameters of type User
 Home HomeManager.getHome(User user, org.gcube.common.core.scope.GCUBEScope scope)
          Retrieve the user's home.
 void HomeManager.removeUser(User user)
          Remove the specified user.
 

Uses of User in org.gcube.portlets.user.homelibrary.home.workspace
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace that return User
 User WorkspaceItem.getOwner()
          This item owner.
 User WorkspaceSmartFolder.getOwner()
          This item owner.
 User Workspace.getOwner()
          Returns the workspace owner.
 

Uses of User in org.gcube.portlets.user.homelibrary.home.workspace.acl
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.acl that return types with arguments of type User
 Set<Map.Entry<User,List<Capability>>> Capabilities.getAllCapabilities()
           
 

Methods in org.gcube.portlets.user.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.portlets.user.homelibrary.home.workspace.events
 

Fields in org.gcube.portlets.user.homelibrary.home.workspace.events with type parameters of type User
protected  List<User> WorkspaceSentEventImpl.addressees
           
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.events that return types with arguments of type User
 List<User> WorkspaceSentEvent.getAddressees()
           
 List<User> WorkspaceSentEventImpl.getAddressees()
          
 

Method parameters in org.gcube.portlets.user.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.portlets.user.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.portlets.user.homelibrary.home.workspace.sharing
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.sharing that return User
 User WorkspaceMessage.getSender()
          Return this request sender.
 

Method parameters in org.gcube.portlets.user.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.portlets.user.homelibrary.util
 

Methods in org.gcube.portlets.user.homelibrary.util with parameters of type User
protected  void WorkspaceTreeVisitor.visitUser(User user)
          Visits an user.
 

Uses of User in org.gcube.portlets.user.homelibrary.util.accesslog
 

Fields in org.gcube.portlets.user.homelibrary.util.accesslog declared as User
protected  User AccessLogProducer.user
           
 

Methods in org.gcube.portlets.user.homelibrary.util.accesslog with parameters of type User
protected static void AccessLogUtil.logAction(User user, HLAccessLogEntryType action, String message)
           
static void AccessLogUtil.logFolderItemCreated(User user, FolderItem item)
          Log an item created action
static void AccessLogUtil.logFolderItemImported(User user, FolderItem item)
          Log an item imported action
static void AccessLogUtil.logFolderItemRemoved(User user, FolderItem item)
          Log an item removed action
protected static void AccessLogUtil.logItemAction(User user, FolderItem item, HLAccessLogEntryType type)
           
static void AccessLogUtil.logItemSent(User user, WorkspaceItem item, List<User> addressees)
          Log an item sent action.
static void AccessLogUtil.logWorkspaceCreated(User user)
          Log a workspace creation.
 

Method parameters in org.gcube.portlets.user.homelibrary.util.accesslog with type arguments of type User
static void AccessLogUtil.logItemSent(User user, WorkspaceItem item, List<User> addressees)
          Log an item sent action.
 

Constructors in org.gcube.portlets.user.homelibrary.util.accesslog with parameters of type User
AccessLogProducer(User user)
           
 



Copyright © 2013. All Rights Reserved.