com.polarion.alm.tracker.ITimePointsManager
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| ITimePoint | createTimePoint(IContextId,String,DateOnly) | Creates time point in given context. |
| ITimePoint | getTimePoint(IContextId,String,boolean) | Returns time point with given id. |
| IPObjectList | getTimePoints(IContextId,String,String,boolean,boolean,boolean) | Searches for time points (all-purpose method). |
| IPObjectList | getTimePoints(IContextId,String,boolean) | Returns all time points applicable to given context. Traverses both up and down in the hierarchy (if selected) and omits duplicates. |
| IPObjectList | getNotClosedTimePoints(IContextId,String,boolean) | Returns all not closed time points applicable to given context. Traverses both up and down in the hierarchy (if selected) and omits duplicates. |
| IPObjectList | getClosedTimePoints(IContextId,String,boolean) | Returns all closed time points applicable to given context. Traverses both up and down in the hierarchy (if selected) and omits duplicates. |
| IPObjectList | getWorkItemsFromTimepoint(ITimePoint) | |
| String | deleteTimePoint(ITimePoint) | Deletes a timepoint. |
| ITimePoint | getNearestTimePoint(IContextId,boolean) | Returns nearest time point applicable to given context. Traverses both up and down in the hierarchy (if selected). |
Back to Index