Uses of Enum Class
com.mayam.wf.config.shared.EmbedContext
Packages that use EmbedContext
-
Uses of EmbedContext in com.mayam.wf.config.shared
Methods in com.mayam.wf.config.shared that return EmbedContextModifier and TypeMethodDescriptionstatic EmbedContext
Returns the enum constant of this class with the specified name.static EmbedContext[]
EmbedContext.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mayam.wf.config.shared that return types with arguments of type EmbedContextModifier and TypeMethodDescriptionAction.getEmbedContexts()
EmbedContext.HasEmbedContexts.getEmbedContexts()
Field.getEmbedContexts()
Method parameters in com.mayam.wf.config.shared with type arguments of type EmbedContextModifier and TypeMethodDescriptionvoid
Action.setEmbedContexts
(Set<EmbedContext> embedContexts) void
Field.setEmbedContexts
(Set<EmbedContext> embedContexts)