Class WorkflowFunctionUtilitiesImpl
java.lang.Object
com.atlassian.jira.workflow.edit.utilities.WorkflowFunctionUtilitiesImpl
- All Implemented Interfaces:
WorkflowFunctionUtilities
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowFunctionUtilitiesImpl
(FunctionDescriptorUtil functionDescriptorUtil, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.opensymphony.workflow.loader.FunctionDescriptor>
getDefaultPostFunctions
(@NotNull Supplier<Map<Integer, com.opensymphony.workflow.loader.FunctionDescriptor>> additionalPostfunctionsSupplier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.workflow.edit.utilities.WorkflowFunctionUtilities
getDefaultPostFunctions
-
Constructor Details
-
WorkflowFunctionUtilitiesImpl
public WorkflowFunctionUtilitiesImpl(FunctionDescriptorUtil functionDescriptorUtil, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
getDefaultPostFunctions
public Collection<com.opensymphony.workflow.loader.FunctionDescriptor> getDefaultPostFunctions(@NotNull @NotNull Supplier<Map<Integer, com.opensymphony.workflow.loader.FunctionDescriptor>> additionalPostfunctionsSupplier) - Specified by:
getDefaultPostFunctions
in interfaceWorkflowFunctionUtilities
-