Class JpaContextValueRepository

java.lang.Object
com.broadleafcommerce.workflow.provider.jpa.repository.JpaContextValueRepository

public class JpaContextValueRepository extends Object
Suitable for persisting JpaContextValue changes for a workflow.
  • Constructor Details

    • JpaContextValueRepository

      public JpaContextValueRepository()
  • Method Details

    • update

      @Policy(operationTypes=UPDATE) @Transactional("workflowTransactionManager") public void update(String workflowId, Set<JpaContextValue> contextValues)
      Perform a comprehensive update of the context values for the given workflow.
      Parameters:
      workflowId - the id of the workflow whose context values are to be updated
      contextValues - the new context values for the workflow