Package com.appiancorp.suiteapi.process
Class ProcessModelLogging
java.lang.Object
com.appiancorp.suiteapi.process.ProcessModelLogging
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of log messages associated with Data Type Evolution transformation errors for this model.void
setTransformationErrors
(List<String> transformationErrors) Sets the log messages associated with Data Type Evolution transformation errors for this model.
-
Constructor Details
-
ProcessModelLogging
public ProcessModelLogging()
-
-
Method Details
-
getTransformationErrors
Gets the list of log messages associated with Data Type Evolution transformation errors for this model. These messages may change from release to release and should not be relied upon for programmatic processing. The order of messages is not guaranteed or meaningful.- Returns:
- the transformation errors of this model.
-
setTransformationErrors
Sets the log messages associated with Data Type Evolution transformation errors for this model. This method is called by the system when this bean is returned. Calling this method has no effect.- Parameters:
transformationErrors
- the transformation error messages of this model.
-