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
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getTime()
getType()
int
hashCode()
boolean
void
setItemName
(String itemName) void
setItemPath
(String itemPath) void
setResult
(List<ImportValidationFeedback> result) void
setSimpleString
(boolean isSimpleString) void
setStatus
(ExportFeedback.Status status) void
void
setType
(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
-