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()
Gets parent project for this calendar.Project
CalendarCollection. getParentProject()
Gets a parentProject
of this object.Project
ExtendedAttributeDefinition. getParentProject()
Gets the parent project for theExtendedAttributeDefinition
instance.Project
ExtendedAttributeDefinitionCollection. getParentProject()
Gets a parent project for theExtendedAttributeDefinitionCollection
instance.Project
Filter. getParentProject()
Gets the parent of the Filter object.Project
FilterCollection. getParentProject()
Gets the parent of the Filters object.Project
Group. getParentProject()
Gets the parent of the Group object.Project
GroupCollection. getParentProject()
Gets the parent of the Group object.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()
Gets the parent of the Table object.Project
TableCollection. getParentProject()
Gets the parent of the Table object.Project
TableFieldCollection. getParentProject()
Gets the parent of the TableFields object.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.
-