com.atlassian.jira.workflow
Interface WorkflowPropertyEditor.Result

Enclosing interface:
WorkflowPropertyEditor

public static interface WorkflowPropertyEditor.Result

Contains the result of a successful operation.


Method Summary
 boolean isModified()
          Returns true when the workflow property was changed.
 String name()
          The actual workflow key saved.
 String value()
          The actual workflow value saved.
 

Method Detail

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.