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[]PrimaveraProjectProperties. getBaselineProjects()Gets array of baseline projects of current project.ProjectExtendedAttributeDefinition. getParentProject()Gets the parent project for theExtendedAttributeDefinitioninstance.ProjectExtendedAttributeDefinitionCollection. getParentProject()Gets a parent project for theExtendedAttributeDefinitionCollectioninstance.ProjectResource. getParentProject()Gets parent project for this container.ProjectResourceAssignment. getParentProject()Gets parent project for this assignment.ProjectResourceAssignmentCollection. getParentProject()Gets the parent project of the ResourceAssignmentCollection object.ProjectResourceCollection. getParentProject()Gets the parent project of the ResourceCollection object.ProjectTask. getParentProject()Gets the parent project of a task.ProjectTaskCollection. getParentProject()Gets the parent project of the TaskCollection object.ProjectTaskLinkCollection. getParentProject()Gets the parent project of the ResourceAssignmentCollection object.ProjectView. getParentProject()Gets the parent of the View object.ProjectViewCollection. getParentProject()Gets the parent of the View object.ProjectProjectServerManager. getProject(UUID projectGuid)Gets the project with the specified guid from the Project Online account \ Project Server instance.ProjectPrimaveraBaseReader. loadProject(int projectUid)Loads the project with the specified unique identifier.Methods in com.aspose.tasks with parameters of type Project Modifier and Type Method Description RiskAnalysisResultRiskAnalyzer. analyze(Project project)Performs risk analysis for the specified project.static voidResourceLeveler. clearLeveling(Project project)Clears any leveling delay that was previously added to the project during resource leveling.voidProject. copyTo(Project another)Copies project's main data and properties to another project.voidProject. copyTo(Project another, CopyToOptions options)Copies project's main data and properties to another project.voidProjectServerManager. createNewProject(Project project)Creates new project in Project Server\Project Online instance using default save options.voidProjectServerManager. createNewProject(Project project, ProjectServerSaveOptions saveOptions)Creates new project in Project Server\Project Online instance using the specified save options.static LevelingResultResourceLeveler. levelAll(Project project)Levels tasks for all project's resources using default leveling options.static LevelingResultResourceLeveler. levelResources(Project project, LevelingOptions options)Levels tasks for the specified resources using the specified leveling options.static DurationDuration. parse(Project p, String value)Converts the specified string to the instance ofDurationstruct.voidRecurringTaskParameters. setCalendar(Project project, String calendarName)Set a calendar for recurring task.voidProjectServerManager. updateProject(Project project)Updates existing project in Project Server\Project Online instance using default save options.voidProjectServerManager. updateProject(Project project, ProjectServerSaveOptions saveOptions)Updates existing project in Project Server\Project Online instance using the specified save options.
-