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