@Deprecated public class ProjectService extends AbstractRPCService
Project
.util
Constructor and Description |
---|
ProjectService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProjectInfo |
getById(java.lang.String ID,
int itemId)
Deprecated.
Get information about a project that you know the ID of.
|
ProjectInfo[] |
getProjects(java.lang.String ID,
QueryOptions qOpt)
Deprecated.
Gets information about projects that are available
for an active session.
|
java.lang.String |
setActiveProject(java.lang.String ID,
int projectId)
Deprecated.
Sets a project active
|
attachFile, getRemoteId, getSessionControl
public ProjectInfo getById(java.lang.String ID, int itemId)
ID
- Id to identify the session.itemId
- The ID of the projectpublic java.lang.String setActiveProject(java.lang.String ID, int projectId)
ID
- Id to identify the active sessionprojectId
- Id of the project to set as activepublic ProjectInfo[] getProjects(java.lang.String ID, QueryOptions qOpt)
ID
- Id to identify the session.qOpt
- QueryOptions to use when getting the projects