java.lang.Object
com.broadleafcommerce.orchestration.service.provider.domain.Update

public class Update extends Object
Describes update possibilities for a Workflow. Includes state change commands, as well as context parameter updates.
  • Constructor Details

  • Method Details

    • getWorkflowContext

      @Nullable public Map<String,String> getWorkflowContext()
    • setWorkflowContext

      public void setWorkflowContext(@Nullable Map<String,String> workflowContext)
    • getCommand

      @Nullable public Command getCommand()
    • setCommand

      public void setCommand(@Nullable Command command)