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 boolean
boolean
The parameter keyThe parameter valueint
hashCode()
void
setContextName
(String contextName) The parameter keyvoid
setContextValue
(String contextValue) The parameter valuetoString()
-
Constructor Details
-
ContextValue
public ContextValue() -
ContextValue
-
-
Method Details