Class DataFeedProcessExecutionResponse
java.lang.Object
com.broadleafcommerce.datafeed.web.domain.DataFeedProcessExecutionResponse
- All Implemented Interfaces:
Serializable
The representation of the
DataFeedProcessExecution
with the additional information
required for the API.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState
The list of error details for this execution.getId()
boolean
void
setApplicationId
(String applicationId) void
setContainsErrors
(boolean containsErrors) void
setContextState
(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) void
setDataFeedProcessId
(String dataFeedProcessId) void
setDataFeedPublicationConfigurationIds
(List<String> dataFeedPublicationConfigurationIds) void
setEndTime
(Instant endTime) void
setErrorDetails
(List<String> errorDetails) void
setErrorDetailsAsObjects
(List<ErrorDetail> errorDetailsAsObjects) The list of error details for this execution.void
setExecution
(DataFeedProcessExecution execution) void
setFilterString
(String filterString) void
void
setProcessType
(String processType) void
setQueriedDataFileLocation
(String queriedDataFileLocation) void
setStartTime
(Instant startTime) void
-
Constructor Details
-
DataFeedProcessExecutionResponse
public DataFeedProcessExecutionResponse()
-
-
Method Details
-
getExecution
-
getErrorDetailsAsObjects
The list of error details for this execution. It contains the same errors asDataFeedProcessExecution.getErrorDetails()
but instead ofString
it usesErrorDetail
object. This is mainly used by the metadata to display the error list as the table. -
setExecution
-
setErrorDetailsAsObjects
The list of error details for this execution. It contains the same errors asDataFeedProcessExecution.getErrorDetails()
but instead ofString
it usesErrorDetail
object. This is mainly used by the metadata to display the error list as the table. -
getId
-
getDataFeedProcessId
-
getStartTime
-
getEndTime
-
getStatus
-
isContainsErrors
public boolean isContainsErrors() -
getErrorDetails
-
getQueriedDataFileLocation
-
getProcessType
-
getDataFeedPublicationConfigurationIds
-
getApplicationId
-
getFilterString
-
getContextState
public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState() -
setId
-
setDataFeedProcessId
-
setStartTime
-
setEndTime
-
setStatus
-
setContainsErrors
public void setContainsErrors(boolean containsErrors) -
setErrorDetails
-
setQueriedDataFileLocation
-
setProcessType
-
setDataFeedPublicationConfigurationIds
-
setApplicationId
-
setFilterString
-
setContextState
public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
-