net.sf.mpxj.mpp
Class ResourceAssignmentFactory
java.lang.Object
net.sf.mpxj.mpp.ResourceAssignmentFactory
public class ResourceAssignmentFactory
- extends Object
Common implementation detail to extract resource assignment data from
MPP9, MPP12, and MPP14 files.
|
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 |
ResourceAssignmentFactory
public ResourceAssignmentFactory()
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 filefieldMap - assignment field mapuseRawTimephasedData - use raw timephased data flagpreserveNoteFormatting - preserve note formatting flagassnVarMeta - var metaassnVarData - var dataassnFixedMeta - fixed metaassnFixedData - fixed dataassnFixedData2 - fixed data
Copyright © 2012. All Rights Reserved.