Class WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator

  • All Implemented Interfaces:
    IResourceBundleLocator
    Enclosing class:
    WorkflowResourceBundleLocator

    public static final class WorkflowResourceBundleLocator.MutableWorkflowResourceBundleLocator
    extends WorkflowResourceBundleLocator
    Resource bundle locator used that combines the built-in FORMCYCLE bundles, and the custom bundle provided by a workflow node or trigger plugin. Allows the custom bundle to be modified after instantiation of this class.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • usingCustomResourceBundleLocator

        public void usingCustomResourceBundleLocator​(IResourceBundleLocator locator)
        Uses the given locator for finding resource bundles, falling back to the default locators when the given locator cannot find a certain key.
        Parameters:
        locator - Preferred resource bundle locator to use. When the resource bundle does not contain a key, fall back to the default locators.