Uses of Enum Class
org.dspace.app.ldn.action.LDNActionStatus
Packages that use LDNActionStatus
-
Uses of LDNActionStatus in org.dspace.app.ldn.action
Methods in org.dspace.app.ldn.action that return LDNActionStatusModifier and TypeMethodDescriptionLDNAction.execute(Context context, Notification notification, Item item) Execute action for provided notification and item corresponding to the notification context.LDNCorrectionAction.execute(Context context, Notification notification, Item item) LDNEmailAction.execute(Context context, Notification notification, Item item) Execute sending an email.LDNRelationCorrectionAction.execute(Context context, Notification notification, Item item) SendLDNMessageAction.execute(Context context, Notification notification, Item item) static LDNActionStatusReturns the enum constant of this class with the specified name.static LDNActionStatus[]LDNActionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.