Class DefaultDataFeedPublicationStatuses
java.lang.Object
com.broadleafcommerce.datafeed.domain.support.DefaultDataFeedPublicationStatuses
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The publication has stopped (either successfully or unsuccessfully).static final String
The publication has started processing and is in the process of transforming and publishing data.static final String
The publication is prepared and aStartDataFeedPublicationRequest
has been issued for it. -
Method Summary
-
Field Details
-
REQUESTED
The publication is prepared and aStartDataFeedPublicationRequest
has been issued for it.- See Also:
-
PUBLISHING
The publication has started processing and is in the process of transforming and publishing data.- See Also:
-
COMPLETED
The publication has stopped (either successfully or unsuccessfully).
-