Class ContextValue
java.lang.Object
com.broadleafcommerce.workflow.domain.ContextValue
A single key/value pair passed to the workflow execution during the
WorkflowEndpoint#start(ContextInfo, String, Map) call.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe parameter keyThe parameter valueinthashCode()voidsetContextName(String contextName) The parameter keyvoidsetContextValue(String contextValue) The parameter valuetoString()
-
Constructor Details
-
ContextValue
public ContextValue() -
ContextValue
-
-
Method Details