com.polarion.alm.tracker.exporter.IMatrixExportConfiguration


FIELDS
Modifiers and TypeNameDescription
String EXPORT_TYPE
METHODS
Modifiers and TypeNameDescription
boolean hasRevisionRows() Returns true if rows of the matrix represent Revisions, i.e. if {@link #getRowObjects()} returns Revisions. Either rows, or columns, or both have to represent Work Items.
IPObjectList<IPObject> getRowObjects() List of objects that form rows of the matrix. The list has to contain either only Work Items or only Revisions. Rows and columns may not both contain Revisions.
String getRowQuery() Query used to obtain the row objects, or null.
boolean hasRevisionColumns() Returns true if columns of the matrix represent Revisions. i.e. if {@link #getColumnObjects()} returns Revisions. Either rows, or columns, or both have to represent Work Items.
IPObjectList<IPObject> getColumnObjects() List of objects that form columns of the matrix. The list has to contain either only Work Items or only Revisions. Rows and columns may not both contain Revisions.
String getColumnQuery() Query used to obtain the column objects, or null.
ILinkRoleOpt getLinkRole() Role of links that should be exported, or null if all links should be exported.

Back to Index