Uses of Enum Class
com.broadleafcommerce.orchestration.client.ProcessStatus
Packages that use ProcessStatus
-
Uses of ProcessStatus in com.broadleafcommerce.orchestration.client
Methods in com.broadleafcommerce.orchestration.client that return ProcessStatusModifier and TypeMethodDescriptionHistoryElement.getStatus()The state of the outcome of execution.static ProcessStatusReturns the enum constant of this class with the specified name.static ProcessStatus[]ProcessStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.orchestration.client with parameters of type ProcessStatusModifier and TypeMethodDescriptionvoidHistoryElement.setStatus(ProcessStatus status) The state of the outcome of execution.Constructors in com.broadleafcommerce.orchestration.client with parameters of type ProcessStatusModifierConstructorDescriptionHistoryElement(String name, String description, Instant startTime, Instant endTime, ProcessStatus status, String responseState, Map<String, Object> resultingContext, String errorInformation, HistoryElementType type)