Modifier and Type | Field and Description |
---|---|
static Key<Resource,Integer> |
Asn.RESOURCE
The resource assigned to a task.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceCollection.add()
Adds new resource at the last position of a project resources collection.
|
Resource |
ResourceCollection.add(String resourceName)
Adds new resource at the last position of a project resources collection.
|
Resource |
ResourceCollection.add(String resourceName,
int beforeResourceId)
Adds new resource at the specified position of a project resources collection.
|
Resource |
ResourceCollection.get(int index)
(@inheritDoc}
|
Resource |
ResourceCollection.getById(int id)
Returns a resource with the specified id.
|
Resource |
ResourceCollection.getByUid(int uid)
Returns a resource with the specified Uid.
|
Resource |
AvailabilityPeriod.getParentResource()
Deprecated.
This property is obsolete and will be removed after the release 20.11.
|
Resource |
AvailabilityPeriodCollection.getParentResource()
Gets the parent
Resource for this object. |
Resource |
BaselineCollection.getParentResource()
Gets the parent
Resource for this collection. |
Resource |
RateCollection.getParentResource()
Gets the parent
Resource object for this collection. |
Modifier and Type | Method and Description |
---|---|
Iterator<Resource> |
ResourceCollection.iterator()
Returns an enumerator for this collection.
|
List<Resource> |
ResourceCollection.toList()
Converts the ResourceCollection object to a list of
Resource objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceCollection.add(Resource e) |
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource)
Adds new assignment to the ResourceAssignmentCollection.
|
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource,
BigDecimal cost)
Adds new assignment to the ResourceAssignmentCollection.
|
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource,
double units)
Adds new assignment to the ResourceAssignmentCollection.
|
boolean |
Resource.equals(Resource other)
Returns a value indicating whether this instance is equal to a specified instance of the
Resource class. |
String |
ResourceViewColumn.getColumnText(Resource resource)
Converts current resource to the column text.
|
abstract String |
ResourceToColumnTextConverter.invoke(Resource resource)
Resource's data to column's string converter.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceCollection.sort(Comparator<? super Resource> comparer) |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.