Interface INumberingAction

    • Method Detail

      • generateIds

        java.util.Map<Element,​java.lang.String> generateIds​(java.util.List<Element> elements,
                                                                  NumberingInfo nInfo)
        Generate a unique ID for the given elements These IDs will then be registered and set in the element by the NumberingFramework
        Parameters:
        elements - a list of elements to be numbered
        nInfo - encapsulates information as found in the corresponding autoNumber and numberingScheme objects
        Returns:
        the id generated for this element