Package | Description |
---|---|
org.mpxj.primavera.webservices |
Modifier and Type | Method and Description |
---|---|
List<WebServicesProject> |
WebServicesReader.getProjects()
Retrieve details of the projects available via the P6 Web Services API.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServicesReader.exportProject(WebServicesProject project,
OutputStream stream,
WebServicesExportType type,
boolean includeBaseline,
boolean compressed)
Export a project.
|
void |
WebServicesReader.exportProject(WebServicesProject project,
String filename,
WebServicesExportType type,
boolean includeBaseline,
boolean compressed)
Export a project.
|
ProjectFile |
WebServicesReader.readProject(WebServicesProject project)
Read a project and return a ProjectFile instance.
|
ProjectFile |
WebServicesReader.readProject(WebServicesProject project,
boolean includeBaseline)
Read a project and return a ProjectFile instance.
|
Copyright © 2000–2025 MPXJ. All rights reserved.