| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.administration |
This package contains interfaces to access the Project and Product entities of Silk Central (AdministrationService, previously MainEntities).
|
| Modifier and Type | Method and Description |
|---|---|
Project[] |
AdministrationService.findProjects(java.lang.String sessionId,
java.lang.String projectName)
Returns all projects assigned to the logged in user (or all projects if the user is an administrator) with the given name (wildcards * and ? are allowed).
|
Project |
AdministrationService.getProjectById(java.lang.String sessionId,
int projectId)
Returns the project with the given ID.
|
Project[] |
AdministrationService.getProjects(java.lang.String sessionId)
Returns all projects visible to this user.
|
Project[] |
AdministrationService.getProjectsForUser(java.lang.String sessionId,
int userId)
Returns all projects that meet the filter specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AdministrationService.createProject(java.lang.String sessionId,
Project project)
Creates a new project with the given properties.
|
void |
AdministrationService.updateProject(java.lang.String sessionId,
Project project)
Updates an existing project with the given properties.
|
Copyright © Micro Focus 2004-2019. All rights reserved.