Package de.xima.fc.api.system
Class StatisticsAPI
java.lang.Object
de.xima.fc.api.ASubAPI
de.xima.fc.api.system.StatisticsAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
countFormProcess
(UserContext uc, Vorgang v) Method for counting a form process.void
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
-
Constructor Details
-
StatisticsAPI
public StatisticsAPI()
-
-
Method Details
-
countFormProvide
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
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
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.
-