Interface WorkflowFunctionUtilities
- All Known Implementing Classes:
WorkflowFunctionUtilitiesImpl
@Internal
public interface WorkflowFunctionUtilities
Utility methods related to workflow functions.
- Since:
- v7.4
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<com.opensymphony.workflow.loader.FunctionDescriptor>Collection<com.opensymphony.workflow.loader.FunctionDescriptor>getDefaultPostFunctions(Supplier<Map<Integer, com.opensymphony.workflow.loader.FunctionDescriptor>> additionalPostfunctionsSupplier)
-
Method Details
-
getDefaultPostFunctions
Collection<com.opensymphony.workflow.loader.FunctionDescriptor> getDefaultPostFunctions(Supplier<Map<Integer, com.opensymphony.workflow.loader.FunctionDescriptor>> additionalPostfunctionsSupplier) -
getDefaultPostFunctions
- Returns:
- All default workflow post functions in ascending order of weight.
-