| Modifier and Type | Field and Description |
|---|---|
protected ProjectFile |
AbstractView.m_parent |
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
ProjectCalendar.getParentFile()
Accessor method allowing retrieval of ProjectFile reference.
|
| Constructor and Description |
|---|
AbstractView(ProjectFile parent)
Constructor.
|
Column(ProjectFile project)
Constructor.
|
GenericCriteria(ProjectFile projectFile)
Constructor.
|
GraphicalIndicatorCriteria(ProjectFile projectFile)
Constructor.
|
ProjectCalendar(ProjectFile file)
Default constructor.
|
ProjectCalendar(ProjectFile file,
ProjectCalendar taskCalendar,
ProjectCalendar resourceCalendar)
Create a calendar based on the intersection of a task calendar and a resource calendar.
|
ResourceAssignment(ProjectFile file)
Constructor.
|
ViewState(ProjectFile file,
String viewName,
List<Integer> uniqueIdList,
int filterID)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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(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 |
|---|---|
void |
MppXmlCompare.process(ProjectFile xml,
ProjectFile mpp)
Compares the data held in two project files.
|
void |
MppTaskTest.testBasicTask(ProjectFile mpp)
Tests dozens of basic fields of a Task.
|
| Modifier and Type | Method and Description |
|---|---|
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(InputStream inputStream)
Read a file where the contents of the project file
are supplied via an input stream.
|
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 |
|---|---|
static Duration |
MPDUtility.getAdjustedDuration(ProjectFile file,
int duration,
TimeUnit timeUnit)
Given a duration and the time units for the duration extracted from an MPP
file, this method creates a new Duration to represent the given
duration.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GenericCriteria |
CriteriaReader.process(ProjectFile file,
byte[] data,
int dataOffset,
int entryOffset,
List<GenericCriteriaPrompt> prompts,
List<FieldType> fields,
boolean[] criteriaType)
Main entry point to read criteria data.
|
void |
ResourceAssignmentFactory.process(ProjectFile file,
net.sf.mpxj.mpp.FieldMap fieldMap,
net.sf.mpxj.mpp.FieldMap enterpriseCustomFieldMap,
boolean useRawTimephasedData,
boolean preserveNoteFormatting,
net.sf.mpxj.mpp.VarMeta assnVarMeta,
net.sf.mpxj.mpp.Var2Data assnVarData,
net.sf.mpxj.mpp.FixedMeta assnFixedMeta,
net.sf.mpxj.mpp.FixedData assnFixedData,
net.sf.mpxj.mpp.FixedData assnFixedData2)
Main entry point when called to process assignment data.
|
void |
FilterReader.process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData)
Entry point for processing filter definitions.
|
void |
GroupReader14.process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData,
Map<Integer,FontBase> fontBases)
Entry point for processing group definitions.
|
void |
GroupReader.process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData,
Map<Integer,FontBase> fontBases)
Entry point for processing group definitions.
|
void |
GraphicalIndicatorReader.process(ProjectFile file,
net.sf.mpxj.mpp.Props props)
The main entry point for processing graphical indicator definitions.
|
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.
|
void |
ViewStateReader.process(ProjectFile file,
net.sf.mpxj.mpp.Var2Data varData,
byte[] fixedData)
Entry point for processing saved view state.
|
| Constructor and Description |
|---|
AbstractMppView(ProjectFile parent)
Constructor.
|
GenericView(ProjectFile parent,
byte[] data,
net.sf.mpxj.mpp.Var2Data varData)
Extract the view data from the view data block.
|
GenericView12(ProjectFile parent,
byte[] data,
net.sf.mpxj.mpp.Var2Data varData)
Constructor.
|
GenericView14(ProjectFile parent,
byte[] data,
net.sf.mpxj.mpp.Var2Data varData)
Constructor.
|
GenericView9(ProjectFile parent,
byte[] data,
net.sf.mpxj.mpp.Var2Data varData)
Constructor.
|
View8(ProjectFile parent,
byte[] data)
Extract the view data from the view data block.
|
| 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 |
|---|---|
void |
MPXWriter.write(ProjectFile projectFile,
OutputStream out)
Create a project file using the supplied OutputStream instance.
|
| 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 |
|---|---|
static Duration |
DatatypeConverter.parseDuration(ProjectFile file,
TimeUnit defaultUnits,
String value)
Parse a duration.
|
static void |
DatatypeConverter.parseExtendedAttribute(ProjectFile file,
FieldContainer mpx,
String value,
FieldType mpxFieldID)
Parse an extended attribute value.
|
static void |
DatatypeConverter.setParentFile(ProjectFile file)
This method is called to set the parent file for the current
write operation.
|
void |
MSPDIWriter.write(ProjectFile projectFile,
OutputStream stream)
Create a project file using the supplied OutputStream instance.
|
| 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 |
|---|---|
void |
PlannerWriter.write(ProjectFile projectFile,
OutputStream stream)
Create a project file using the supplied OutputStream instance.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
PrimaveraDatabaseReader.read()
Read a project from the current data source.
|
ProjectFile |
PrimaveraDatabaseReader.read(File file)
Read a file where a File instance is supplied.
|
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.
|
ProjectFile |
PrimaveraDatabaseReader.read(InputStream inputStream)
Read a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
PrimaveraDatabaseReader.read(String fileName)
Read a file where the file name is supplied.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
static void |
DatatypeConverter.setParentFile(ProjectFile file)
This method is called to set the parent file for the current
write operation.
|
void |
PrimaveraPMFileWriter.write(ProjectFile projectFile,
OutputStream stream)
Create a project file using the supplied OutputStream instance.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDEFWriter.write(ProjectFile projectFile,
OutputStream out)
Write a project file in SDEF format to an output stream.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Double> |
TimephasedUtility.segmentBaselineCost(ProjectFile file,
List<TimephasedCost> cost,
TimescaleUnits rangeUnits,
ArrayList<DateRange> dateList)
This is the main entry point used to convert the internal representation
of timephased baseline cost into an external form which can
be displayed to the user.
|
ArrayList<Duration> |
TimephasedUtility.segmentBaselineWork(ProjectFile file,
List<TimephasedWork> work,
TimescaleUnits rangeUnits,
ArrayList<DateRange> dateList)
This is the main entry point used to convert the internal representation
of timephased baseline work into an external form which can
be displayed to the user.
|
| Constructor and Description |
|---|
MPXJFormats(Locale locale,
String nullText,
ProjectFile file)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectWriter.write(ProjectFile projectFile,
File file)
Create a project file using the supplied File instance.
|
void |
AbstractProjectWriter.write(ProjectFile projectFile,
File file)
Create a project file using the supplied File instance.
|
void |
ProjectWriter.write(ProjectFile projectFile,
OutputStream outputStream)
Create a project file using the supplied OutputStream instance.
|
void |
ProjectWriter.write(ProjectFile projectFile,
String fileName)
Create a project file using the supplied file name.
|
void |
AbstractProjectWriter.write(ProjectFile projectFile,
String fileName)
Create a project file using the supplied file name.
|
Copyright © 2013. All Rights Reserved.