Class JpaContextValueRepository
java.lang.Object
com.broadleafcommerce.workflow.provider.jpa.repository.JpaContextValueRepository
Suitable for persisting
JpaContextValue changes for a workflow.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(String workflowId, Set<JpaContextValue> contextValues) Perform a comprehensive update of the context values for the given 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 updatedcontextValues- the new context values for the workflow
-