com.polarion.alm.tracker.model.ITrackerProject
FIELDS
| Modifiers and Type | Name | Description | 
|---|---|---|
| String | KEY_TRACKER_PREFIX | |
| String | KEY_START | |
| String | KEY_FINISH | 
METHODS
| Modifiers and Type | Name | Description | 
|---|---|---|
| ITrackerService | getTrackerService() | |
| String | getTrackerPrefix() | |
| DateOnly | getStart() | |
| DateOnly | getFinish() | |
| IWorkItem | createWorkItem() | Creates new (unpersisted) instance of work item in this project. It is not persisted in any way, unless it's saved. | 
| IWorkItem | createWorkItem(String) | Shortcut method, which creates a work item instance with the type field set. | 
| IWorkItem | getWorkItem(String) | Returns a work item for the specified id. The returned work item is unresolved and it is not guaranteed that it exists. | 
| IPObjectList<IWorkItem> | queryWorkItems(String,String) | |
| IPObjectList | getCategories() | Returns the immutable list of all {@link ICategory} ies in this project. | 
| ICategory | getCategory(String) | |
| void | deleteCategory(ICategory) | Remove the category object from the project and delete it | 
| ICategory | createCategory(String) | Create new category and add it to the project | 
| ITimePoint | createTimePoint(String,DateOnly) | Create new time point and add it to the project | 
| IPObjectList | getTimePoints() | Returns the immutable list of all {@link ITimePoint} s in this project sorted by time (oldest time points first). | 
| ITimePoint | getTimePoint(String) | |
| void | deleteTimePoint(ITimePoint) | |
| IPObjectList | getClosedTimePoints() | |
| IPObjectList | getNotClosedTimePoints() | |
| ITimePoint | getNearestTimePoint() | |
| IBaselinesManager | getBaselinesManager() | |
| IEnumeration<ITypeOpt> | getWorkItemTypeEnum() | Returns the work item types enumeration available in this project. The enumeration options are {@link ITypeOpt} instances. | 
| IEnumeration<ITypeOpt> | getModuleTypeEnum() | Returns the module types enumeration available in this project. The enumeration options are {@link ITypeOpt} instances. | 
| IEnumeration<ILinkRoleOpt> | getWorkItemLinkRoleEnum() | Returns the work item link roles enumeration available in this project. The enumeration options are {@link ILinkRoleOpt} instances. | 
| IEnumeration | getOSLCItemLinkRoleEnum() | Returns the OSLC item link roles enumeration available in this project. The enumeration options are {@link IEnumOption} instances. | 
| IEnumeration<IApprovalStatusOpt> | getApprovalStatusEnum() | Returns the approval status enumeration available in this project. The enumeration options are {@link IApprovalStatusOpt} instances. | 
| IEnumeration | getResolutionEnum() | Returns the resolution enumeration available in this project. The enumeration options are {@link IResolutionOpt} instances. | 
| IEnumeration | getPlanningConstraintsSet() | |
| IEnumeration | getSeverityEnum() | Returns the severity enumeration available in this project. The enumeration options are {@link ISeverityOpt} instances. | 
| IEnumeration | getStatusEnum() | Returns the status enumeration available in this project. The enumeration options are {@link IStatusOpt} instances. | 
| IPriorityEnumeration | getPriorityEnum() | Returns the priority enumeration available in this project. The enumeration options are {@link IPriorityOpt} instances. | 
| IEnumeration<IHyperlinkRoleOpt> | getHyperlinkRoleEnum() | Returns the hyperlink link roles enumeration available in this project. The enumeration options are {@link IHyperlinkRoleOpt} instances. | 
| IEnumeration | getWorkRecordTypeEnum() | Returns the work record type enumeration available in this project. The enumeration options are {@link ITypeOpt} instances. | 
| IEnumeration<ISignatureVerdictOpt> | getSignatureVerdictEnum() | Returns the signature verdict enumeration. | 
| IEnumeration<ISignatureStateOpt> | getSignatureStateEnum() | Returns the signature state enumeration. | 
| ILanguageDefinitionsProvider | getLanguageDefinitionsProvider() | Returns instance of {@link ILanguageDefinitionsProvider} with language definitions related to this project. | 
| List | getFolders() | Returns list of {@link IFolder} sorted ascending by {@link IFolder#getTitleOrName()} . | 
| IPObjectList<IUser> | getDocumentSigners() | Returns users that are allowed to sign documents in the project. It does not count with a custom set permissions that are defined for each document. | 
Back to Index