Uses of Class
com.aspose.tasks.cloud.ApiException
Packages that use ApiException
-
Uses of ApiException in com.aspose.tasks.cloud
Methods in com.aspose.tasks.cloud with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoid
This is called when the API call fails.Methods in com.aspose.tasks.cloud that throw ApiExceptionModifier and TypeMethodDescriptioncom.squareup.okhttp.Call
ApiClient.buildCall
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build HTTP call with the given options.com.squareup.okhttp.Request
ApiClient.buildRequest
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build an HTTP request with the given options.<T> T
ApiClient.deserialize
(com.squareup.okhttp.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse
(com.squareup.okhttp.Response response) Download file from the given response.<T> ApiResponse<T>
ApiClient.execute
(com.squareup.okhttp.Call call) <T> ApiResponse<T>
Execute HTTP call and deserialize the HTTP response body into the given return type.<T> T
ApiClient.handleResponse
(com.squareup.okhttp.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.void
ApiClient.refreshToken()
Refresh OAuth token.void
ApiClient.requestToken()
Request OAuth tokencom.squareup.okhttp.RequestBody
Serialize the given Java object into request body according to the object's class and the request Content-Type. -
Uses of ApiException in com.aspose.tasks.cloud.api
Methods in com.aspose.tasks.cloud.api that throw ApiExceptionModifier and TypeMethodDescriptionvoid
TasksApi.copyFile
(CopyFileRequest request) Copy filecom.squareup.okhttp.Call
TasksApi.copyFileAsync
(CopyFileRequest request, ApiCallback<Void> callback) Copy file (asynchronously)void
TasksApi.copyFolder
(CopyFolderRequest request) Copy foldercom.squareup.okhttp.Call
TasksApi.copyFolderAsync
(CopyFolderRequest request, ApiCallback<Void> callback) Copy folder (asynchronously)void
TasksApi.createFolder
(CreateFolderRequest request) Create the foldercom.squareup.okhttp.Call
TasksApi.createFolderAsync
(CreateFolderRequest request, ApiCallback<Void> callback) Create the folder (asynchronously)TasksApi.createNewProject
(CreateNewProjectRequest request) Creates new project in Project Server\\Project Online instance.com.squareup.okhttp.Call
TasksApi.createNewProjectAsync
(CreateNewProjectRequest request, ApiCallback<AsposeResponse> callback) Creates new project in Project Server\\Project Online instance.TasksApi.deleteAssignment
(DeleteAssignmentRequest request) Deletes a project assignment with all references to it.com.squareup.okhttp.Call
TasksApi.deleteAssignmentAsync
(DeleteAssignmentRequest request, ApiCallback<AsposeResponse> callback) Deletes a project assignment with all references to it.TasksApi.deleteCalendar
(DeleteCalendarRequest request) Deletes a project calendar request DeleteCalendar request with main agrscom.squareup.okhttp.Call
TasksApi.deleteCalendarAsync
(DeleteCalendarRequest request, ApiCallback<AsposeResponse> callback) Deletes a project calendar (asynchronously)TasksApi.deleteCalendarException
(DeleteCalendarExceptionRequest request) Deletes calendar exception from calendar exceptions collection.com.squareup.okhttp.Call
TasksApi.deleteCalendarExceptionAsync
(DeleteCalendarExceptionRequest request, ApiCallback<AsposeResponse> callback) Deletes calendar exception from calendar exceptions collection.TasksApi.deleteExtendedAttributeByIndex
(DeleteExtendedAttributeByIndexRequest request) Delete a project extended attribute.com.squareup.okhttp.Call
TasksApi.deleteExtendedAttributeByIndexAsync
(DeleteExtendedAttributeByIndexRequest request, ApiCallback<AsposeResponse> callback) Delete a project extended attribute.void
TasksApi.deleteFile
(DeleteFileRequest request) Delete filecom.squareup.okhttp.Call
TasksApi.deleteFileAsync
(DeleteFileRequest request, ApiCallback<Void> callback) Delete file (asynchronously)void
TasksApi.deleteFolder
(DeleteFolderRequest request) Delete foldercom.squareup.okhttp.Call
TasksApi.deleteFolderAsync
(DeleteFolderRequest request, ApiCallback<Void> callback) Delete folder (asynchronously)TasksApi.deleteOutlineCodeByIndex
(DeleteOutlineCodeByIndexRequest request) Deletes a project outline code request DeleteOutlineCodeByIndex request with main agrscom.squareup.okhttp.Call
TasksApi.deleteOutlineCodeByIndexAsync
(DeleteOutlineCodeByIndexRequest request, ApiCallback<AsposeResponse> callback) Deletes a project outline code (asynchronously)TasksApi.deleteResource
(DeleteResourceRequest request) Deletes a project resource with all references to it request DeleteResource request with main agrscom.squareup.okhttp.Call
TasksApi.deleteResourceAsync
(DeleteResourceRequest request, ApiCallback<AsposeResponse> callback) Deletes a project resource with all references to it (asynchronously)TasksApi.deleteTask
(DeleteTaskRequest request) Deletes a project task with all references to it and rebuilds tasks tree.com.squareup.okhttp.Call
TasksApi.deleteTaskAsync
(DeleteTaskRequest request, ApiCallback<AsposeResponse> callback) Deletes a project task with all references to it and rebuilds tasks tree.TasksApi.deleteTaskLink
(DeleteTaskLinkRequest request) Delete task link.com.squareup.okhttp.Call
TasksApi.deleteTaskLinkAsync
(DeleteTaskLinkRequest request, ApiCallback<AsposeResponse> callback) Delete task link.TasksApi.downloadFile
(DownloadFileRequest request) Download file request DownloadFile request with main agrscom.squareup.okhttp.Call
TasksApi.downloadFileAsync
(DownloadFileRequest request, ApiCallback<File> callback) Download file (asynchronously)TasksApi.getAssignment
(GetAssignmentRequest request) Read project assignment with the specified Uid.com.squareup.okhttp.Call
TasksApi.getAssignmentAsync
(GetAssignmentRequest request, ApiCallback<AssignmentResponse> callback) Read project assignment with the specified Uid.TasksApi.getAssignments
(GetAssignmentsRequest request) Get project's assignment items.com.squareup.okhttp.Call
TasksApi.getAssignmentsAsync
(GetAssignmentsRequest request, ApiCallback<AssignmentItemsResponse> callback) Get project's assignment items.TasksApi.getAssignmentTimephasedData
(GetAssignmentTimephasedDataRequest request) Get timescaled data for an assignment with the specified Uid.com.squareup.okhttp.Call
TasksApi.getAssignmentTimephasedDataAsync
(GetAssignmentTimephasedDataRequest request, ApiCallback<TimephasedDataResponse> callback) Get timescaled data for an assignment with the specified Uid.TasksApi.getCalendar
(GetCalendarRequest request) Get a project's calendar with the specified Uid.com.squareup.okhttp.Call
TasksApi.getCalendarAsync
(GetCalendarRequest request, ApiCallback<CalendarResponse> callback) Get a project's calendar with the specified Uid.TasksApi.getCalendarExceptions
(GetCalendarExceptionsRequest request) Get a list of calendar's exceptions.com.squareup.okhttp.Call
TasksApi.getCalendarExceptionsAsync
(GetCalendarExceptionsRequest request, ApiCallback<CalendarExceptionsResponse> callback) Get a list of calendar's exceptions.TasksApi.getCalendars
(GetCalendarsRequest request) Read project calendar items.com.squareup.okhttp.Call
TasksApi.getCalendarsAsync
(GetCalendarsRequest request, ApiCallback<CalendarItemsResponse> callback) Read project calendar items.TasksApi.getCalendarWorkWeeks
(GetCalendarWorkWeeksRequest request) Gets the collection of work weeks of the specified calendar.com.squareup.okhttp.Call
TasksApi.getCalendarWorkWeeksAsync
(GetCalendarWorkWeeksRequest request, ApiCallback<CalendarWorkWeeksResponse> callback) Gets the collection of work weeks of the specified calendar.TasksApi.getCriticalPath
(GetCriticalPathRequest request) Returns the list of the tasks which must be completed on time for a project to finish on schedule.com.squareup.okhttp.Call
TasksApi.getCriticalPathAsync
(GetCriticalPathRequest request, ApiCallback<TaskItemsResponse> callback) Returns the list of the tasks which must be completed on time for a project to finish on schedule.TasksApi.getDiscUsage
(GetDiscUsageRequest request) Get disc usage request GetDiscUsage request with main agrscom.squareup.okhttp.Call
TasksApi.getDiscUsageAsync
(GetDiscUsageRequest request, ApiCallback<DiscUsage> callback) Get disc usage (asynchronously)TasksApi.getDocumentProperties
(GetDocumentPropertiesRequest request) Get a collection of a project's document properties.com.squareup.okhttp.Call
TasksApi.getDocumentPropertiesAsync
(GetDocumentPropertiesRequest request, ApiCallback<DocumentPropertiesResponse> callback) Get a collection of a project's document properties.TasksApi.getDocumentProperty
(GetDocumentPropertyRequest request) Get a document property by name.com.squareup.okhttp.Call
TasksApi.getDocumentPropertyAsync
(GetDocumentPropertyRequest request, ApiCallback<DocumentPropertyResponse> callback) Get a document property by name.TasksApi.getExtendedAttributeByIndex
(GetExtendedAttributeByIndexRequest request) Get a project extended attribute definition with the specified index.com.squareup.okhttp.Call
TasksApi.getExtendedAttributeByIndexAsync
(GetExtendedAttributeByIndexRequest request, ApiCallback<ExtendedAttributeResponse> callback) Get a project extended attribute definition with the specified index.TasksApi.getExtendedAttributes
(GetExtendedAttributesRequest request) Get a project's extended attributes.com.squareup.okhttp.Call
TasksApi.getExtendedAttributesAsync
(GetExtendedAttributesRequest request, ApiCallback<ExtendedAttributeItemsResponse> callback) Get a project's extended attributes.TasksApi.getFilesList
(GetFilesListRequest request) Get all files and folders within a folder request GetFilesList request with main agrscom.squareup.okhttp.Call
TasksApi.getFilesListAsync
(GetFilesListRequest request, ApiCallback<FilesList> callback) Get all files and folders within a folder (asynchronously)TasksApi.getFileVersions
(GetFileVersionsRequest request) Get file versions request GetFileVersions request with main agrscom.squareup.okhttp.Call
TasksApi.getFileVersionsAsync
(GetFileVersionsRequest request, ApiCallback<FileVersions> callback) Get file versions (asynchronously)TasksApi.getOutlineCodeByIndex
(GetOutlineCodeByIndexRequest request) Get outline code by index.com.squareup.okhttp.Call
TasksApi.getOutlineCodeByIndexAsync
(GetOutlineCodeByIndexRequest request, ApiCallback<OutlineCodeResponse> callback) Get outline code by index.TasksApi.getOutlineCodes
(GetOutlineCodesRequest request) Get a project's outline codes.com.squareup.okhttp.Call
TasksApi.getOutlineCodesAsync
(GetOutlineCodesRequest request, ApiCallback<OutlineCodeItemsResponse> callback) Get a project's outline codes.TasksApi.getPageCount
(GetPageCountRequest request) Returns page count for the project to be rendered using given Timescale and PresentationFormat or specified PageSize.com.squareup.okhttp.Call
TasksApi.getPageCountAsync
(GetPageCountRequest request, ApiCallback<PageCountResponse> callback) Returns page count for the project to be rendered using given Timescale and PresentationFormat or specified PageSize.TasksApi.getPrimaveraTaskProperties
(GetPrimaveraTaskPropertiesRequest request) Get primavera properties for a task with the specified Uid.com.squareup.okhttp.Call
TasksApi.getPrimaveraTaskPropertiesAsync
(GetPrimaveraTaskPropertiesRequest request, ApiCallback<PrimaveraTaskPropertiesResponse> callback) Get primavera properties for a task with the specified Uid.TasksApi.getProjectIds
(GetProjectIdsRequest request) Get Uids of projects contained in the file.com.squareup.okhttp.Call
TasksApi.getProjectIdsAsync
(GetProjectIdsRequest request, ApiCallback<ProjectIdsResponse> callback) Get Uids of projects contained in the file.TasksApi.getProjectList
(GetProjectListRequest request) Gets the list of published projects in the current Project Online account.com.squareup.okhttp.Call
TasksApi.getProjectListAsync
(GetProjectListRequest request, ApiCallback<ProjectListResponse> callback) Gets the list of published projects in the current Project Online account.TasksApi.getReportPdf
(GetReportPdfRequest request) Returns created report in PDF format.com.squareup.okhttp.Call
TasksApi.getReportPdfAsync
(GetReportPdfRequest request, ApiCallback<File> callback) Returns created report in PDF format.TasksApi.getResource
(GetResourceRequest request) Get project resource.TasksApi.getResourceAssignments
(GetResourceAssignmentsRequest request) Get resource's assignments.com.squareup.okhttp.Call
TasksApi.getResourceAssignmentsAsync
(GetResourceAssignmentsRequest request, ApiCallback<AssignmentsResponse> callback) Get resource's assignments.com.squareup.okhttp.Call
TasksApi.getResourceAsync
(GetResourceRequest request, ApiCallback<ResourceResponse> callback) Get project resource.TasksApi.getResources
(GetResourcesRequest request) Get a project's resources.com.squareup.okhttp.Call
TasksApi.getResourcesAsync
(GetResourcesRequest request, ApiCallback<ResourceItemsResponse> callback) Get a project's resources.TasksApi.getResourceTimephasedData
(GetResourceTimephasedDataRequest request) Get timescaled data for a resource with the specified Uid.com.squareup.okhttp.Call
TasksApi.getResourceTimephasedDataAsync
(GetResourceTimephasedDataRequest request, ApiCallback<TimephasedDataResponse> callback) Get timescaled data for a resource with the specified Uid.TasksApi.getRiskAnalysisReport
(GetRiskAnalysisReportRequest request) Performs a risk analysys using Monte Carlo simulation and creates a risk analysis report.com.squareup.okhttp.Call
TasksApi.getRiskAnalysisReportAsync
(GetRiskAnalysisReportRequest request, ApiCallback<File> callback) Performs a risk analysys using Monte Carlo simulation and creates a risk analysis report.TasksApi.getTask
(GetTaskRequest request) Read project task.TasksApi.getTaskAssignments
(GetTaskAssignmentsRequest request) Get task assignments.com.squareup.okhttp.Call
TasksApi.getTaskAssignmentsAsync
(GetTaskAssignmentsRequest request, ApiCallback<AssignmentsResponse> callback) Get task assignments.com.squareup.okhttp.Call
TasksApi.getTaskAsync
(GetTaskRequest request, ApiCallback<TaskResponse> callback) Read project task.TasksApi.getTaskDocument
(GetTaskDocumentRequest request) Get a project document.com.squareup.okhttp.Call
TasksApi.getTaskDocumentAsync
(GetTaskDocumentRequest request, ApiCallback<File> callback) Get a project document.TasksApi.getTaskDocumentWithFormat
(GetTaskDocumentWithFormatRequest request) Get a project document in the specified format request GetTaskDocumentWithFormat request with main agrscom.squareup.okhttp.Call
TasksApi.getTaskDocumentWithFormatAsync
(GetTaskDocumentWithFormatRequest request, ApiCallback<File> callback) Get a project document in the specified format (asynchronously)TasksApi.getTaskLinks
(GetTaskLinksRequest request) Get tasks' links of a project.com.squareup.okhttp.Call
TasksApi.getTaskLinksAsync
(GetTaskLinksRequest request, ApiCallback<TaskLinksResponse> callback) Get tasks' links of a project.TasksApi.getTaskRecurringInfo
(GetTaskRecurringInfoRequest request) Get recurring info for a task with the specified Uid request GetTaskRecurringInfo request with main agrscom.squareup.okhttp.Call
TasksApi.getTaskRecurringInfoAsync
(GetTaskRecurringInfoRequest request, ApiCallback<RecurringInfoResponse> callback) Get recurring info for a task with the specified Uid (asynchronously)TasksApi.getTasks
(GetTasksRequest request) Get a project's tasks.com.squareup.okhttp.Call
TasksApi.getTasksAsync
(GetTasksRequest request, ApiCallback<TaskItemsResponse> callback) Get a project's tasks.TasksApi.getTaskTimephasedData
(GetTaskTimephasedDataRequest request) Get timescaled data for a task with the specified Uid.com.squareup.okhttp.Call
TasksApi.getTaskTimephasedDataAsync
(GetTaskTimephasedDataRequest request, ApiCallback<TimephasedDataResponse> callback) Get timescaled data for a task with the specified Uid.TasksApi.getVbaProject
(GetVbaProjectRequest request) Returns VBA project.com.squareup.okhttp.Call
TasksApi.getVbaProjectAsync
(GetVbaProjectRequest request, ApiCallback<VbaProjectResponse> callback) Returns VBA project.TasksApi.getWbsDefinition
(GetWbsDefinitionRequest request) Get a project's WBS Definition.com.squareup.okhttp.Call
TasksApi.getWbsDefinitionAsync
(GetWbsDefinitionRequest request, ApiCallback<WBSDefinitionResponse> callback) Get a project's WBS Definition.void
TasksApi.moveFile
(MoveFileRequest request) Move filecom.squareup.okhttp.Call
TasksApi.moveFileAsync
(MoveFileRequest request, ApiCallback<Void> callback) Move file (asynchronously)void
TasksApi.moveFolder
(MoveFolderRequest request) Move foldercom.squareup.okhttp.Call
TasksApi.moveFolderAsync
(MoveFolderRequest request, ApiCallback<Void> callback) Move folder (asynchronously)TasksApi.objectExists
(ObjectExistsRequest request) Check if file or folder exists request ObjectExists request with main agrscom.squareup.okhttp.Call
TasksApi.objectExistsAsync
(ObjectExistsRequest request, ApiCallback<ObjectExist> callback) Check if file or folder exists (asynchronously)TasksApi.postAssignment
(PostAssignmentRequest request) Adds a new assignment to a project and returns assignment item in a response.com.squareup.okhttp.Call
TasksApi.postAssignmentAsync
(PostAssignmentRequest request, ApiCallback<AssignmentItemResponse> callback) Adds a new assignment to a project and returns assignment item in a response.TasksApi.postCalendar
(PostCalendarRequest request) Adds a new calendar to project file.com.squareup.okhttp.Call
TasksApi.postCalendarAsync
(PostCalendarRequest request, ApiCallback<CalendarItemResponse> callback) Adds a new calendar to project file.TasksApi.postCalendarException
(PostCalendarExceptionRequest request) Adds a new calendar exception to a calendar.com.squareup.okhttp.Call
TasksApi.postCalendarExceptionAsync
(PostCalendarExceptionRequest request, ApiCallback<AsposeResponse> callback) Adds a new calendar exception to a calendar.TasksApi.postDocumentProperty
(PostDocumentPropertyRequest request) Set/create document property.com.squareup.okhttp.Call
TasksApi.postDocumentPropertyAsync
(PostDocumentPropertyRequest request, ApiCallback<DocumentPropertyResponse> callback) Set/create document property.TasksApi.postResource
(PostResourceRequest request) Add a new resource to a project.com.squareup.okhttp.Call
TasksApi.postResourceAsync
(PostResourceRequest request, ApiCallback<ResourceItemResponse> callback) Add a new resource to a project.TasksApi.postTask
(PostTaskRequest request) Add a new task to a project.com.squareup.okhttp.Call
TasksApi.postTaskAsync
(PostTaskRequest request, ApiCallback<TaskItemResponse> callback) Add a new task to a project.TasksApi.postTaskLink
(PostTaskLinkRequest request) Adds a new task link to a project.com.squareup.okhttp.Call
TasksApi.postTaskLinkAsync
(PostTaskLinkRequest request, ApiCallback<AsposeResponse> callback) Adds a new task link to a project.TasksApi.postTaskRecurringInfo
(PostTaskRecurringInfoRequest request) Adds a new recurring task.com.squareup.okhttp.Call
TasksApi.postTaskRecurringInfoAsync
(PostTaskRecurringInfoRequest request, ApiCallback<TaskItemResponse> callback) Adds a new recurring task.TasksApi.postTasks
(PostTasksRequest request) Create multiple tasks by single request.com.squareup.okhttp.Call
TasksApi.postTasksAsync
(PostTasksRequest request, ApiCallback<TaskItemsResponse> callback) Create multiple tasks by single request.TasksApi.putAssignment
(PutAssignmentRequest request) Updates resources assignment with the specified Uid.com.squareup.okhttp.Call
TasksApi.putAssignmentAsync
(PutAssignmentRequest request, ApiCallback<AssignmentResponse> callback) Updates resources assignment with the specified Uid.TasksApi.putCalendar
(PutCalendarRequest request) Edits an existing project calendar.com.squareup.okhttp.Call
TasksApi.putCalendarAsync
(PutCalendarRequest request, ApiCallback<AsposeResponse> callback) Edits an existing project calendar.TasksApi.putCalendarException
(PutCalendarExceptionRequest request) Updates calendar exception.com.squareup.okhttp.Call
TasksApi.putCalendarExceptionAsync
(PutCalendarExceptionRequest request, ApiCallback<AsposeResponse> callback) Updates calendar exception.TasksApi.putDocumentProperty
(PutDocumentPropertyRequest request) Set/create document property.com.squareup.okhttp.Call
TasksApi.putDocumentPropertyAsync
(PutDocumentPropertyRequest request, ApiCallback<DocumentPropertyResponse> callback) Set/create document property.TasksApi.putExtendedAttribute
(PutExtendedAttributeRequest request) Add a new extended attribute definition to a project or updates existing attribute definition (with the same FieldId).com.squareup.okhttp.Call
TasksApi.putExtendedAttributeAsync
(PutExtendedAttributeRequest request, ApiCallback<ExtendedAttributeItemResponse> callback) Add a new extended attribute definition to a project or updates existing attribute definition (with the same FieldId).TasksApi.putImportProjectFromDb
(PutImportProjectFromDbRequest request) Imports project from database with the specified connection string and saves it to specified file with the specified format.com.squareup.okhttp.Call
TasksApi.putImportProjectFromDbAsync
(PutImportProjectFromDbRequest request, ApiCallback<AsposeResponse> callback) Imports project from database with the specified connection string and saves it to specified file with the specified format.TasksApi.putImportProjectFromFile
(PutImportProjectFromFileRequest request) Imports project from primavera db formats (Primavera SQLite .db or Primavera xml) and saves it to specified file with the specified format.com.squareup.okhttp.Call
TasksApi.putImportProjectFromFileAsync
(PutImportProjectFromFileRequest request, ApiCallback<AsposeResponse> callback) Imports project from primavera db formats (Primavera SQLite .db or Primavera xml) and saves it to specified file with the specified format.TasksApi.putImportProjectFromProjectOnline
(PutImportProjectFromProjectOnlineRequest request) Imports project from Project Online and saves it to specified file.com.squareup.okhttp.Call
TasksApi.putImportProjectFromProjectOnlineAsync
(PutImportProjectFromProjectOnlineRequest request, ApiCallback<AsposeResponse> callback) Imports project from Project Online and saves it to specified file.TasksApi.putMoveTask
(PutMoveTaskRequest request) Move one task to another parent task.com.squareup.okhttp.Call
TasksApi.putMoveTaskAsync
(PutMoveTaskRequest request, ApiCallback<AsposeResponse> callback) Move one task to another parent task.TasksApi.putMoveTaskToSibling
(PutMoveTaskToSiblingRequest request) Move a task to another position under the same parent and the same outline level request PutMoveTaskToSibling request with main agrscom.squareup.okhttp.Call
TasksApi.putMoveTaskToSiblingAsync
(PutMoveTaskToSiblingRequest request, ApiCallback<AsposeResponse> callback) Move a task to another position under the same parent and the same outline level (asynchronously)TasksApi.putRecalculateProject
(PutRecalculateProjectRequest request) Reschedules all project tasks ids, outline levels, start/finish dates, sets early/late dates, calculates slacks, work and cost fields.com.squareup.okhttp.Call
TasksApi.putRecalculateProjectAsync
(PutRecalculateProjectRequest request, ApiCallback<ProjectRecalculateResponse> callback) Reschedules all project tasks ids, outline levels, start/finish dates, sets early/late dates, calculates slacks, work and cost fields.Recalculate project resource fields request PutRecalculateProjectResourceFields request with main agrscom.squareup.okhttp.Call
TasksApi.putRecalculateProjectResourceFieldsAsync
(PutRecalculateProjectResourceFieldsRequest request, ApiCallback<AsposeResponse> callback) Recalculate project resource fields (asynchronously)TasksApi.putRecalculateProjectUncompleteWorkToStartAfter
(PutRecalculateProjectUncompleteWorkToStartAfterRequest request) Recalculate project uncomplete work request PutRecalculateProjectUncompleteWorkToStartAfter request with main agrscom.squareup.okhttp.Call
TasksApi.putRecalculateProjectUncompleteWorkToStartAfterAsync
(PutRecalculateProjectUncompleteWorkToStartAfterRequest request, ApiCallback<AsposeResponse> callback) Recalculate project uncomplete work (asynchronously)Recalculate project work as complete request PutRecalculateProjectWorkAsComplete request with main agrscom.squareup.okhttp.Call
TasksApi.putRecalculateProjectWorkAsCompleteAsync
(PutRecalculateProjectWorkAsCompleteRequest request, ApiCallback<AsposeResponse> callback) Recalculate project work as complete (asynchronously)TasksApi.putRenumberWbsCode
(PutRenumberWbsCodeRequest request) Renumber WBS code of passed tasks (if specified) or all project's tasks.com.squareup.okhttp.Call
TasksApi.putRenumberWbsCodeAsync
(PutRenumberWbsCodeRequest request, ApiCallback<AsposeResponse> callback) Renumber WBS code of passed tasks (if specified) or all project's tasks.TasksApi.putResource
(PutResourceRequest request) Updates resource with the specified Uid request PutResource request with main agrscom.squareup.okhttp.Call
TasksApi.putResourceAsync
(PutResourceRequest request, ApiCallback<ResourceResponse> callback) Updates resource with the specified Uid (asynchronously)TasksApi.putTask
(PutTaskRequest request) Updates special task getting by task UID request PutTask request with main agrscom.squareup.okhttp.Call
TasksApi.putTaskAsync
(PutTaskRequest request, ApiCallback<TaskResponse> callback) Updates special task getting by task UID (asynchronously)TasksApi.putTaskLink
(PutTaskLinkRequest request) Updates existing task link.com.squareup.okhttp.Call
TasksApi.putTaskLinkAsync
(PutTaskLinkRequest request, ApiCallback<TaskLinkResponse> callback) Updates existing task link.TasksApi.putTaskRecurringInfo
(PutTaskRecurringInfoRequest request) Updates existing task's recurring info.com.squareup.okhttp.Call
TasksApi.putTaskRecurringInfoAsync
(PutTaskRecurringInfoRequest request, ApiCallback<AsposeResponse> callback) Updates existing task's recurring info.TasksApi.storageExists
(StorageExistsRequest request) Check if storage exists request StorageExists request with main agrscom.squareup.okhttp.Call
TasksApi.storageExistsAsync
(StorageExistsRequest request, ApiCallback<StorageExist> callback) Check if storage exists (asynchronously)TasksApi.updateProject
(UpdateProjectRequest request) Updates existing project in Project Server\\Project Online instance.com.squareup.okhttp.Call
TasksApi.updateProjectAsync
(UpdateProjectRequest request, ApiCallback<AsposeResponse> callback) Updates existing project in Project Server\\Project Online instance.TasksApi.uploadFile
(UploadFileRequest request) Upload file request UploadFile request with main agrscom.squareup.okhttp.Call
TasksApi.uploadFileAsync
(UploadFileRequest request, ApiCallback<FilesUploadResult> callback) Upload file (asynchronously)