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. RESOURCEThe resource assigned to a task.Methods in com.aspose.tasks that return Resource Modifier and Type Method Description ResourceResourceCollection. add()Adds new resource at the last position of a project resources collection.ResourceResourceCollection. add(String resourceName)Adds new resource at the last position of a project resources collection.ResourceResourceCollection. add(String resourceName, int beforeResourceId)Adds new resource at the specified position of a project resources collection.ResourceResourceCollection. get(int index)(@inheritDoc}ResourceResourceCollection. getById(int id)Returns a resource with the specified id.ResourceResourceCollection. getByUid(int uid)Returns a resource with the specified Uid.ResourceAvailabilityPeriodCollection. getParentResource()Gets the parentResourcefor this object.ResourceBaselineCollection. getParentResource()Gets the parentResourcefor this collection.ResourceRateCollection. getParentResource()Gets the parentResourceobject 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 ofResourceobjects.Methods in com.aspose.tasks with parameters of type Resource Modifier and Type Method Description ResourceAssignmentResourceAssignmentCollection. add(Task task, Resource resource)Adds new assignment to the ResourceAssignmentCollection.ResourceAssignmentResourceAssignmentCollection. add(Task task, Resource resource, double units)Adds new assignment to the ResourceAssignmentCollection.ResourceAssignmentResourceAssignmentCollection. add(Task task, Resource resource, BigDecimal cost)Adds new assignment to the ResourceAssignmentCollection.booleanResourceCollection. add(Resource e)booleanResource. equals(Resource other)Returns a value indicating whether this instance is equal to a specified instance of theResourceclass.StringResourceViewColumn. getColumnText(Resource resource)Converts current resource to the column text.abstract StringResourceToColumnTextConverter. 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 voidResourceCollection. sort(Comparator<? super Resource> comparer)
-