Package org.pentaho.di.core
Interface CheckResultSourceInterface
public interface CheckResultSourceInterface
Implementing classes of this interface can provide more information about the source of the CheckResult remark.
- Author:
- mbatchel 6/25/07
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- The name of the source generating the CheckResult
-
getDescription
String getDescription()- Returns:
- The description of the source generating the CheckResult
-
getObjectId
ObjectId getObjectId()- Returns:
- The ID of the source generating the CheckResult
-
getTypeId
String getTypeId()- Returns:
- The Type ID of the source generating the CheckResult. The Type ID is the system-defined type identifier (like TRANS or SORT).
-