Package com.orchestranetworks.service
Interface ValidationReportItemSubject
-
- All Known Subinterfaces:
ChildEntity,Entity,MainEntity,ValidationReportItemSubjectForAdaptation,ValidationReportItemSubjectForTable
public interface ValidationReportItemSubjectRepresents the subject of a validation report item.- See Also:
ValidationReportItem.getSubject()
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisDatasetOrRecordSubject()Returnstrueif it represents the subject of a validation report item in the context of a dataset or record.default booleanisTableSubject()Returnstrueif it represents the subject of a validation report item in the context of a table.
-
-
-
Method Detail
-
isTableSubject
default boolean isTableSubject()
Returnstrueif it represents the subject of a validation report item in the context of a table.- Since:
- 6.0.13
- See Also:
ValidationReportItemSubjectForTable,ValidationReportItem.getSubjectForTable()
-
isDatasetOrRecordSubject
default boolean isDatasetOrRecordSubject()
Returnstrueif it represents the subject of a validation report item in the context of a dataset or record.- Since:
- 6.0.13
- See Also:
ValidationReportItemSubjectForAdaptation,ValidationReportItem.getSubjectForAdaptation()
-
-