public class SessionManager extends Object
Constructor and Description |
---|
SessionManager(String user,
String password)
Create a new SessionGuid (and return some additional system info.) This is effectively the login for the EQ Network SDK.
|
SessionManager(UUID sessionGuid)
Create a new SessionGuid (and return some additional system info.) This is effectively the login for the EQ Network SDK.
|
Modifier and Type | Method and Description |
---|---|
CollectionService |
collectionService() |
ContentFileService |
contentFileService() |
Session |
getCurrentSession() |
List<Category> |
getDefaultCategories()
Categories are an attribute of ContentFiles.
|
List<Category> |
getDefaultCategories(boolean forceReload)
Categories are an attribute of ContentFiles.
|
HashTagService |
hashTagService() |
RequestService |
requestService() |
UploadService |
uploadService() |
UserService |
userService() |
public SessionManager(UUID sessionGuid) throws EQException
sessionGuid
- identifies the session to establishEQException
public SessionManager(String user, String password) throws EQException
user
- is the unique user (or account) namepassword
- is the users case sensitive passwordEQException
public Session getCurrentSession()
public UserService userService()
public CollectionService collectionService()
public ContentFileService contentFileService()
public HashTagService hashTagService()
public RequestService requestService()
public List<Category> getDefaultCategories() throws EQServiceException, EQEntityException
EQServiceException
EQEntityException
public List<Category> getDefaultCategories(boolean forceReload) throws EQServiceException, EQEntityException
forceReload
- force reloading categories from the server.EQServiceException
EQEntityException
public UploadService uploadService()
Copyright © 2014 Equilibrium. All rights reserved.