Uses of Class
org.dspace.event.ConsumerProfile
Packages that use ConsumerProfile
Package
Description
Actions which alter DSpace model objects can queue
Events, which
are presented to Consumers by a Dispatcher.-
Uses of ConsumerProfile in org.dspace.event
Fields in org.dspace.event with type parameters of type ConsumerProfileModifier and TypeFieldDescriptionprotected Map<String,ConsumerProfile> Dispatcher.consumersMap of consumers by their configured name.Methods in org.dspace.event that return ConsumerProfileModifier and TypeMethodDescriptionstatic ConsumerProfileConsumerProfile.makeConsumerProfile(String name) Factory method, create new profile from configuration.Methods in org.dspace.event with parameters of type ConsumerProfileModifier and TypeMethodDescriptionvoidBasicDispatcher.addConsumerProfile(ConsumerProfile cp) abstract voidDispatcher.addConsumerProfile(ConsumerProfile cp) Add a consumer profile to the end of the list.