Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common | |
net.sf.mpxj.listener | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.primavera |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentField
Instances of this type represent Assignment fields.
|
class |
ConstraintField
Instances of this type represent constraint fields.
|
class |
ProjectField
Instances of this type represent project properties.
|
class |
ResourceField
Instances of this type represent Resource fields.
|
class |
TaskField
Instances of this type represent Task fields.
|
class |
UserDefinedField
Represents a user defined field.
|
Modifier and Type | Method and Description |
---|---|
FieldType |
GroupClause.getField()
Retrieve the grouping field.
|
FieldType |
Column.getFieldType()
Retrieves the type data displayed in the column.
|
FieldType |
CustomField.getFieldType()
Retrieve the field type represented by this instance.
|
FieldType |
GraphicalIndicator.getFieldType()
Retrieves the field type to which this indicator applies.
|
FieldType |
CustomFieldContainer.getFieldTypeByAlias(FieldTypeClass typeClass,
String alias)
Retrieve a field type from a particular entity using its alias.
|
FieldType |
ResourceAssignmentContainer.getFieldTypeByAlias(String alias)
Retrieve the type of a field by its alias.
|
FieldType |
ResourceContainer.getFieldTypeByAlias(String alias)
Retrieve the type of a field by its alias.
|
FieldType |
TaskContainer.getFieldTypeByAlias(String alias)
Retrieve the type of a field by its alias.
|
FieldType |
GenericCriteria.getLeftValue()
Retrieves the LHS of the expression.
|
FieldType |
DataLink.getSourceField()
Retrieve the source field.
|
FieldType |
DataLink.getTargetField()
Retrieve the target field.
|
FieldType |
AssignmentField.getUnitsType() |
FieldType |
ConstraintField.getUnitsType() |
FieldType |
FieldType.getUnitsType()
Retrieve the associated units field, if any.
|
FieldType |
ProjectField.getUnitsType() |
FieldType |
ResourceField.getUnitsType() |
FieldType |
TaskField.getUnitsType() |
FieldType |
UserDefinedField.getUnitsType() |
Modifier and Type | Method and Description |
---|---|
Set<FieldType> |
ProjectFile.getPopulatedFields()
A convenience method used to retrieve a set of FieldType instances representing
all populated fields in the project.
|
Set<FieldType> |
ProjectProperties.getPopulatedFields()
Retrieve the set of populated fields for this project.
|
Set<FieldType> |
ResourceAssignmentContainer.getPopulatedFields()
Retrieve the set of populated fields for this project.
|
Set<FieldType> |
ResourceContainer.getPopulatedFields()
Retrieve the set of populated fields for this project.
|
Set<FieldType> |
TaskContainer.getPopulatedFields()
Retrieve the set of populated fields for this project.
|
Modifier and Type | Method and Description |
---|---|
CustomField |
CustomFieldContainer.add(FieldType field)
Add a new custom field.
|
Object |
AbstractFieldContainer.get(FieldType field) |
CustomField |
CustomFieldContainer.get(FieldType field)
Retrieve configuration details for a given field.
|
Object |
FieldContainer.get(FieldType field)
Retrieve a field value.
|
protected boolean |
Resource.getAlwaysCalculatedField(FieldType field) |
Object |
AbstractFieldContainer.getCachedValue(FieldType field) |
Object |
FieldContainer.getCachedValue(FieldType field)
Retrieve a field value.
|
protected Function<Resource,Object> |
Resource.getCalculationMethod(FieldType field) |
CustomField |
CustomFieldContainer.getOrCreate(FieldType field)
Retrieve configuration details for a given field,
create a new CustomField entry if one does not exist.
|
protected void |
Resource.handleFieldChange(FieldType field,
Object oldValue,
Object newValue)
Clear any cached calculated values which will be affected by this change.
|
protected void |
ResourceAssignment.handleFieldChange(FieldType field,
Object oldValue,
Object newValue)
Clear any cached calculated values which will be affected by this change.
|
void |
CustomFieldContainer.remove(FieldType field)
Remove a custom field.
|
void |
AbstractFieldContainer.set(FieldType field,
Object value) |
void |
FieldContainer.set(FieldType field,
Object value)
Set a field value.
|
void |
GroupClause.setField(FieldType field)
Set the grouping field.
|
void |
Column.setFieldType(FieldType type)
Sets the type data displayed in the column.
|
void |
GenericCriteria.setLeftValue(FieldType value)
Sets the LHS of the expression.
|
void |
DataLink.setSourceField(FieldType sourceField)
Set the source field.
|
void |
DataLink.setTargetField(FieldType targetField)
Set the target field.
|
Constructor and Description |
---|
CustomField(FieldType field,
CustomFieldContainer parent)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PopulatedFields<E extends Enum<E> & FieldType,T extends FieldContainer>
Given a collection of objects containing fields, return a set representing
all of the fields which have a non-null value in any of the objects.
|
Modifier and Type | Field and Description |
---|---|
static List<FieldType> |
FieldLists.CUSTOM_FIELDS |
static Set<FieldType> |
FieldLists.CUSTOM_FIELDS_SET |
Modifier and Type | Method and Description |
---|---|
static FieldType |
MPPConstraintField.getInstance(int value)
Retrieve an instance of the ConstraintField class based on the data read from an
MS Project file.
|
static FieldType |
FieldTypeHelper.getInstance(ProjectFile project,
int fieldID)
Retrieve a FieldType instance based on an ID value from
an MPP9, MPP12 or MPP14 file.
|
static FieldType |
MPPAssignmentField.getInstance(ProjectFile project,
int value)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
static FieldType |
MPPProjectField.getInstance(ProjectFile project,
int value)
Retrieve an instance of the ProjectField class based on the data read from an
MS Project file.
|
static FieldType |
MPPResourceField.getInstance(ProjectFile project,
int value)
Retrieve an instance of the ResourceField class based on the data read from an
MS Project file.
|
static FieldType |
MPPTaskField.getInstance(ProjectFile project,
int value)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
static FieldType |
FieldTypeHelper.getInstance(ProjectFile project,
int fieldID,
DataType customFieldDataType)
Retrieve a FieldType instance based on an ID value from
an MPP9, MPP12 or MPP14 file.
|
static FieldType |
MPPAssignmentField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
static FieldType |
MPPProjectField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the ProjectField class based on the data read from an
MS Project file.
|
static FieldType |
MPPResourceField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the ResourceField class based on the data read from an
MS Project file.
|
static FieldType |
MPPTaskField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
static FieldType |
FieldTypeHelper.mapTextFields(FieldType field)
In some circumstances MS Project refers to the text version of a field (e.g.
|
Modifier and Type | Method and Description |
---|---|
Set<FieldType> |
PopulatedFields.getPopulatedFields()
Retrieve the set of fields populated across the collection of objects.
|
Modifier and Type | Method and Description |
---|---|
static int |
FieldTypeHelper.getFieldID(FieldType type)
Retrieve an MPP9/MPP12 field ID based on an MPXJ FieldType instance.
|
static int |
MPPAssignmentField.getID(FieldType value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPConstraintField.getID(FieldType value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPProjectField.getID(FieldType value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPResourceField.getID(FieldType value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPTaskField.getID(FieldType value)
Retrieve the ID of a field, as used by MS Project.
|
static FieldType |
FieldTypeHelper.mapTextFields(FieldType field)
In some circumstances MS Project refers to the text version of a field (e.g.
|
static boolean |
FieldTypeHelper.valueIsNotDefault(FieldType type,
Object value)
Determines if this value is the default value for the given field type.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldListener.fieldChange(FieldContainer container,
FieldType type,
Object oldValue,
Object newValue)
Called when a field value is changed.
|
Modifier and Type | Field and Description |
---|---|
protected Map<FieldType,Filter> |
GanttChartView.m_autoFiltersByType |
Modifier and Type | Method and Description |
---|---|
FieldType |
UserDefinedFieldMap.generateMapping(FieldType source)
Generate a mapping for a source field.
|
FieldType |
GanttBarCommonStyle.getBottomText()
Retrieve the text appearing at the bottom of the bar.
|
FieldType |
TableFontStyle.getFieldType()
Retrieve the field type of the column to which this style applies.
|
protected abstract FieldType |
CriteriaReader.getFieldType(byte[] block)
Retrieves a field type value.
|
protected FieldType |
FilterCriteriaReader12.getFieldType(byte[] block) |
protected FieldType |
FilterCriteriaReader14.getFieldType(byte[] block) |
protected FieldType |
FilterCriteriaReader9.getFieldType(byte[] block) |
FieldType |
GanttBarStyle.getFromField()
Retrieve the field used to determine the start date of this bar.
|
FieldType |
GanttBarCommonStyle.getInsideText()
Retrieve the text appearing inside the Gantt bar.
|
FieldType |
GanttBarCommonStyle.getLeftText()
Retrieve the text appearing to the left of the bar.
|
FieldType |
GanttBarCommonStyle.getRightText()
Retrieve the text appearing to the right of the bar.
|
FieldType |
UserDefinedFieldMap.getSource(FieldType target)
Given a target field, determine which field is being used as its source.
|
FieldType |
UserDefinedFieldMap.getTarget(FieldType source)
Given a source field, return the target field it should be mapped to.
|
FieldType |
GanttBarStyle.getToField()
Retrieve the field used to determine the end date of this bar.
|
FieldType |
GanttBarCommonStyle.getTopText()
Retrieve the text which appears above the bar.
|
Modifier and Type | Method and Description |
---|---|
FieldType |
UserDefinedFieldMap.generateMapping(FieldType source)
Generate a mapping for a source field.
|
Filter |
GanttChartView.getAutoFilterByType(FieldType type)
Retrieves the auto filter definition associated with an
individual column.
|
FieldType |
UserDefinedFieldMap.getSource(FieldType target)
Given a target field, determine which field is being used as its source.
|
FieldType |
UserDefinedFieldMap.getTarget(FieldType source)
Given a source field, return the target field it should be mapped to.
|
void |
GanttBarCommonStyle.setBottomText(FieldType field)
Sets the text appearing at the bottom of the bar.
|
void |
GanttBarStyle.setFromField(FieldType field)
Set the field used to determine the start date of this bar.
|
void |
GanttBarCommonStyle.setInsideText(FieldType field)
Sets the text appearing inside the Gantt bar.
|
void |
GanttBarCommonStyle.setLeftText(FieldType field)
Sets the text appearing to the left of the bar.
|
void |
GanttBarCommonStyle.setRightText(FieldType field)
Sets the text appearing to the right of the bar.
|
void |
GanttBarStyle.setToField(FieldType field)
Sets the field used to determine the end date of this bar.
|
void |
GanttBarCommonStyle.setTopText(FieldType field)
Sets the top text.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
MppBitFlag(FieldType type,
int offset,
int mask,
Object zeroValue,
Object nonZeroValue)
Constructor.
|
TableFontStyle(int rowUniqueID,
FieldType fieldType,
FontBase fontBase,
boolean italic,
boolean bold,
boolean underline,
boolean strikethrough,
Color color,
Color backgroundColor,
BackgroundPattern backgroundPattern,
boolean italicChanged,
boolean boldChanged,
boolean underlineChanged,
boolean strikethroughChanged,
boolean colorChanged,
boolean fontChanged,
boolean backgroundColorChanged,
boolean backgroundPatternChanged)
Constructor.
|
Constructor and Description |
---|
UserDefinedFieldMap(ProjectFile file,
List<FieldType> targetFieldList)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
DatatypeConverter.parseCustomField(ProjectFile file,
FieldContainer mpx,
String value,
FieldType mpxFieldID,
TimeUnit durationFormat)
Parse a custom field value.
|
Modifier and Type | Method and Description |
---|---|
Map<FieldType,String> |
PrimaveraDatabaseReader.getActivityFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraXERFileReader.getActivityFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraDatabaseReader.getAssignmentFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraXERFileReader.getAssignmentFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraDatabaseReader.getResourceFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraXERFileReader.getResourceFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraDatabaseReader.getRoleFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraXERFileReader.getRoleFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraDatabaseReader.getWbsFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Map<FieldType,String> |
PrimaveraXERFileReader.getWbsFieldMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.