net.sf.mpxj.mpp
Class ResourceAssignmentFactory

java.lang.Object
  extended by net.sf.mpxj.mpp.ResourceAssignmentFactory

public class ResourceAssignmentFactory
extends Object

Common implementation detail to extract resource assignment data from MPP9, MPP12, and MPP14 files.


Constructor Summary
ResourceAssignmentFactory()
           
 
Method Summary
 void 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAssignmentFactory

public ResourceAssignmentFactory()
Method Detail

process

public void 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.

Parameters:
file - parent project file
fieldMap - assignment field map
useRawTimephasedData - use raw timephased data flag
preserveNoteFormatting - preserve note formatting flag
assnVarMeta - var meta
assnVarData - var data
assnFixedMeta - fixed meta
assnFixedData - fixed data
assnFixedData2 - fixed data


Copyright © 2012. All Rights Reserved.