Modifier and Type | Method and Description |
---|---|
Resource |
Project.addResource()
Adds new resource at the last position of a project resources collection.
|
Resource |
Project.addResource(String resourceName)
Adds new resource at the last position of a project resources collection.
|
Resource |
Project.addResource(String resourceName,
int beforeResourceId)
Adds new resource at the specified position of a project resources collection.
|
Resource |
ResourceAssignment.getResource()
Returns or sets the resource assigned to a task.
|
Resource |
Project.getResourceByUid(int uid)
Returns a resource with the specified Uid.
|
Modifier and Type | Method and Description |
---|---|
List<Resource> |
Project.getResources() |
Modifier and Type | Method and Description |
---|---|
ResourceAssignment |
Project.addResourceAssignment(Task task,
Resource resource)
Adds new assignment to a project ResourceAssignments collection.
|
ResourceAssignment |
Project.addResourceAssignment(Task task,
Resource resource,
double units)
Adds new assignment to a project ResourceAssignments collection.
|
String |
ResourceViewColumn.getColumnText(Resource resource)
Converts current resource to the column text.
|
List<ResourceAssignment> |
Project.getResourceAssignmentsByResource(Resource resource) |
String |
ResourceToColumnTextConverter.invoke(Resource resource) |
void |
ResourceAssignment.setResource(Resource value) |
Modifier and Type | Method and Description |
---|---|
void |
Project.setResources(List<Resource> value) |
Constructor and Description |
---|
FilterResourceAssignByResource(Resource resource)
Creates filter of resource assignments for the specified resource.
|
ResourceAssignment(Task task,
Resource resource)
Creates the resource assignment to a task.
|
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.