Class DefaultDataFeedPublicationStatuses
java.lang.Object
com.broadleafcommerce.datafeed.domain.support.DefaultDataFeedPublicationStatuses
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe publication has stopped (either successfully or unsuccessfully).static final StringThe publication has started processing and is in the process of transforming and publishing data.static final StringThe publication is prepared and aStartDataFeedPublicationRequesthas been issued for it.
- 
Method Summary
- 
Field Details- 
REQUESTEDThe publication is prepared and aStartDataFeedPublicationRequesthas been issued for it.- See Also:
 
- 
PUBLISHINGThe publication has started processing and is in the process of transforming and publishing data.- See Also:
 
- 
COMPLETEDThe publication has stopped (either successfully or unsuccessfully).
 
-