Uses of Class
com.polarion.alm.ws.client.types.projects.Project
Package
Description
-
Uses of Project in com.polarion.alm.ws.client.builder
-
Uses of Project in com.polarion.alm.ws.client.projects
Modifier and TypeMethodDescriptionProject[]
ProjectWebService.getContainedProjects
(String projectGroupURI) Gets all projects located directly below a project group.Project[]
ProjectWebService.getDeepContainedProjects
(String projectGroupURI) Gets all projects located below a project group.ProjectWebService.getProject
(String projectID) Gets a project.ProjectWebService.getProjectAtLocation
(String location) Gets a project at given location.ProjectWebService.getProjectByURI
(String projectURI) Gets a project. -
Uses of Project in com.polarion.alm.ws.client.types.tracker
Modifier and TypeMethodDescriptionBaseline.getProject()
Gets the project value for this Baseline.Module.getProject()
Gets the project value for this Module.WikiPage.getProject()
Gets the project value for this WikiPage.WorkItem.getProject()
Gets the project value for this WorkItem.Modifier and TypeMethodDescriptionvoid
Baseline.setProject
(Project project) Sets the project value for this Baseline.void
Module.setProject
(Project project) Sets the project value for this Module.void
WikiPage.setProject
(Project project) Sets the project value for this WikiPage.void
WorkItem.setProject
(Project project) Sets the project value for this WorkItem.ModifierConstructorDescriptionBaseline
(User author, String baseObjectURI, String baseRevision, String description, String id, String name, Project project, String uri, boolean unresolvable) Module
(EnumOptionId[] allowedWITypes, Boolean areLinksFromParentToChild, User author, Boolean autoSuspect, Module branchedFrom, String[] branchedWithInitializedFields, String branchedWithQuery, ModuleComment[] comments, Calendar created, String[] derivedFields, String derivedFromURI, EnumOptionId derivedFromLinkRole, String headingSidebarFields, Text homePageContent, String id, LinkedOslcResource[] linkedOslcResources, String location, String moduleAbsoluteLocation, String moduleFolder, String moduleLocation, String moduleName, Project project, EnumOptionId status, EnumOptionId structureLinkRole, String title, EnumOptionId type, Calendar updated, User updatedBy, Boolean usesOutlineNumbering, String variantURI, Custom[] customFields, String uri, boolean unresolvable) WikiPage
(WikiPageAttachment[] attachments, User author, Calendar created, Text homePageContent, String id, String[] linkedPageURIs, String location, String pageLocation, String pageName, Project project, String spaceId, String title, String type, Calendar updated, User updatedBy, String uri, boolean unresolvable) WorkItem
(Approval[] approvals, User[] assignee, Attachment[] attachments, User author, Category[] categories, Comment[] comments, Calendar created, Text description, Date dueDate, ExternallyLinkedWorkItem[] externallyLinkedWorkItems, Hyperlink[] hyperlinks, String id, String initialEstimate, LinkedOslcResource[] linkedOslcResources, Revision[] linkedRevisions, Revision[] linkedRevisionsDerived, LinkedWorkItem[] linkedWorkItems, LinkedWorkItem[] linkedWorkItemsDerived, String location, String moduleURI, String outlineNumber, Calendar plannedEnd, String[] plannedInURIs, Calendar plannedStart, PlanningConstraint[] planningConstraints, EnumOptionId previousStatus, PriorityOptionId priority, Project project, String remainingEstimate, EnumOptionId resolution, Calendar resolvedOn, EnumOptionId severity, EnumOptionId status, TimePoint timePoint, String timeSpent, String title, EnumOptionId type, Calendar updated, WorkRecord[] workRecords, Custom[] customFields, String uri, boolean unresolvable)