Class IdentifierSequences


  • public final class IdentifierSequences
    extends 

    Objects of this class are kept at ITemplateContext in order to provide templates with a way to create unique id attribute values during template processing.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
       id)
      Returns a new index (ID count) for a specific value of the id attribute, and increments the count.
       id)
      Returns the index (ID count) for a specific value of the id attribute without incrementing the count.
       id)
      Returns the last index (ID count) returned for a specific value of the id attribute (without incrementing the count).
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • IdentifierSequences

        public IdentifierSequences()
    • Method Detail

      • getAndIncrementIDSeq

        public  getAndIncrementIDSeq​( id)

        Returns a new index (ID count) for a specific value of the id attribute, and increments the count.

        Parameters:
        id - the ID for which the count will be computed
        Returns:
        the new count, ready to be used
      • getNextIDSeq

        public  getNextIDSeq​( id)

        Returns the index (ID count) for a specific value of the id attribute without incrementing the count.

        Parameters:
        id - the ID for which the count will be retrieved
        Returns:
        the current count
      • getPreviousIDSeq

        public  getPreviousIDSeq​( id)

        Returns the last index (ID count) returned for a specific value of the id attribute (without incrementing the count).

        Parameters:
        id - the ID for which the last count will be retrieved
        Returns:
        the count