Uses of Enum Class
org.opencastproject.security.api.Permissions.Action
Packages that use Permissions.Action
Package
Description
-
Uses of Permissions.Action in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type Permissions.ActionModifier and TypeMethodDescriptionEventSearchQuery.withAction(Permissions.Action action) Filter the recording events with the given action. -
Uses of Permissions.Action in org.opencastproject.elasticsearch.index.objects.series
Methods in org.opencastproject.elasticsearch.index.objects.series with parameters of type Permissions.ActionModifier and TypeMethodDescriptionSeriesSearchQuery.withAction(Permissions.Action action) Filter the series with the given action. -
Uses of Permissions.Action in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return Permissions.ActionModifier and TypeMethodDescriptionstatic Permissions.Actionstatic Permissions.ActionReturns the enum constant of this class with the specified name.static Permissions.Action[]Permissions.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.