public class StatisticsAPI extends ASubAPI
Constructor and Description |
---|
StatisticsAPI() |
Modifier and Type | Method and 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.
|
getHandlerProvider
public void countFormProvide(UserContext uc, Projekt p)
uc
- UserContext
the user context in which the action is to be performed.p
- Projekt
which should be examined.public void countFormProcessError(UserContext uc, Projekt p)
uc
- UserContext
the user context in which the action is to be performed.p
- Projekt
which should be examined.public void countFormProcess(UserContext uc, Vorgang v)
uc
- UserContext
the user context in which the action is to be performed.v
- Vorgang
which should be examined.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.