Uses of Class
net.sf.mpxj.ProjectFile

Packages that use ProjectFile
net.sf.mpxj   
net.sf.mpxj.junit   
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   
net.sf.mpxj.utility   
net.sf.mpxj.writer   
 

Uses of ProjectFile in net.sf.mpxj
 

Fields in net.sf.mpxj declared as ProjectFile
protected  ProjectFile AbstractView.m_parent
           
 

Methods in net.sf.mpxj that return ProjectFile
 ProjectFile ProjectCalendar.getParentFile()
          Accessor method allowing retrieval of ProjectFile reference.
 

Constructors in net.sf.mpxj with parameters of type ProjectFile
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.
 

Uses of ProjectFile in net.sf.mpxj.junit
 

Methods in net.sf.mpxj.junit with parameters of type ProjectFile
 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.
 

Uses of ProjectFile in net.sf.mpxj.mpd
 

Methods in net.sf.mpxj.mpd that return ProjectFile
 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.
 

Methods in net.sf.mpxj.mpd with parameters of type ProjectFile
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.
 

Uses of ProjectFile in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return ProjectFile
 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.
 

Methods in net.sf.mpxj.mpp with parameters of type ProjectFile
 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, 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.
 

Constructors in net.sf.mpxj.mpp with parameters of type ProjectFile
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.
 

Uses of ProjectFile in net.sf.mpxj.mpx
 

Methods in net.sf.mpxj.mpx that return ProjectFile
 ProjectFile MPXReader.read(InputStream is)
          Read a file where the contents of the project file are supplied via an input stream.
 

Methods in net.sf.mpxj.mpx with parameters of type ProjectFile
 void MPXWriter.write(ProjectFile projectFile, OutputStream out)
          Create a project file using the supplied OutputStream instance.
 

Uses of ProjectFile in net.sf.mpxj.mspdi
 

Methods in net.sf.mpxj.mspdi that return ProjectFile
 ProjectFile MSPDIReader.read(InputStream stream)
          Read a file where the contents of the project file are supplied via an input stream.
 

Methods in net.sf.mpxj.mspdi with parameters of type ProjectFile
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.
 

Uses of ProjectFile in net.sf.mpxj.planner
 

Methods in net.sf.mpxj.planner that return ProjectFile
 ProjectFile PlannerReader.read(InputStream stream)
          Read a file where the contents of the project file are supplied via an input stream.
 

Methods in net.sf.mpxj.planner with parameters of type ProjectFile
 void PlannerWriter.write(ProjectFile projectFile, OutputStream stream)
          Create a project file using the supplied OutputStream instance.
 

Uses of ProjectFile in net.sf.mpxj.primavera
 

Methods in net.sf.mpxj.primavera that return ProjectFile
 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.
 

Methods in net.sf.mpxj.primavera that return types with arguments of type ProjectFile
 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.
 

Methods in net.sf.mpxj.primavera with parameters of type ProjectFile
static void DatatypeConverter.setParentFile(ProjectFile file)
          This method is called to set the parent file for the current write operation.
 

Uses of ProjectFile in net.sf.mpxj.reader
 

Methods in net.sf.mpxj.reader that return ProjectFile
 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.
 

Uses of ProjectFile in net.sf.mpxj.utility
 

Methods in net.sf.mpxj.utility with parameters of type ProjectFile
 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.
 

Constructors in net.sf.mpxj.utility with parameters of type ProjectFile
MPXJFormats(Locale locale, String nullText, ProjectFile file)
          Constructor.
 

Uses of ProjectFile in net.sf.mpxj.writer
 

Methods in net.sf.mpxj.writer with parameters of type ProjectFile
 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 © 2012. All Rights Reserved.