Package de.xima.fc.handler.system
Class StatisticsHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.system.StatisticsHandler
- All Implemented Interfaces:
IAPIHandler
,IStatisticsHandler
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
countFormProcess
(UserContext uc, Vorgang process) void
countFormProcessError
(UserContext uc, Projekt project) void
countFormProvide
(UserContext uc, Projekt project) Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
StatisticsHandler
public StatisticsHandler()
-
-
Method Details
-
countFormProvide
- Specified by:
countFormProvide
in interfaceIStatisticsHandler
-
countFormProcessError
- Specified by:
countFormProcessError
in interfaceIStatisticsHandler
-
countFormProcess
- Specified by:
countFormProcess
in interfaceIStatisticsHandler
-