@OpenApiAll
public interface INumberingAction
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
java.util.Map<Element,java.lang.String> generateIds(java.util.List<Element> elements, NumberingInfo nInfo)
elements - a list of elements to be numberednInfo - encapsulates information as found in the corresponding
                autoNumber and numberingScheme objects