Class DefaultDataFeedExecutionStatuses
java.lang.Object
com.broadleafcommerce.datafeed.domain.support.DefaultDataFeedExecutionStatuses
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The execution has stopped (either successfully or unsuccessfully).static final String
The execution has started processing, and is fetching the raw data from various sources and storing it for use in thePUBLISHING
step.static final String
The execution has been created, but is still being prepared and is not ready to be requested.static final String
The execution has completedDATA_GATHERING
and data publication requests have been issued viaDataFeedPublication
.static final String
The execution is prepared and aStartDataFeedProcessExecutionRequest
message has been issued for it. -
Method Summary
-
Field Details
-
PENDING
The execution has been created, but is still being prepared and is not ready to be requested.- See Also:
-
REQUESTED
The execution is prepared and aStartDataFeedProcessExecutionRequest
message has been issued for it.- See Also:
-
DATA_GATHERING
The execution has started processing, and is fetching the raw data from various sources and storing it for use in thePUBLISHING
step.- See Also:
-
PUBLISHING
The execution has completedDATA_GATHERING
and data publication requests have been issued viaDataFeedPublication
.- See Also:
-
COMPLETED
The execution has stopped (either successfully or unsuccessfully).
-