Package com.orchestranetworks.service
Interface ValidationReportItemSubject
- All Known Subinterfaces:
ChildEntity,Entity,MainEntity,ValidationReportItemSubjectForAdaptation,ValidationReportItemSubjectForTable
public interface ValidationReportItemSubject
Represents the subject of a validation report item.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturnstrueif it represents the subject of a validation report item in the context of a dataset or record.default booleanReturnstrueif it represents the subject of a validation report item in the context of a table.
-
Method Details
-
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:
-
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:
-