Package com.soffid.iam.service
Interface StatsService
-
public interface StatsServiceService StatsService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatsfindStats(String name, Date since, Date until, int step)Operation findStatsvoidpurge()Operation purgevoidupdateStats()Operation updateStats
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findStats
Stats findStats(String name, Date since, Date until, int step) throws InternalErrorException
Operation findStats- Parameters:
name-since-until-step-- Returns:
- Throws:
InternalErrorException
-
purge
void purge() throws InternalErrorExceptionOperation purge- Throws:
InternalErrorException
-
updateStats
void updateStats() throws InternalErrorExceptionOperation updateStats- Throws:
InternalErrorException
-
-