Uses of Class
org.dspace.usage.UsageEvent.Action
-
Packages that use UsageEvent.Action Package Description org.dspace.usage Capture of "usage events". -
-
Uses of UsageEvent.Action in org.dspace.usage
Methods in org.dspace.usage that return UsageEvent.Action Modifier and Type Method Description UsageEvent.ActionUsageEvent. getAction()static UsageEvent.ActionUsageEvent.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageEvent.Action[]UsageEvent.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dspace.usage with parameters of type UsageEvent.Action Constructor Description UsageEvent(UsageEvent.Action action, String ip, String userAgent, String xforwardedfor, Context context, DSpaceObject object)UsageEvent(UsageEvent.Action action, javax.servlet.http.HttpServletRequest request, Context context, DSpaceObject object)UsageSearchEvent(UsageEvent.Action action, javax.servlet.http.HttpServletRequest request, Context context, DSpaceObject object)
-