Class DefaultDataFeedExecutionStatuses
java.lang.Object
com.broadleafcommerce.datafeed.domain.support.DefaultDataFeedExecutionStatuses
- See Also:
-
Field Summary
FieldsModifier 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
-
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 aStartDataFeedProcessExecutionRequestmessage 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 thePUBLISHINGstep.- See Also:
-
PUBLISHING
The execution has completedDATA_GATHERINGand data publication requests have been issued viaDataFeedPublication.- See Also:
-
COMPLETED
The execution has stopped (either successfully or unsuccessfully).
-