Uses of Class
com.aspose.tasks.Project
-
-
Uses of Project in com.aspose.tasks
Methods in com.aspose.tasks that return Project Modifier and Type Method Description Project
Calendar. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
CalendarCollection. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
ExtendedAttributeDefinition. getParentProject()
Gets the parent project for theExtendedAttributeDefinition
instance.Project
ExtendedAttributeDefinitionCollection. getParentProject()
Gets a parent project for theExtendedAttributeDefinitionCollection
instance.Project
Filter. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
FilterCollection. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
Group. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
GroupCollection. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
Resource. getParentProject()
Gets parent project for this container.Project
ResourceAssignment. getParentProject()
Gets parent project for this assignment.Project
ResourceAssignmentCollection. getParentProject()
Gets the parent project of the ResourceAssignmentCollection object.Project
ResourceCollection. getParentProject()
Gets the parent project of the ResourceCollection object.Project
Table. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
TableCollection. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
TableFieldCollection. getParentProject()
Deprecated.This member is obsolete and will be removed after the release 23.3.Project
Task. getParentProject()
Gets the parent project of a task.Project
TaskCollection. getParentProject()
Gets the parent project of the TaskCollection object.Project
TaskLinkCollection. getParentProject()
Gets the parent project of the ResourceAssignmentCollection object.Project
View. getParentProject()
Gets the parent of the View object.Project
ViewCollection. getParentProject()
Gets the parent of the View object.Project
ProjectServerManager. getProject(UUID projectGuid)
Gets the project with the specified guid from the Project Online account \ Project Server instance.Methods in com.aspose.tasks with parameters of type Project Modifier and Type Method Description RiskAnalysisResult
RiskAnalyzer. analyze(Project project)
Performs risk analysis for the specified project.void
Project. copyTo(Project another)
Copies project's main data and properties to another project.void
Project. copyTo(Project another, CopyToOptions options)
Copies project's main data and properties to another project.void
ProjectServerManager. createNewProject(Project project)
Creates new project in Project Server\Project Online instance using default save options.void
ProjectServerManager. createNewProject(Project project, ProjectServerSaveOptions saveOptions)
Creates new project in Project Server\Project Online instance using the specified save options.static Duration
Duration. parse(Project p, String value)
Converts the specified string to the instance ofDuration
struct.void
RecurringTaskParameters. setCalendar(Project project, String calendarName)
Set a calendar for recurring task.void
ProjectServerManager. updateProject(Project project)
Updates existing project in Project Server\Project Online instance using default save options.void
ProjectServerManager. updateProject(Project project, ProjectServerSaveOptions saveOptions)
Updates existing project in Project Server\Project Online instance using the specified save options.
-