public class ResourceAssignmentFactory extends Object
Constructor and Description |
---|
ResourceAssignmentFactory() |
Modifier and Type | Method and Description |
---|---|
void |
process(ProjectFile file,
net.sf.mpxj.mpp.FieldMap fieldMap,
net.sf.mpxj.mpp.FieldMap enterpriseCustomFieldMap,
boolean useRawTimephasedData,
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,
int count)
Main entry point when called to process assignment data.
|
public void process(ProjectFile file, net.sf.mpxj.mpp.FieldMap fieldMap, net.sf.mpxj.mpp.FieldMap enterpriseCustomFieldMap, boolean useRawTimephasedData, 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, int count)
file
- parent project filefieldMap
- assignment field mapenterpriseCustomFieldMap
- enterprise custom field mapuseRawTimephasedData
- use raw timephased data flagassnVarMeta
- var metaassnVarData
- var dataassnFixedMeta
- fixed metaassnFixedData
- fixed dataassnFixedData2
- fixed datacount
- expected number of assignmentsCopyright © 2000–2024 Packwood Software. All rights reserved.