Uses of Class
com.aspose.tasks.Resource
-
-
Uses of Resource in com.aspose.tasks
Fields in com.aspose.tasks with type parameters of type Resource Modifier and Type Field Description static Key<Resource,Integer>
Asn. RESOURCE
The resource assigned to a task.Methods in com.aspose.tasks that return Resource Modifier and Type Method 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
AvailabilityPeriodCollection. getParentResource()
Gets the parentResource
for this object.Resource
BaselineCollection. getParentResource()
Gets the parentResource
for this collection.Resource
RateCollection. getParentResource()
Gets the parentResource
object for this collection.Methods in com.aspose.tasks that return types with arguments of type Resource Modifier and Type Method Description Iterator<Resource>
ResourceCollection. iterator()
Returns an enumerator for this collection.List<Resource>
ResourceCollection. toList()
Converts the ResourceCollection object to a list ofResource
objects.Methods in com.aspose.tasks with parameters of type Resource Modifier and Type Method 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.ResourceAssignment
ResourceAssignmentCollection. add(Task task, Resource resource, BigDecimal cost)
Adds new assignment to the ResourceAssignmentCollection.boolean
ResourceCollection. add(Resource e)
boolean
Resource. equals(Resource other)
Returns a value indicating whether this instance is equal to a specified instance of theResource
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.Method parameters in com.aspose.tasks with type arguments of type Resource Modifier and Type Method Description void
ResourceCollection. sort(Comparator<? super Resource> comparer)
-