Uses of Enum Class
org.frankframework.core.IMessageBrowser.HideMethod
Packages that use IMessageBrowser.HideMethod
-
Uses of IMessageBrowser.HideMethod in org.frankframework.core
Methods in org.frankframework.core that return IMessageBrowser.HideMethodModifier and TypeMethodDescriptionIMessageBrowser.getHideMethod()static IMessageBrowser.HideMethodReturns the enum constant of this class with the specified name.static IMessageBrowser.HideMethod[]IMessageBrowser.HideMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.core with parameters of type IMessageBrowser.HideMethodModifier and TypeMethodDescriptionvoidIMessageBrowser.setHideMethod(IMessageBrowser.HideMethod hideMethod) (Only used when hideRegex is not empty) Specifies the way to hide -
Uses of IMessageBrowser.HideMethod in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type IMessageBrowser.HideMethodModifier and TypeMethodDescriptionvoidMessageSendingPipe.setHideMethod(IMessageBrowser.HideMethod hideMethod) (Only used when hideRegex is not empty and only applies to error/logstore) -
Uses of IMessageBrowser.HideMethod in org.frankframework.receivers
Methods in org.frankframework.receivers with parameters of type IMessageBrowser.HideMethodModifier and TypeMethodDescriptionvoidReceiver.setHideMethod(IMessageBrowser.HideMethod hideMethod) Only used when hideRegex is not empty