Uses of Class
net.sf.mpxj.MPXJException

Packages that use MPXJException
net.sf.mpxj   
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   
 

Uses of MPXJException in net.sf.mpxj
 

Methods in net.sf.mpxj that throw MPXJException
 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.
 

Uses of MPXJException in net.sf.mpxj.mpd
 

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

Uses of MPXJException in net.sf.mpxj.mpp
 

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

Uses of MPXJException in net.sf.mpxj.mpx
 

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

Uses of MPXJException in net.sf.mpxj.mspdi
 

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

Uses of MPXJException in net.sf.mpxj.planner
 

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

Uses of MPXJException in net.sf.mpxj.primavera
 

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

Uses of MPXJException in net.sf.mpxj.reader
 

Methods in net.sf.mpxj.reader that throw MPXJException
 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 © 2012. All Rights Reserved.