Class Command
java.lang.Object
com.broadleafcommerce.orchestration.service.provider.domain.Command
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 Summary
ConstructorsConstructorDescriptionCommand()
Command
(CommandType commandType) Command
(CommandType commandType, String param) -
Method Summary
-
Constructor Details
-
Command
-
Command
-
Command
public Command()
-
-
Method Details
-
getCommandType
-
setCommandType
-
getParam
-
setParam
-