Package org.pentaho.di.repository
Class ExportFeedback
java.lang.Object
org.pentaho.di.repository.ExportFeedback
This class is used to write export feedback. Usually it is transaction or job export result info.
Every time this object is created it gets time created info automatically.
Usually every ExportFeedback instance is related with one transformation or job export result. They are organized as
a List. In special cases when we want a record not-about job or transformation - we can set
isSimpleString()
to true. In this case getItemName() will be used as a simple string. Others fields will not be used.
To get a String representation of this item call to toString().-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTime()getType()inthashCode()booleanvoidsetItemName(String itemName) voidsetItemPath(String itemPath) voidsetResult(List<ImportValidationFeedback> result) voidsetSimpleString(boolean isSimpleString) voidsetStatus(ExportFeedback.Status status) voidvoidsetType(ExportFeedback.Type type) toString()
-
Constructor Details
-
ExportFeedback
public ExportFeedback()
-
-
Method Details
-
getType
-
setType
-
getTime
-
setTime
-
getStatus
-
setStatus
-
getItemPath
-
setItemPath
-
getItemName
-
setItemName
-
getResult
-
setResult
-
isSimpleString
public boolean isSimpleString() -
setSimpleString
public void setSimpleString(boolean isSimpleString) -
hashCode
public int hashCode() -
equals
-
toString
-