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 Type
    Method
    Description
    com.opensymphony.workflow.loader.FunctionDescriptor
    Creates an instance of FunctionDescriptor that updates an issue field.
  • Method Details

    • updateIssueField

      com.opensymphony.workflow.loader.FunctionDescriptor updateIssueField(String name, String value)
      Creates an instance of FunctionDescriptor that updates an issue field.
      Parameters:
      name - of the field to be updated.
      value - to be set for the issue field with name.
      Returns:
      A FunctionDescriptor that set an issue field named name with value when invoked.