Class DefaultDataFeedExecutionStatuses
java.lang.Object
com.broadleafcommerce.datafeed.domain.support.DefaultDataFeedExecutionStatuses
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe execution has stopped (either successfully or unsuccessfully).static final StringThe execution has started processing, and is fetching the raw data from various sources and storing it for use in thePUBLISHINGstep.static final StringThe execution has been created, but is still being prepared and is not ready to be requested.static final StringThe execution has completedDATA_GATHERINGand data publication requests have been issued viaDataFeedPublication.static final StringThe execution is prepared and aStartDataFeedProcessExecutionRequestmessage has been issued for it.
- 
Method Summary
- 
Field Details- 
PENDINGThe execution has been created, but is still being prepared and is not ready to be requested.- See Also:
 
- 
REQUESTEDThe execution is prepared and aStartDataFeedProcessExecutionRequestmessage has been issued for it.- See Also:
 
- 
DATA_GATHERINGThe execution has started processing, and is fetching the raw data from various sources and storing it for use in thePUBLISHINGstep.- See Also:
 
- 
PUBLISHINGThe execution has completedDATA_GATHERINGand data publication requests have been issued viaDataFeedPublication.- See Also:
 
- 
COMPLETEDThe execution has stopped (either successfully or unsuccessfully).
 
-