Class StatisticsAPI


  • public class StatisticsAPI
    extends ASubAPI
    • Constructor Detail

      • StatisticsAPI

        public StatisticsAPI()
    • Method Detail

      • countFormProvide

        public void countFormProvide​(UserContext uc,
                                     Projekt p)
        Method for counting the provided forms.
        Parameters:
        uc - UserContext the user context in which the action is to be performed.
        p - Projekt which should be examined.
      • countFormProcessError

        public void countFormProcessError​(UserContext uc,
                                          Projekt p)
        Method for counting the errors of a form process.
        Parameters:
        uc - UserContext the user context in which the action is to be performed.
        p - Projekt which should be examined.
      • countFormProcess

        public void countFormProcess​(UserContext uc,
                                     Vorgang v)
        Method for counting a form process.
        Parameters:
        uc - UserContext the user context in which the action is to be performed.
        v - Vorgang which should be examined.