Uses of Enum Class
com.orchestranetworks.workflow.PublicationMetadata.NotificationEvent
Packages that use PublicationMetadata.NotificationEvent
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of PublicationMetadata.NotificationEvent in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return PublicationMetadata.NotificationEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PublicationMetadata.NotificationEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.workflow that return types with arguments of type PublicationMetadata.NotificationEventModifier and TypeMethodDescriptionPublicationMetadata.getNotificationProfiles()Returns the profile list for notification event types.Method parameters in com.orchestranetworks.workflow with type arguments of type PublicationMetadata.NotificationEventModifier and TypeMethodDescriptionPublicationMetadata.PublicationMetadataBuilder.notificationProfiles(Map<PublicationMetadata.NotificationEvent, List<String>> notificationProfiles) Sets the notification profiles for the publication.