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