Package de.xima.fc.api.system
Class StatisticsAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.system.StatisticsAPI
 
 
 
- 
public class StatisticsAPI extends ASubAPI
 
- 
- 
Constructor Summary
Constructors Constructor Description StatisticsAPI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcountFormProcess(UserContext uc, Vorgang v)Method for counting a form process.voidcountFormProcessError(UserContext uc, Projekt p)Method for counting the errors of a form process.voidcountFormProvide(UserContext uc, Projekt p)Method for counting the provided forms.- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
countFormProvide
public void countFormProvide(UserContext uc, Projekt p)
Method for counting the provided forms.- Parameters:
 uc-UserContextthe user context in which the action is to be performed.p-Projektwhich should be examined.
 
- 
countFormProcessError
public void countFormProcessError(UserContext uc, Projekt p)
Method for counting the errors of a form process.- Parameters:
 uc-UserContextthe user context in which the action is to be performed.p-Projektwhich should be examined.
 
- 
countFormProcess
public void countFormProcess(UserContext uc, Vorgang v)
Method for counting a form process.- Parameters:
 uc-UserContextthe user context in which the action is to be performed.v-Vorgangwhich should be examined.
 
 - 
 
 -