Interface IWorkReportManager
public interface IWorkReportManager
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetWorkReport
(IContextId contextId, String fileName) Returns the work report ornull
if it does not exist.getWorkReports
(IContextId contextId) Returns work reports existing in the context.void
removeWorkReport
(IContextId contextId, String fileName) Removes the work report if it exists.startWorkReport
(String fileName, boolean overwrite, IWorkReportConfiguration configuration) Starts the work report job.
-
Method Details
-
getTimeScaleOptions
Collection getTimeScaleOptions()- Returns:
- list of
IWorkReportManager.IOption
s.
-
getGroupingOptions
Collection getGroupingOptions()- Returns:
- list of
IWorkReportManager.IOption
s.
-
getWorkReports
Returns work reports existing in the context.- Parameters:
contextId
-- Returns:
- collection of
IReport
s - Throws:
IOException
-
getWorkReport
Returns the work report ornull
if it does not exist.- Parameters:
contextId
-fileName
-- Throws:
IOException
-
removeWorkReport
Removes the work report if it exists.- Parameters:
contextId
-fileName
-- Throws:
IOException
-
startWorkReport
Starts the work report job.- Parameters:
fileName
-overwrite
-configuration
-- Returns:
- work report job
- See Also:
-