Package org.exoplatform.kudos.statistic
Class StatisticUtils
- java.lang.Object
-
- org.exoplatform.kudos.statistic.StatisticUtils
-
public class StatisticUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDURATIONstatic StringERROR_MSGstatic StringLOCAL_SERVICEstatic StringOPERATIONstatic StringPARAMETERSstatic StringREMOTE_SERVICEstatic StringSTATUSstatic StringSTATUS_CODE
-
-
-
Field Detail
-
LOCAL_SERVICE
public static final String LOCAL_SERVICE
- See Also:
- Constant Field Values
-
REMOTE_SERVICE
public static final String REMOTE_SERVICE
- See Also:
- Constant Field Values
-
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
STATUS_CODE
public static final String STATUS_CODE
- See Also:
- Constant Field Values
-
DURATION
public static final String DURATION
- See Also:
- Constant Field Values
-
ERROR_MSG
public static final String ERROR_MSG
- See Also:
- Constant Field Values
-
PARAMETERS
public static final String PARAMETERS
- See Also:
- Constant Field Values
-
-