Uses of Class
org.icij.datashare.UserEvent.Type
-
Packages that use UserEvent.Type Package Description org.icij.datashare -
-
Uses of UserEvent.Type in org.icij.datashare
Fields in org.icij.datashare declared as UserEvent.Type Modifier and Type Field Description UserEvent.TypeUserEvent. typeMethods in org.icij.datashare that return UserEvent.Type Modifier and Type Method Description static UserEvent.TypeUserEvent.Type. fromId(int id)static UserEvent.TypeUserEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UserEvent.Type[]UserEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icij.datashare with parameters of type UserEvent.Type Modifier and Type Method Description booleanRepository. deleteUserHistory(User user, UserEvent.Type type)intRepository. getTotalUserEvents(User user, UserEvent.Type type)List<UserEvent>Repository. getUserEvents(User user, UserEvent.Type type, int from, int size, String sort, boolean desc, String... projectIds)Constructors in org.icij.datashare with parameters of type UserEvent.Type Constructor Description UserEvent(int id, User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate)UserEvent(User user, UserEvent.Type type, String name, URI uri)UserEvent(User user, UserEvent.Type type, String name, URI uri, Date creationDate, Date modificationDate)
-