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()
Returns a parent
Resource instance for this object. |
Resource |
AvailabilityPeriodCollection.getParentResource()
Returns parent
Resource for this object. |
Resource |
BaselineCollection.getParentResource()
Parent
Resource for this collection. |
Resource |
RateCollection.getParentResource()
Returns parent
Resource object for this collection. |
Modifier and Type | Method and Description |
---|---|
List<Resource> |
ResourceCollection.toList()
Converts the ResourceCollection object to a list of
Resource objects. |
Modifier and Type | Method and Description |
---|---|
ResourceAssignment |
ResourceAssignmentCollection.add(Task task,
Resource resource)
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.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.