Uses of Class
io.nflow.engine.internal.workflow.ObjectStringMapper
Packages that use ObjectStringMapper
Package
Description
Classes for describing and constructing workflow instances.
-
Uses of ObjectStringMapper in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type ObjectStringMapperModifierConstructorDescriptionWorkflowStateProcessorFactory(WorkflowDefinitionService workflowDefinitions, WorkflowInstanceService workflowInstances, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowInstanceDao, MaintenanceDao maintenanceDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, NflowLogger nflowLogger, StateSaveExceptionAnalyzer stateSaveExceptionAnalyzer, Environment env) -
Uses of ObjectStringMapper in io.nflow.engine.internal.workflow
Constructors in io.nflow.engine.internal.workflow with parameters of type ObjectStringMapperModifierConstructorDescriptionStateExecutionImpl(WorkflowInstance instance, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, WorkflowInstanceService workflowInstanceService) -
Uses of ObjectStringMapper in io.nflow.engine.workflow.instance
Constructors in io.nflow.engine.workflow.instance with parameters of type ObjectStringMapperModifierConstructorDescriptionBuilder(ObjectStringMapper objectMapper) Create a workflow instance builder with an object mapper.WorkflowInstanceFactory(ObjectStringMapper objectMapper) Create a workflow instance factory.