Class FormIdentifierService

    • Constructor Detail

      • FormIdentifierService

        public FormIdentifierService()
    • Method Detail

      • clearCaches

        public void clearCaches​(IBmObject form)
        Clears form id caches.
        Parameters:
        form - the form for clearing id caches, cannot be null
      • getNextItemId

        public int getNextItemId​(Form form)
        The method generate a next form item id in Form
        Parameters:
        form - the form for get next id
        Returns:
        return next an item identifier
      • getNextAttributeId

        public int getNextAttributeId​(Form form)
        The method generate a next form attribute id in Form
        Parameters:
        form - the form for get next id
        Returns:
        return next an attribte identifier
      • getNextCommandId

        public int getNextCommandId​(Form form)
        The method generate a next form command id in Form
        Parameters:
        form - the form for get next id
        Returns:
        return next an command identifier