Uses of Class
uk.ac.vamsas.client.UserHandle

Packages that use UserHandle
uk.ac.vamsas.client   
uk.ac.vamsas.client.simpleclient   
uk.ac.vamsas.objects.utils   
uk.ac.vamsas.test.simpleclient   
 

Uses of UserHandle in uk.ac.vamsas.client
 

Methods in uk.ac.vamsas.client that return UserHandle
 UserHandle IClient.getUserHandle()
           
 UserHandle IVorbaIdFactory.getUserHandle()
           
abstract  UserHandle VorbaIdFactory.getUserHandle()
           
 

Methods in uk.ac.vamsas.client with parameters of type UserHandle
 IClient IClientFactory.getIClient(ClientHandle applicationHandle, UserHandle userId, java.lang.String sessionUrn)
          returns new vorba for a given session acting as a particular identity
 IClient IClientFactory.getIClient(ClientHandle applicationHandle, UserHandle userId)
          New session for application and specific user
 IClient IClientFactory.getNewSessionIClient(ClientHandle applicationHandle, UserHandle userId)
          Create a new session for the application using a particular user identity
 IClient IClientFactory.openAsNewSessionIClient(ClientHandle applicationHandle, UserHandle userId, java.io.File vamsasDocument)
          Create a new session as a particular user and import an existing vamsas document into it.
protected abstract  void VorbaIdFactory.setUser(UserHandle userHandle)
           
 

Uses of UserHandle in uk.ac.vamsas.client.simpleclient
 

Fields in uk.ac.vamsas.client.simpleclient declared as UserHandle
protected  UserHandle SimpleClient.user
           
 

Methods in uk.ac.vamsas.client.simpleclient that return UserHandle
 UserHandle IdFactory.getUserHandle()
           
 UserHandle SimpleClient.getUserHandle()
           
 

Methods in uk.ac.vamsas.client.simpleclient with parameters of type UserHandle
protected  void IdFactory.setUser(UserHandle userHandle)
           
 IClient SimpleClientFactory.getIClient(ClientHandle applicationHandle, UserHandle userId, java.lang.String sessionUrn)
           
 IClient SimpleClientFactory.getIClient(ClientHandle applicationHandle, UserHandle userId)
           
 IClient SimpleClientFactory.getNewSessionIClient(ClientHandle applicationHandle, UserHandle userId)
           
 IClient SimpleClientFactory.openAsNewSessionIClient(ClientHandle applicationHandle, UserHandle userId, java.io.File vamsasDocument)
           
 void VamsasSession.addStoreDocumentRequest(ClientHandle client, UserHandle user)
          write to the StoreWatcher file to indicate that a storeDocumentRequest has been made.
 

Constructors in uk.ac.vamsas.client.simpleclient with parameters of type UserHandle
IdFactory(SessionHandle session, ClientHandle client, UserHandle user)
           
IdFactory(SessionHandle session, ClientHandle client, UserHandle user, java.util.Hashtable extanthashv)
          Create IdFactory with existing object hashes and id set
SimpleClient(UserHandle user, ClientHandle client, VamsasSession sess)
          construct SimpleClient for user, client and VamsasSession directory use the SimpleClientFactory rather than this constructor directly.
 

Uses of UserHandle in uk.ac.vamsas.objects.utils
 

Methods in uk.ac.vamsas.objects.utils with parameters of type UserHandle
static boolean AppDataReference.equals(User p, UserHandle u)
           
static java.util.Vector AppDataReference.getUserandApplicationsData(VamsasDocument doc, UserHandle user, ClientHandle app)
          Searches document appData structure for particular combinations of client and user data
 

Uses of UserHandle in uk.ac.vamsas.test.simpleclient
 

Constructors in uk.ac.vamsas.test.simpleclient with parameters of type UserHandle
ArchiveClient(UserHandle user, VamsasFile vsess)