| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.asta | |
| net.sf.mpxj.mpd | |
| net.sf.mpxj.mpp | |
| net.sf.mpxj.mpx | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.planner | |
| net.sf.mpxj.primavera | |
| net.sf.mpxj.reader |
| Modifier and Type | Method and Description |
|---|---|
ProjectCalendar |
Resource.addResourceCalendar()
This method allows a resource calendar to be added to a resource.
|
ResourceAssignmentWorkgroupFields |
ResourceAssignment.addWorkgroupAssignment()
This method allows a resource assignment workgroup fields record
to be added to the current resource assignment.
|
Duration |
ProjectFile.getDuration(Date startDate,
Date endDate)
This method is used to calculate the duration of work between two fixed
dates according to the work schedule defined in the named calendar.
|
Duration |
ProjectFile.getDuration(String calendarName,
Date startDate,
Date endDate)
This method is used to calculate the duration of work between two fixed
dates according to the work schedule defined in the named calendar.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
AstaDatabaseReader.listProjects()
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
ProjectFile |
AstaDatabaseReader.read()
Read a project from the current data source.
|
ProjectFile |
AstaDatabaseReader.read(File file)
Read a file where a File instance is supplied.
|
ProjectFile |
AstaFileReader.read(InputStream inputStream)
Read a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
AstaDatabaseReader.read(String accessDatabaseFileName)
This is a convenience method which reads the first project
from the named Asta MDB file using the JDBC-ODBC bridge driver.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
MPDDatabaseReader.listProjects()
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
Map<Integer,String> |
MPD9DatabaseReader.listProjects()
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
ProjectFile |
MPDDatabaseReader.read()
Read project data from a database.
|
ProjectFile |
MPD9DatabaseReader.read()
Read a project from the current data source.
|
ProjectFile |
MPDDatabaseReader.read(File file)
Read a file where a File instance is supplied.
|
ProjectFile |
MPDDatabaseReader.read(String accessDatabaseFileName)
This is a convenience method which reads the first project
from the named MPD file using the JDBC-ODBC bridge driver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectHeaderReader.process(ProjectFile file,
net.sf.mpxj.mpp.Props props,
org.apache.poi.poifs.filesystem.DirectoryEntry rootDir)
The main entry point for processing project header data.
|
ProjectFile |
MPPReader.read(InputStream is)
Read a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
MPPReader.read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Alternative entry point allowing an MPP file to be read from
a user-supplied POI file stream.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
MPXReader.read(InputStream is)
Read a file where the contents of the project file
are supplied via an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
MSPDIReader.read(InputStream stream)
Read a file where the contents of the project file
are supplied via an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
PlannerReader.read(InputStream stream)
Read a file where the contents of the project file
are supplied via an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
PrimaveraDatabaseReader.listProjects()
Populates a Map instance representing the IDs and names of
projects available in the current database.
|
Map<Integer,String> |
PrimaveraXERFileReader.listProjects(InputStream is)
Populates a Map instance representing the IDs and names of
projects available in the current file.
|
ProjectFile |
PrimaveraDatabaseReader.read()
Read a project from the current data source.
|
ProjectFile |
PrimaveraXERFileReader.read(InputStream is)
Read a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
PrimaveraPMFileReader.read(InputStream stream)
Read a file where the contents of the project file
are supplied via an input stream.
|
List<ProjectFile> |
PrimaveraDatabaseReader.readAll()
Convenience method which allows all projects in the database to
be read in a single operation.
|
List<ProjectFile> |
PrimaveraXERFileReader.readAll(InputStream is)
This is a convenience method which allows all projects in an
XER file to be read in a single pass.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
ProjectReader.read(File file)
Read a file where a File instance is supplied.
|
ProjectFile |
AbstractProjectReader.read(File file)
Read a file where a File instance is supplied.
|
ProjectFile |
ProjectReader.read(InputStream inputStream)
Read a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
ProjectReader.read(String fileName)
Read a file where the file name is supplied.
|
ProjectFile |
AbstractProjectReader.read(String fileName)
Read a file where the file name is supplied.
|
Copyright © 2013. All Rights Reserved.