Interface WorkflowPropertyEditor.Result

Enclosing interface:
WorkflowPropertyEditor

public static interface WorkflowPropertyEditor.Result
Contains the result of a successful operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true when the workflow property was changed.
    The actual workflow key saved.
    The actual workflow value saved.
  • Method Details

    • isModified

      boolean isModified()
      Returns true when the workflow property was changed.
      Returns:
      true when the workflow property was changed.
    • name

      String name()
      The actual workflow key saved. The editor may need to transform the key before it can be saved.
      Returns:
      the actual workflow key saved.
    • value

      String value()
      The actual workflow value saved. The editor may need to transform the value before it can be saved.
      Returns:
      the actual workflow value saved.