Interface BOMReportConstants
public interface BOMReportConstants
Constants for use with BOMReportHelper.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intType constant for a report against part branch ids.static final StringExpected report input parameter name for branch ids for reports of type BRANCH_IDS_REPORT.static final intType constant for a report against part iteration ids.static final StringExpected report input parameter name for iteration ids for reports of type ITERATION_IDS_REPORT.static final intType constant for a report against part master ids.static final StringExpected report input parameter name for master ids for reports of type MASTER_IDS_REPORT.static final StringExpected report input parameter name for usage link ids for reports of type USAGE_LINK_IDS_REPORT.static final intType constant for a report against part usage link ids.
-
Field Details
-
MASTER_IDS_REPORT
static final int MASTER_IDS_REPORTType constant for a report against part master ids.
Supported API: true- See Also:
-
ITERATION_IDS_REPORT
static final int ITERATION_IDS_REPORTType constant for a report against part iteration ids.
Supported API: true- See Also:
-
BRANCH_IDS_REPORT
static final int BRANCH_IDS_REPORTType constant for a report against part branch ids.
Supported API: true- See Also:
-
USAGE_LINK_IDS_REPORT
static final int USAGE_LINK_IDS_REPORTType constant for a report against part usage link ids.
Supported API: true- See Also:
-
MASTER_IDS_TYPE_NAME
Expected report input parameter name for master ids for reports of type MASTER_IDS_REPORT.
Supported API: true- See Also:
-
ITERATION_IDS_TYPE_NAME
Expected report input parameter name for iteration ids for reports of type ITERATION_IDS_REPORT.
Supported API: true- See Also:
-
BRANCH_IDS_TYPE_NAME
Expected report input parameter name for branch ids for reports of type BRANCH_IDS_REPORT.
Supported API: true- See Also:
-
USAGE_IDS_TYPE_NAME
Expected report input parameter name for usage link ids for reports of type USAGE_LINK_IDS_REPORT.
Supported API: true- See Also:
-