Uses of Interface
uk.ac.vamsas.client.IClient

Packages that use IClient
uk.ac.vamsas.client   
uk.ac.vamsas.client.simpleclient   
 

Uses of IClient in uk.ac.vamsas.client
 

Methods in uk.ac.vamsas.client that return IClient
 IClient IClientFactory.getIClient(ClientHandle applicationHandle)
          Create a new Vorba Session
 IClient IClientFactory.getIClient(ClientHandle applicationHandle, java.lang.String sessionUrn)
          returns new Vorba for a given session.
 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)
          Create a new sesssion for the application with the current 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, java.io.File vamsasDocument)
          Create a new session and import an existing vamsas document into it.
 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.
 

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

Classes in uk.ac.vamsas.client.simpleclient that implement IClient
 class SimpleClient
           
 

Methods in uk.ac.vamsas.client.simpleclient that return IClient
 IClient SimpleClientFactory.getIClient(ClientHandle applicationHandle)
           
 IClient SimpleClientFactory.getIClient(ClientHandle applicationHandle, java.lang.String sessionUrn)
          the URN should be something like simpleclient:FILEPATH URL encoded
 IClient SimpleClientFactory.getIClient(ClientHandle applicationHandle, UserHandle userId, java.lang.String sessionUrn)
           
 IClient SimpleClientFactory.getIClient(ClientHandle applicationHandle, UserHandle userId)
           
 IClient SimpleClientFactory.getNewSessionIClient(ClientHandle applicationHandle)
           
 IClient SimpleClientFactory.getNewSessionIClient(ClientHandle applicationHandle, UserHandle userId)
           
 IClient SimpleClientFactory.openAsNewSessionIClient(ClientHandle applicationHandle, java.io.File vamsasDocument)
           
 IClient SimpleClientFactory.openAsNewSessionIClient(ClientHandle applicationHandle, UserHandle userId, java.io.File vamsasDocument)