Uses of Enum Class
org.opencastproject.index.service.api.IndexService.EventRemovalResult
Packages that use IndexService.EventRemovalResult
Package
Description
-
Uses of IndexService.EventRemovalResult in org.opencastproject.graphql.event
Constructors in org.opencastproject.graphql.event with parameters of type IndexService.EventRemovalResultModifierConstructorDescription -
Uses of IndexService.EventRemovalResult in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that return IndexService.EventRemovalResultModifier and TypeMethodDescriptionIndexService.removeEvent(Event event, String retractWorkflowId) Removes an event and retracts it if necessary.Returns the enum constant of this class with the specified name.static IndexService.EventRemovalResult[]IndexService.EventRemovalResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IndexService.EventRemovalResult in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that return IndexService.EventRemovalResultModifier and TypeMethodDescriptionIndexServiceImpl.removeEvent(Event event, String retractWorkflowId)