Uses of Enum Class
io.automatiko.engine.workflow.bpmn2.handler.LoggingTaskHandlerDecorator.InputParameter
Packages that use LoggingTaskHandlerDecorator.InputParameter
-
Uses of LoggingTaskHandlerDecorator.InputParameter in io.automatiko.engine.workflow.bpmn2.handler
Methods in io.automatiko.engine.workflow.bpmn2.handler that return LoggingTaskHandlerDecorator.InputParameterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LoggingTaskHandlerDecorator.InputParameter.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.automatiko.engine.workflow.bpmn2.handler with type arguments of type LoggingTaskHandlerDecorator.InputParameterModifier and TypeMethodDescriptionvoidLoggingTaskHandlerDecorator.setLoggedMessageInput(List<LoggingTaskHandlerDecorator.InputParameter> inputParameterList) Sets the list of parameter types used for the log message format that is set inLoggingTaskHandlerDecorator.setLoggedMessageFormat(String).