Package com.atlassian.jira.bc.workflow
Interface WorkflowFunctionDescriptorFactory
- All Known Implementing Classes:
DefaultWorkflowFunctionDescriptorFactory
@Internal
public interface WorkflowFunctionDescriptorFactory
A container-injectable factory that provides methods to create instance of
FunctionDescriptor to be used in WorkflowTransitionService.- Since:
- v6.4
-
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.workflow.loader.FunctionDescriptorupdateIssueField(String name, String value) Creates an instance ofFunctionDescriptorthat updates an issue field.
-
Method Details
-
updateIssueField
Creates an instance ofFunctionDescriptorthat updates an issue field.- Parameters:
name- of the field to be updated.value- to be set for the issue field withname.- Returns:
- A
FunctionDescriptorthat set an issue field namednamewithvaluewhen invoked.
-