Uses of Class
org.exoplatform.cs.dto.LogType
-
Packages that use LogType Package Description org.exoplatform.cs.dao org.exoplatform.cs.dto org.exoplatform.cs.entity -
-
Uses of LogType in org.exoplatform.cs.dao
-
Uses of LogType in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return LogType Modifier and Type Method Description static LogTypeLogType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogType[]LogType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogType in org.exoplatform.cs.entity
Constructors in org.exoplatform.cs.entity with parameters of type LogType Constructor Description LogEntity(LogType type, String userID, Calendar when, String originalValue, String newValue, TopicEntity topic, Long timeToFirstResponse, Long timeToResolution, String spaceId)
-