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

public class Command extends Object
Represents a command element when updating a workflow. This can be used to engage workflow state changes like goto, pause, and cancel. See CommandType.
  • Constructor Details

    • Command

      public Command(CommandType commandType)
    • Command

      public Command(CommandType commandType, String param)
    • Command

      public Command()
  • Method Details

    • getCommandType

      public CommandType getCommandType()
    • setCommandType

      public void setCommandType(CommandType commandType)
    • getParam

      @Nullable public String getParam()
    • setParam

      public void setParam(@Nullable String param)