Class ProcessModelLogging

java.lang.Object
com.appiancorp.suiteapi.process.ProcessModelLogging
All Implemented Interfaces:
Serializable

public class ProcessModelLogging extends Object implements Serializable
See Also:
  • Constructor Details

    • ProcessModelLogging

      public ProcessModelLogging()
  • Method Details

    • getTransformationErrors

      public List<String> 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

      public void setTransformationErrors(List<String> transformationErrors)
      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.