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 void
countFormProcess(UserContext uc, Vorgang v)
Method for counting a form process.void
countFormProcessError(UserContext uc, Projekt p)
Method for counting the errors of a form process.void
countFormProvide(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
-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.
-
-