Class StatisticsAPI

java.lang.Object
de.xima.fc.api.ASubAPI
de.xima.fc.api.system.StatisticsAPI

public class StatisticsAPI extends ASubAPI
  • Constructor Details

    • StatisticsAPI

      public StatisticsAPI()
  • Method Details

    • 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.