public class ResourceAssignmentContainer extends ProjectEntityContainer<ResourceAssignment>
m_sequenceProvider
modCount
Constructor and Description |
---|
ResourceAssignmentContainer(ProjectFile projectFile)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<CustomField> |
getCustomFields()
Retrieve a list of resource assignment custom fields.
|
FieldType |
getFieldTypeByAlias(String alias)
Retrieve the type of a field by its alias.
|
Set<FieldType> |
getPopulatedFields()
Retrieve the set of populated fields for this project.
|
void |
removed(ResourceAssignment assignment)
Called to notify subclasses of item removal.
|
added, firstUniqueID, fixUniqueIdClashes, getByUniqueID, updateUniqueID
add, add, clear, get, remove, replaced, set, size
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ResourceAssignmentContainer(ProjectFile projectFile)
projectFile
- parent projectpublic void removed(ResourceAssignment assignment)
ProjectEntityContainer
removed
in class ProjectEntityContainer<ResourceAssignment>
assignment
- removed itempublic Set<FieldType> getPopulatedFields()
public List<CustomField> getCustomFields()
Copyright © 2000–2024 Packwood Software. All rights reserved.