java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.OperationResult

public class OperationResult extends Object
Result of an transfer operation.
Version:
11.3.1
Author:
jmback
  • Field Details

  • Constructor Details

    • OperationResult

      public OperationResult()
    • OperationResult

      public OperationResult(boolean iSuccess)
    • OperationResult

      public OperationResult(PropertyValue iValue)
  • Method Details

    • isModified

      public boolean isModified(PropertyValue iOld)
      Check if the operation has modified the value. If a value was returned by the operation, check if it does not equal the old value. Sometimes the operation does not set the value, then simply check if the operation succeeded.
      Parameters:
      iOld - old property value
      Returns:
      true, if the value has been modified or if the operation has been succeeded.
    • getValue

      public PropertyValue getValue()